SUSE-Enceladus / img-proof

img-proof provides a command line utility to test images in the Public Cloud
https://img-proof.readthedocs.io/en/latest/
GNU General Public License v3.0
14 stars 7 forks source link

Grow root check on Terabyte drives #395

Closed bear454 closed 1 month ago

bear454 commented 1 month ago

Newer AWS metal instances have TB-sized drives, all available to the single instance. Some modification was needed to check for growing root on a drive that isn't measured in GB.

The TB measurements are usually a float, (ex 3.5TB) so integer casting doesn't work anymore.

smarlowucf commented 1 month ago

LGTM, I think we do a quick test on a small instance type to confirm changes

Confirm on Azure, EC2 and Google

smarlowucf commented 1 month ago

Thanks @bear454