This bug was fixed in the package partman-auto-lvm - 59ubuntu4
---
partman-auto-lvm (59ubuntu4) eoan; urgency=medium
* Switch default VG name to vg$hostname, since $hostname-vg gets encoded
doubledashed in /dev/mapper/. Also switch fallback VG name to
vgubuntu. LP: #1782507
vg$hostname it is, i think camel case and mixed _- is ugly too.
** Package changed: partman-lvm (Ubuntu) => partman-auto-lvm (Ubuntu)
** Changed in: partman-auto-lvm (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
or maybe just "$hostname_vg" will make things pretty enough, and e.g.
consistent with $foo_crypt that we use for LUKS encrypted volumes.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782507
Title:
The problem is that we create /dev/$VG/$LV , meaning that $VG name may
not clash with any existing devices in /dev. and hostnames sometimes
do.
Hence we started doing "$hostname-vg" as the name. I wonder if we should
switch to forexample "vg$hostname" or "vg_$hostname" which i think would
be e
** Tags removed: rls-ee-incoming
** Tags added: rls-ee-notfixing
** Package changed: debian-installer (Ubuntu) => partman-lvm (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782507
Title:
L
** Changed in: debian-installer (Ubuntu)
Importance: Undecided => Low
** Tags added: rls-ee-incoming
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782507
Title:
LVM-based install name of the ro
This isn't new, LVM-based installs have been showing this way for a
while:
The names are built this way AFAIK:
-
Now, this gets transliterated to:
--
... because of how devmapper works, it "escapes" dashed with a double
dash like that.
AFAICS, the naming is otherwise consistent. 'ubuntu' is