This repository has been archived by the owner. It is now read-only.
resizing / breaks /dev/disk/by-partlabel/ROOT #1527
Closed
Comments
I'll poke a bit at this... |
@mischief I heard you uncovered some interesting behavior from |
@crawford yes, running |
@dm0- was telling me that |
ah, I didn't poke at this yet, sounds like dm0 has identified the probable root cause though. So we've got a cgpt bug to fix here? |
for posterity: this turned out to simply be an off by one error in the cgpt resize code. |
crawford
added a commit
to crawford/coreos-overlay
that referenced
this issue
Sep 6, 2016
crawford
added a commit
to crawford/coreos-overlay
that referenced
this issue
Sep 6, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
using extend-filesystems.service results in /dev/disk/by-partlabel/ROOT going missing. the partition information is also missing from blkid -o -p /dev/vda9.
running partx -u after e.g. cgpt resize/resize2fs seems to fix the partition information and partlabel symlink.
The text was updated successfully, but these errors were encountered: