We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bcd24 commit cf1e0f8Copy full SHA for cf1e0f8
crutest/src/main.rs
@@ -2608,7 +2608,8 @@ async fn replace_before_active(
2608
bail!("Requested volume verify failed: {:?}", e)
2609
}
2610
2611
- // Start up the old downstairs so it is ready for the next loop.
+ // Start up all the stopped downstairs so they are ready for the next
2612
+ // loop.
2613
for old_ds in [old_ds_a, old_ds_b] {
2614
let res = dsc_client.dsc_start(old_ds).await;
2615
info!(log, "[{c}] Replay: started {old_ds}, returned:{:?}", res);
0 commit comments