[Bug 2023970] Re: Add unique VG name to avoid activating multiple VGs with the same name from multiple disk drives

Colin Watson 2023970 at bugs.launchpad.net
Thu Jun 15 08:55:16 UTC 2023


** Project changed: ubiquity => ubiquity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/2023970

Title:
  Add unique VG name to avoid activating multiple VGs with the same name
  from multiple disk drives

Status in ubiquity package in Ubuntu:
  New

Bug description:
  The default volume group (VG) name in both Ubuntu, and Ubuntu Server
  is: ubuntu-vg

  ###########################
  Boot issue
  * You cannot boot an Ubuntu (or Ubuntu Server) disk drive, if you have another disk drive attached with Ubuntu (or Ubuntu Server) installed.

  ###########################
  Disk mount issue in other distros

  * In other distros that are usign other VG names: If you attach other
  disk drives that have identical VG names, they will not be mounted.
  And only one disk drive will be mounted if you are trying to mount
  them:

  $ sudo apt-get install lvm2
  $ reboot

  Then:
  $ sudo modprobe dm-mod
  $ sudo vgchange -a y
    WARNING: VG name ubuntu-vg is used by VGs HW3PiJ-YN4Z-YlBb-IQin-CE00-1xnq-YKwsbc and 2afQMx-nuzj-xw8I-dEkY-n969-jM5v-zn1MSg.
    Fix duplicate VG names with vgrename uuid, a device filter, or system IDs.
    WARNING: activating multiple VGs with the same name is dangerous and may fail.
    1 logical volume(s) in volume group "ubuntu-vg" now active
    WARNING: activating multiple VGs with the same name is dangerous and may fail.
    device-mapper: create ioctl on ubuntu--vg-ubuntu--lv LVM-2afQMxnuzjxw8IdEkYn969jM5vzn1MSgnfgWV7d1tEfHHYXR33JuS7XxqMRcPgiB failed: Device or resource busy
    0 logical volume(s) in volume group "ubuntu-vg" now active

  #########################
  Solution

  * Universally Unique Identifiers, or UUIDS, are 128 bit numbers.
  * Logical volume names must be unique system wide and can range from 1 to 15 characters

  Proposed solution: Extend "ubuntu-vg" to "ubuntu-vg-<four first
  characters of its UUID>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/2023970/+subscriptions




More information about the foundations-bugs mailing list