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 4d632b5Copy full SHA for 4d632b5
crutest/src/main.rs
@@ -2608,7 +2608,7 @@ 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 the old downstairs so they are ready for the next loop.
2612
for old_ds in [old_ds_a, old_ds_b] {
2613
let res = dsc_client.dsc_start(old_ds).await;
2614
info!(log, "[{c}] Replay: started {old_ds}, returned:{:?}", res);
0 commit comments