-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
rhel-9.3.0
-
lvm2-2.03.23-1.el9
-
None
-
Low
-
rhel-sst-logical-storage
-
ssg_filesystems_storage_and_HA
-
1
-
QE ack, Dev ack
-
False
-
-
None
-
None
-
Pass
-
None
-
If docs needed, set a value
-
-
x86_64
-
None
Description of problem:
Normally this may not be an issue, but when faced with two vgs with the same name yet unique vg_uuids, many lvm commands tell the user to use vgrename with --select --uuid to remedy the problem.
"Fix duplicate VG names with vgrename uuid, a device filter, or system IDs.
Multiple VGs found with the same name: skipping df
Use --select vg_uuid=<uuid> in place of the VG name."
[root@grant-02 ~]# vgs -a -o +vg_uuid
WARNING: VG name df is used by VGs iOF3n2-cigB-O8G2-f4ok-aM0l-IkeJ-NMaJbI and RigPSs-J95t-rj9o-Loc3-HYpw-JRvj-ZpptUo.
Fix duplicate VG names with vgrename uuid, a device filter, or system IDs.
VG #PV #LV #SN Attr VSize VFree VG UUID
df 1 0 0 wz-n 2.91t 2.91t iOF3n2-cigB-O8G2-f4ok-aM0l-IkeJ-NMaJbI
df 1 0 0 wz-n 2.91t 2.91t RigPSs-J95t-rj9o-Loc3-HYpw-JRvj-ZpptUo
[root@grant-02 ~]# vgrename df df2
WARNING: VG name df is used by VGs iOF3n2-cigB-O8G2-f4ok-aM0l-IkeJ-NMaJbI and RigPSs-J95t-rj9o-Loc3-HYpw-JRvj-ZpptUo.
Fix duplicate VG names with vgrename uuid, a device filter, or system IDs.
Multiple VGs found with the same name: skipping df
Use --select vg_uuid=<uuid> in place of the VG name.
[root@grant-02 ~]# vgrename --select vg_uuid=iOF3n2-cigB-O8G2-f4ok-aM0l-IkeJ-NMaJbI df2
vgrename: unrecognized option '--select'
Error during parsing of command line.
[root@grant-02 ~]# vgrename --select 'vg_uuid=iOF3n2-cigB-O8G2-f4ok-aM0l-IkeJ-NMaJbI' df2
vgrename: unrecognized option '--select'
Error during parsing of command line.
[root@grant-02 ~]# vgremove --select 'vg_uuid=iOF3n2-cigB-O8G2-f4ok-aM0l-IkeJ-NMaJbI'
WARNING: VG name df is used by VGs iOF3n2-cigB-O8G2-f4ok-aM0l-IkeJ-NMaJbI and RigPSs-J95t-rj9o-Loc3-HYpw-JRvj-ZpptUo.
Fix duplicate VG names with vgrename uuid, a device filter, or system IDs.
Volume group "df" successfully removed
Version-Release number of selected component (if applicable):
kernel-5.14.0-284.11.1.el9_2 BUILT: Wed Apr 12 04:16:55 PM CEST 2023
lvm2-2.03.20-2.el9 BUILT: Thu Apr 6 01:40:29 PM CEST 2023
lvm2-libs-2.03.20-2.el9 BUILT: Thu Apr 6 01:40:29 PM CEST 2023
- depends on
-
RHEL-38471 Rebase lvm2 to 2.03.24 or later
- Closed
- external trackers