]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Assemble.c
IMSM - allow assembling any imsm array even without OROM.
[thirdparty/mdadm.git] / Assemble.c
index 94e314b78040190faec3d6c1fd9d20546123f1d3..dbac9aecfb0bd96a9ce87b1f15ccc4d0ddfb4dd1 100644 (file)
@@ -1219,6 +1219,8 @@ try_again:
                       mddev ? mddev : "further assembly");
 
        content = &info;
+       if (st)
+               st->ignore_hw_compat = 1;
        num_devs = select_devices(devlist, ident, &st, &content, c,
                                  inargv, auto_assem);
        if (num_devs < 0)