summaryrefslogtreecommitdiffstats
path: root/mdadm.c
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2010-05-26 13:25:47 -0700
committerDan Williams <dan.j.williams@intel.com>2010-05-26 13:25:47 -0700
commit3288b419b988b20a53a2b12eb8e5f9f536228db4 (patch)
treef17951eb37958d82d857fe499db44d76d10944f4 /mdadm.c
parent97b4d0e971b20cea66b4a2dd04968cae79a3c2e6 (diff)
downloadmdadm-3288b419b988b20a53a2b12eb8e5f9f536228db4.tar.gz
mdadm-3288b419b988b20a53a2b12eb8e5f9f536228db4.tar.xz
mdadm-3288b419b988b20a53a2b12eb8e5f9f536228db4.zip
Revert "Incremental: honor --no-degraded to delay assembly"
This reverts commit fdb482f99b9ad2ef8cd1724902fdfeedaa8796a1. Now that containers can report state for ->container_enough we can automatically determine when the array can be started, and no longer need the --no-degraded hammer. Conflicts: Incremental.c Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'mdadm.c')
-rw-r--r--mdadm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdadm.c b/mdadm.c
index d5e34c0..a401be2 100644
--- a/mdadm.c
+++ b/mdadm.c
@@ -671,7 +671,6 @@ int main(int argc, char *argv[])
" 'summaries', 'homehost', 'byteorder', 'devicesize'.\n");
exit(outf == stdout ? 0 : 2);
- case O(INCREMENTAL,NoDegraded):
case O(ASSEMBLE,NoDegraded): /* --no-degraded */
runstop = -1; /* --stop isn't allowed for --assemble,
* so we overload slightly */