Bug 2095470
Summary: | unnecessary unlock and warning when generating new random UUID for VG | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Corey Marthaler <cmarthal> |
Component: | lvm2 | Assignee: | LVM and device-mapper development team <lvm-team> |
lvm2 sub component: | Changing Logical Volumes | QA Contact: | cluster-qe <cluster-qe> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | unspecified | CC: | agk, heinzm, jbrassow, mcsontos, msnitzer, prajnoha, teigland, zkabelac |
Version: | 8.6 | Keywords: | Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | lvm2-2.03.14-4.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-08 10:55:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Corey Marthaler
2022-06-09 18:23:31 UTC
fix in main https://sourceware.org/git/?p=lvm2.git;a=commit;h=bee575d678399a45db09ec8fcba79eae3890ec54 Marking Verified:Tested with the initial 8.7 build. These warnings are no longer present. kernel-4.18.0-400.el8 BUILT: Fri Jun 10 13:11:32 CDT 2022 lvm2-2.03.14-4.el8 BUILT: Wed Jun 15 17:14:34 CDT 2022 lvm2-libs-2.03.14-4.el8 BUILT: Wed Jun 15 17:14:34 CDT 2022 [root@hayes-02 ~]# pvscan PV /dev/sdb1 VG df lvm2 [<1.82 TiB / <1.82 TiB free] PV /dev/sdc1 VG df lvm2 [<1.82 TiB / <1.82 TiB free] PV /dev/sdd1 VG df lvm2 [<1.82 TiB / <1.82 TiB free] PV /dev/sde1 VG df lvm2 [<1.82 TiB / <1.82 TiB free] Total: 4 [<7.28 TiB] / in use: 4 [<7.28 TiB] / in no VG: 0 [0 ] [root@hayes-02 ~]# vgchange -u df Volume group "df" successfully changed Fix verified in the latest kernel/lvm2 rpms as well. kernel-4.18.0-411.el8 BUILT: Wed Jul 20 18:42:42 CDT 2022 lvm2-2.03.14-5.el8 BUILT: Thu Jul 14 09:23:13 CDT 2022 lvm2-libs-2.03.14-5.el8 BUILT: Thu Jul 14 09:23:13 CDT 2022 [root@hayes-01 ~]# vgchange -u df Volume group "df" successfully changed Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (lvm2 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:7792 |