summaryrefslogtreecommitdiff
path: root/Incremental.c
diff options
context:
space:
mode:
Diffstat (limited to 'Incremental.c')
-rw-r--r--Incremental.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Incremental.c b/Incremental.c
index 29cbca3..ff8aa9a 100644
--- a/Incremental.c
+++ b/Incremental.c
@@ -390,6 +390,7 @@ int Incremental(char *devname, int verbose, int runstop,
fprintf(stderr, Name
": container %s now has %d devices\n",
chosen_name, info.array.working_disks);
+ wait_for(chosen_name);
return Incremental(chosen_name, verbose, runstop,
NULL, homehost, autof);
}
@@ -461,6 +462,7 @@ int Incremental(char *devname, int verbose, int runstop,
": %s attached to %s, which has been started.\n",
devname, chosen_name);
rv = 0;
+ wait_for(chosen_name);
} else {
fprintf(stderr, Name
": %s attached to %s, but failed to start: %s.\n",