This makes it possible to enlarge the root volume of VM.
This PR also adds an e2e test for VirtletRootVolumeSize, which requires updating the default CirrOS image to 0.4.0 which has proper growroot included (growroot from CirrOS 0.3.5 didn't notice that the block device was larger then specified in the partition table)
This makes it possible to enlarge the root volume of VM. This PR also adds an e2e test for
VirtletRootVolumeSize
, which requires updating the default CirrOS image to 0.4.0 which has propergrowroot
included (growroot
from CirrOS 0.3.5 didn't notice that the block device was larger then specified in the partition table)This change is