]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Incremental.c
Fix --incremental handling on cluster array.
authorGoldwyn Rodrigues <rgoldwyn@suse.com>
Wed, 26 Aug 2015 16:35:21 +0000 (11:35 -0500)
committerNeilBrown <neilb@suse.com>
Mon, 28 Sep 2015 04:42:55 +0000 (14:42 +1000)
commit9d9202e301f0fd1b6d4021f11f3d3f9bcfb053dd
tree19c45fefcc9da0fc263f768f746ef18f920625da
parent86a406c2262e1db3309623413992eecbb9ee1ce3
Fix --incremental handling on cluster array.

Commit 06bd679317a2 ("Skip clustered devices in incremental")
disabled incremental completely on clustered arrays.
What we really want is that mdadm should not start or create
a clustered array but still be able to add or readd to an existing
device. This would enable udev scripts to automatically add
or re-add a device after transient errors.

Signed-off-by: NeilBrown <neilb@suse.com>
Incremental.c