]> sourceware.org Git - lvm2.git/commit
lvconvert/lvcreate: raise maximum number of raid images
authorHeinz Mauelshagen <heinzm@redhat.com>
Fri, 24 Feb 2017 03:41:46 +0000 (04:41 +0100)
committerHeinz Mauelshagen <heinzm@redhat.com>
Fri, 24 Feb 2017 04:20:58 +0000 (05:20 +0100)
commit64a2fad5d6c65e81269251408dff10854f0ace7e
tree2c6c79a369ae0d6f4a0a83157c3665fc36a6c1f6
parent34caf8317243b3b30e6fc858b4440ebf3ffb8810
lvconvert/lvcreate: raise maximum number of raid images

Because of contraints in renaming shifted rimage/rmeta LV names
the current RaidLV limit is a maximum of 10 SubLV pairs.

With the previous introduction of reshaping infratructure that
constriant got removed.

Kernel supports 253 since dm-raid target 1.9.0, older kernels 64.

Raise the maximum number of RaidLV rimage/rmeta pairs to 64.
If we want to raise past 64, we have to introdce a check for
the kernel supporting it in lvcreate/lvconvert.

Related: rhbz834579
Related: rhbz1191935
Related: rhbz1191978
lib/config/defaults.h
This page took 0.035762 seconds and 5 git commands to generate.