]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.c
Incremental: accept '--no-degraded' as a deprecated option
authorDan Williams <dan.j.williams@intel.com>
Mon, 9 Aug 2010 17:26:24 +0000 (10:26 -0700)
committerNeilBrown <neilb@suse.de>
Thu, 12 Aug 2010 01:20:16 +0000 (11:20 +1000)
commit172356c93a787fe9cddfa5bbc6008b9ded6dd6f0
treeadf76efb4f45328da7cf53ec5be53ed6c49cc5bc
parentfd4c9ba49120bb0885491e953d7872b541ffa5a7
Incremental: accept '--no-degraded' as a deprecated option

Commit 3288b419 (Revert "Incremental: honor --no-degraded to delay assembly")
killed the --no-degraded flag since commit 97b4d0e9 (Incremental: honor
an 'enough' flag from external handlers) made this the default behavior
of -I, and brought -I usage for external/container formats in line with
native metadata.  However, this breaks existing usages of '-I
--no-degraded', so allow it as a deprecated option.

Starting a degraded container, like the native metadata case, requires -R.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Reported-by: Ignacy Kasperowicz <ignacy.kasperowicz@intel.com>
mdadm.c