]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: block chunk size change for RAID 10
authorMariusz Dabrowski <mariusz.dabrowski@intel.com>
Wed, 12 Oct 2016 12:28:42 +0000 (14:28 +0200)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 19 Oct 2016 15:22:36 +0000 (11:22 -0400)
commit2d2b0eb7b9d5603edb2e41e2c2860042fbbe8c92
tree8b684d884a0fd4bdc89c760c937df9bca9549522
parent119b66a47320ea906e43488de719f7173cb7286c
imsm: block chunk size change for RAID 10

Chunk size change of RAID 10 array fails because it is not supported but
invalid values still are being written to metadata and array cannot be
assembled after stop. Operation should be blocked before metadata update.

Signed-off-by: Mariusz Dabrowski <mariusz.dabrowski@intel.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
super-intel.c