Skip to content

Commit cf1e0f8

Browse files
committed
Conjugating
1 parent 51bcd24 commit cf1e0f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crutest/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,8 @@ async fn replace_before_active(
26082608
bail!("Requested volume verify failed: {:?}", e)
26092609
}
26102610

2611-
// Start up the old downstairs so it is ready for the next loop.
2611+
// Start up all the stopped downstairs so they are ready for the next
2612+
// loop.
26122613
for old_ds in [old_ds_a, old_ds_b] {
26132614
let res = dsc_client.dsc_start(old_ds).await;
26142615
info!(log, "[{c}] Replay: started {old_ds}, returned:{:?}", res);

0 commit comments

Comments
 (0)