]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: Do not block volume creation when container has disks with mixed sector size
authorMichal Zylowski <michal.zylowski@intel.com>
Tue, 29 May 2018 13:47:09 +0000 (15:47 +0200)
committerJes Sorensen <jsorensen@fb.com>
Thu, 31 May 2018 15:29:04 +0000 (11:29 -0400)
commit59632db96bdd09b44e9927f63a67cccbe8b15cdf
treea154255018c37cd0d11faafad7fd908cc86413f0
parentebad3af29b401dec7203e8fa5a77bcf16532f49c
imsm: Do not block volume creation when container has disks with mixed sector size

Currently when created container keeps disks with mixed sector size (few
4K disks and some 512 disks) there is no possibility to create volume from
disks with one sector size.
Allow volume creation when given disks are related with mixed container.

Signed-off-by: Michal Zylowski <michal.zylowski@intel.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
super-intel.c