Hide Forgot
RHEL7.3 # lvcreate -i 9 -L 1G -n striped vg Using default stripesize 64.00 KiB. Only up to 8 stripes in striped supported currently. Run `lvcreate --help' for more information. RHEL7.2 # lvcreate -i 9 -L 1G -n striped vg Using default stripesize 64.00 KiB. Rounding size (256 extents) up to stripe boundary size (261 extents). Logical volume "striped" created. # lvs -o name,attr,segtype,stripes vg LV Attr Type #Str striped -wi-a----- striped 9
*** Bug 1393301 has been marked as a duplicate of this bug. ***
*** Bug 1393296 has been marked as a duplicate of this bug. ***
Is there any fix for this issue?
Upstream commit 2fcbe34fe85f
Fix verified in the latest 7.4 rpms. 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 [root@host-126 ~]# lvcreate --type striped -i 9 -L 1G VG Using default stripesize 64.00 KiB. Rounding size 1.00 GiB (256 extents) up to stripe boundary size <1.02 GiB(261 extents). Logical volume "lvol0" created. [root@host-126 ~]# lvcreate --type raid0 -i 9 -L 1G VG Using default stripesize 64.00 KiB. Rounding size 1.00 GiB (256 extents) up to stripe boundary size <1.02 GiB(261 extents). Logical volume "lvol1" created. [root@host-126 ~]# lvcreate --type raid0_meta -i 9 -L 1G VG Using default stripesize 64.00 KiB. Rounding size 1.00 GiB (256 extents) up to stripe boundary size <1.02 GiB(261 extents). Logical volume "lvol2" created. [root@host-126 ~]# lvcreate --type raid4 -i 9 -L 1G VG Using default stripesize 64.00 KiB. Rounding size 1.00 GiB (256 extents) up to stripe boundary size <1.02 GiB(261 extents). Logical volume "lvol3" created. [root@host-126 ~]# lvcreate --type raid5 -i 9 -L 1G VG Using default stripesize 64.00 KiB. Rounding size 1.00 GiB (256 extents) up to stripe boundary size <1.02 GiB(261 extents). Logical volume "lvol4" created. [root@host-126 ~]# lvcreate --type raid6 -i 9 -L 1G VG Using default stripesize 64.00 KiB. Rounding size 1.00 GiB (256 extents) up to stripe boundary size <1.02 GiB(261 extents). Logical volume "lvol5" created. [root@host-126 ~]# lvcreate --type raid10 -i 9 -L 1G VG Using default stripesize 64.00 KiB. Rounding size 1.00 GiB (256 extents) up to stripe boundary size <1.02 GiB(261 extents). Logical volume "lvol6" created. [root@host-126 ~]# lvs -o lv_name,segtype,stripes LV Type #Str lvol0 striped 9 lvol1 raid0 9 lvol2 raid0_meta 9 lvol3 raid4 10 lvol4 raid5 10 lvol5 raid6 11 lvol6 raid10 18
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/RHBA-2017:2222