ganeti / instance-debootstrap

Debootstrap instance OS (migrated from http://git.ganeti.org/?p=instance-debootstrap.git;a=summary)
GNU General Public License v2.0
4 stars 13 forks source link

inform about the correct minimum disk size #8

Closed saschalucas closed 4 years ago

saschalucas commented 4 years ago

The minimum disk size is intended to be 512MB. $MIN_DEV_SIZE is set to 1MB smaller, to account for potential rounding. The test correctly compares, if the instance disk is >=511MB. However the log message still refers to an older value of 256MB. This commit fixes the log message to the intended 512MB.