hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
65 stars 65 forks source link

Add documentation for resizing the dl.hhvm.com shared storage #292

Closed fredemmott closed 2 years ago

fredemmott commented 2 years ago

fixes #289

Atry commented 2 years ago

I wonder if we could put xfs_growfs into the script mounting a volume. It's not risky. The worst result is getting all the data in the volume lost, but any way we can restore the volume from S3.

Atry commented 2 years ago

We would never mount the volume and use part of its space. Always growing seems reasonable.

Atry commented 2 years ago

I am OK either way as long as this operation happens rarely.

fredemmott commented 2 years ago

It's not risky

my concern is that xfs_growfs seems unlikely to be intended for automated use, and there is no explicit comment on CLI argument stability; -d is commonly short for --delete, but isn't here. I'm probably over-worrying.