Package: lvm2 Version: 2.02.168-2-amd64 When trying to create a logical volume with more than 8 stripes I am getting the error "Only up to 8 stripes in striped supported currently."
Example: test-pc:~# lvcreate -L 1g -i 10 -I512 -n test-lv test-vg Only up to 8 stripes in striped supported currently. Run `lvcreate --help' for more information. This is a known bug and is fixed upstream with the following commit: https://sourceware.org/git/?p=lvm2.git;a=commit;h=2fcbe34fe85fa57e1e2835dfba95fa21387377b6 FTR it was fixed in Redhat and Ubuntu two years ago: https://bugzilla.redhat.com/show_bug.cgi?id=1389546 https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1675770 I am using Debian GNU/Linux 9.7, kernel 4.9.130-2-amd64 and libc6 2.24-11+deb9u3-amd64. Best regards, Georgi