touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #115861
[Bug 1513272] [NEW] Root lvm lv mounted with wrong name
Public bug reported:
In 15.04 and before, my root showed up in mound/findmnt/etc as
/dev/vg/root, but now it shows up as /dev/dm-11. This appears to be due
to the following new code in scripts/local:
ROOT=$(resolve_device "$ROOT")
This resolves the symbolic link /dev/vg/lv to /dev/dm-xx and mounts that
instead. It should not be doing this.
** Affects: initramfs-tools (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1513272
Title:
Root lvm lv mounted with wrong name
Status in initramfs-tools package in Ubuntu:
New
Bug description:
In 15.04 and before, my root showed up in mound/findmnt/etc as
/dev/vg/root, but now it shows up as /dev/dm-11. This appears to be
due to the following new code in scripts/local:
ROOT=$(resolve_device "$ROOT")
This resolves the symbolic link /dev/vg/lv to /dev/dm-xx and mounts
that instead. It should not be doing this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1513272/+subscriptions
Follow ups