Bug 1442137
Summary: | RAID RESHAPE: deadlock when attempting striped raid image addition on single core | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Corey Marthaler <cmarthal> | ||||
Component: | lvm2 | Assignee: | Heinz Mauelshagen <heinzm> | ||||
lvm2 sub component: | Mirroring and RAID | QA Contact: | cluster-qe <cluster-qe> | ||||
Status: | CLOSED DUPLICATE | Docs Contact: | |||||
Severity: | high | ||||||
Priority: | unspecified | CC: | agk, heinzm, jbrassow, msnitzer, prajnoha, prockai, zkabelac | ||||
Version: | 7.4 | ||||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-06-19 18:05:43 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: | |||||||
Bug Depends On: | 1443999 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Corey Marthaler
2017-04-13 15:55:01 UTC
Actually, it appears the raid6 does work. Only affects 4 and 5. [root@host-121 ~]# lvcreate -L 100M --type raid6 -i 3 VG Using default stripesize 64.00 KiB. Rounding size 100.00 MiB (25 extents) up to stripe boundary size 108.00 MiB(27 extents). Logical volume "lvol0" created. [root@host-121 ~]# lvconvert --yes --stripes 4 VG/lvol0 Using default stripesize 64.00 KiB. WARNING: Adding stripes to active logical volume VG/lvol0 will grow it from 27 to 36 extents! Run "lvresize -l27 VG/lvol0" to shrink it or use the additional capacity. Logical volume VG/lvol0 successfully converted. Created attachment 1271573 [details]
verbose lvconvert attempt
Using bug 1443999 for kernel patches and the current bug if any userspace changes are needed. Sounds like this bug is pretty well understood by now, but fwiw, I'm seeing this more frequently now w/ raid6 reshapes. * from type: raid6_ra_6 * to type: raid6_ls_6 lvconvert --yes -R 16384.00k --type raid6_ls_6 centipede2/takeover * from type: raid6_zr * to type: raid6_n_6 lvconvert --yes --type raid6_n_6 centipede2/takeover 3.10.0-651.el7.x86_64 lvm2-2.02.170-2.el7 BUILT: Thu Apr 13 14:37:43 CDT 2017 lvm2-libs-2.02.170-2.el7 BUILT: Thu Apr 13 14:37:43 CDT 2017 lvm2-cluster-2.02.170-2.el7 BUILT: Thu Apr 13 14:37:43 CDT 2017 device-mapper-1.02.139-2.el7 BUILT: Thu Apr 13 14:37:43 CDT 2017 device-mapper-libs-1.02.139-2.el7 BUILT: Thu Apr 13 14:37:43 CDT 2017 device-mapper-event-1.02.139-2.el7 BUILT: Thu Apr 13 14:37:43 CDT 2017 device-mapper-event-libs-1.02.139-2.el7 BUILT: Thu Apr 13 14:37:43 CDT 2017 device-mapper-persistent-data-0.7.0-0.1.rc6.el7 BUILT: Mon Mar 27 10:15:46 CDT 2017 *** Bug 1439934 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 1443999 *** |