cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #01990
[Merge] ~smoser/cloud-init:bug/1684869-fix-by-partuuid into cloud-init:master
The proposal to merge ~smoser/cloud-init:bug/1684869-fix-by-partuuid into cloud-init:master has been updated.
Commit Message changed to:
Fix growpart for some cases when booted with root=PARTUUID.
Growing the root partition would fail in either of two cases:
a.) if the device /dev/root existed
b.) the kernel command line had upper case letters in PARTUUID=<value>
the kernel will accept upper case partuuid, but udev creates
links with lower case. In that scenario, we need to adjust to
a /dev/disk/by-<partuuid|uuid> with lower case.
The fix here addresses that, and also fixes uuid similarly for the
lowercase issue.
For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/322875
--
Your team cloud init development team is requested to review the proposed merge of ~smoser/cloud-init:bug/1684869-fix-by-partuuid into cloud-init:master.
Follow ups