Bug 1758347
Summary: | pvcreate --test not yet supported with dlm (segfault _process_pvs_in_vgs) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Corey Marthaler <cmarthal> |
Component: | lvm2 | Assignee: | David Teigland <teigland> |
lvm2 sub component: | Command-line tools | QA Contact: | cluster-qe <cluster-qe> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | agk, heinzm, jbrassow, mcsontos, msnitzer, prajnoha, teigland, thornber, zkabelac |
Version: | 8.1 | ||
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | lvm2-2.03.07-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-28 16:58:59 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
2019-10-03 21:23:23 UTC
missing a flag, pushed fix to master: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=a68258339da7e56910a2a3f6f98e43424ac219b6 This bug is already fixed in the package included in 8.2.0. Let's get this verified Fix verified in the latest 8.2 rpms. kernel-4.18.0-184.el8 BUILT: Tue Feb 25 21:37:02 CST 2020 lvm2-2.03.08-2.el8 BUILT: Mon Feb 24 11:21:38 CST 2020 lvm2-libs-2.03.08-2.el8 BUILT: Mon Feb 24 11:21:38 CST 2020 lvm2-lockd-2.03.08-2.el8 BUILT: Mon Feb 24 11:21:38 CST 2020 device-mapper-1.02.169-2.el8 BUILT: Mon Feb 24 11:21:38 CST 2020 device-mapper-libs-1.02.169-2.el8 BUILT: Mon Feb 24 11:21:38 CST 2020 device-mapper-event-1.02.169-2.el8 BUILT: Mon Feb 24 11:21:38 CST 2020 device-mapper-event-libs-1.02.169-2.el8 BUILT: Mon Feb 24 11:21:38 CST 2020 sanlock-lib-3.8.0-2.el8 BUILT: Wed Jun 12 15:50:27 CDT 2019 vdo-6.2.2.117-13.el8 BUILT: Tue Feb 11 10:04:28 CST 2020 kmod-kvdo-6.2.2.117-63.el8 BUILT: Tue Feb 11 10:04:51 CST 2020 [root@host-083 ~]# vgs VG #PV #LV #SN Attr VSize VFree black_bird 7 0 0 wz--ns <209.92g <209.92g [root@host-083 ~]# lvcreate -aye --type raid1 -m 2 -n synced_primary_raid1_2legs_1 -L 3G black_bird /dev/sdc1:0-2400 /dev/sdh1:0-2400 /dev/sdb1:0-2400 Logical volume "synced_primary_raid1_2legs_1" created. [root@host-083 ~]# lvs -a -o +devices LV VG Attr LSize Pool Origin Data% Cpy%Sync Devices synced_primary_raid1_2legs_1 black_bird rwi-a-r--- 3.00g 0.00 synced_primary_raid1_2legs_1_rimage_0(0),synced_primary_raid1_2legs_1_rimage_1(0),synced_primary_raid1_2legs_1_rimage_2(0) [synced_primary_raid1_2legs_1_rimage_0] black_bird Iwi-aor--- 3.00g /dev/sdc1(1) [synced_primary_raid1_2legs_1_rimage_1] black_bird Iwi-aor--- 3.00g /dev/sdh1(1) [synced_primary_raid1_2legs_1_rimage_2] black_bird Iwi-aor--- 3.00g /dev/sdb1(1) [synced_primary_raid1_2legs_1_rmeta_0] black_bird ewi-aor--- 4.00m /dev/sdc1(0) [synced_primary_raid1_2legs_1_rmeta_1] black_bird ewi-aor--- 4.00m /dev/sdh1(0) [synced_primary_raid1_2legs_1_rmeta_2] black_bird ewi-aor--- 4.00m /dev/sdb1(0) [root@host-083 ~]# pvcreate --test /dev/black_bird/synced_primary_raid1_2legs_1 TEST MODE: Metadata will NOT be updated and volumes will not be (de)activated. Test mode is not yet supported with lock type dlm. Device /dev/black_bird/synced_primary_raid1_2legs_1 excluded by a filter. [root@host-083 ~]# vdo create --name synced_primary_raid1_3legs_1_vdo --vdoSlabSize 128M --device /dev/black_bird/synced_primary_raid1_2legs_1 Creating VDO synced_primary_raid1_3legs_1_vdo Logical blocks defaulted to 64810 blocks. The VDO volume can address 256 MB in 2 data slabs, each 128 MB. It can grow to address at most 1 TB of physical storage in 8192 slabs. If a larger maximum size might be needed, use bigger slabs. Starting VDO synced_primary_raid1_3legs_1_vdo Starting compression on VDO synced_primary_raid1_3legs_1_vdo VDO instance 1 volume is ready at /dev/mapper/synced_primary_raid1_3legs_1_vdo [root@host-083 ~]# vdo list synced_primary_raid1_3legs_1_vdo 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, 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/RHEA-2020:1881 |