summaryrefslogtreecommitdiffstats
path: root/Assemble.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2008-11-04 20:50:38 +1100
committerNeilBrown <neilb@suse.de>2008-11-04 20:50:38 +1100
commit215bb3f77627d818d5bc3eaca190212d491e1fcf (patch)
treeeaf98beb68dc96c0a0d7114f42d7a0f0c98d0d62 /Assemble.c
parentc4fe2d4f5640ebbdad141cbff4e3e5ba62c32537 (diff)
downloadmdadm-215bb3f77627d818d5bc3eaca190212d491e1fcf.tar.gz
mdadm-215bb3f77627d818d5bc3eaca190212d491e1fcf.tar.xz
mdadm-215bb3f77627d818d5bc3eaca190212d491e1fcf.zip
Incremental: adjust to the new naming scheme.
--incremental now uses exactly the same create_mddev that other code uses.
Diffstat (limited to 'Assemble.c')
-rw-r--r--Assemble.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Assemble.c b/Assemble.c
index 742bc08..5179df9 100644
--- a/Assemble.c
+++ b/Assemble.c
@@ -209,7 +209,8 @@ int Assemble(struct supertype *st, char *mddev,
}
return Incremental_container(&container, ident->container,
- verbose, runstop, ident->autof);
+ verbose, runstop, ident->autof,
+ LOCAL);
}
#endif
if (devlist == NULL)