]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Assemble: add support for RAID0 layouts.
authorNeilBrown <neilb@suse.de>
Mon, 4 Nov 2019 03:27:49 +0000 (14:27 +1100)
committerJes Sorensen <jsorensen@fb.com>
Mon, 2 Dec 2019 21:15:56 +0000 (16:15 -0500)
commit027c099fd1a31fb3815e592de75d0791a22353b4
treecc39fb437892f8d1e0a88415552976a4871fae3f
parent329dfc28debb58ffe7bd1967cea00fc583139aca
Assemble: add support for RAID0 layouts.

If you have a RAID0 array with varying sized devices
on a kernel before 5.4, you cannot assembling it on
5.4 or later without explicitly setting the layout.
This is now possible with
  --update=layout-original (For 3.13 and earlier kernels)
or
  --update=layout-alternate (for 3.14 and later kernels)

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Assemble.c
md.4
mdadm.8.in
mdadm.c
super1.c