← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~vorlon/cloud-init:master into cloud-init:master

 

The proposal to merge ~vorlon/cloud-init:master into cloud-init:master has been updated.

Commit Message changed to:

support resizing partition and rootfs on system booted without initramfs.

When booted without an initramfs, the root device will be /dev/root, not a
named device. There is partial support for this when resizing filesystems,
but not for growing partitions, without which it doesn't do much good. Move
the /dev/root resolution code to util.py and use it from cc_growpart.py.

Also, booting without an initramfs only works with a root= argument that's
either a kernel device name (which is unstable) or a partition UUID. Handle
the case of root=PARTUUID=value, not just LABEL and UUID.

For more details, see:
https://code.launchpad.net/~vorlon/cloud-init/+git/cloud-init/+merge/321245
-- 
Your team cloud init development team is requested to review the proposed merge of ~vorlon/cloud-init:master into cloud-init:master.


References