From 464718dc3eb4de7dc218352f7fde74f6aa8e7df6 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Tue, 21 Nov 2023 16:55:48 -0500 Subject: [PATCH] fixup after rebase --- nexus/src/app/update/host_phase1_updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/src/app/update/host_phase1_updater.rs b/nexus/src/app/update/host_phase1_updater.rs index 7af711c621..fb013d0ffe 100644 --- a/nexus/src/app/update/host_phase1_updater.rs +++ b/nexus/src/app/update/host_phase1_updater.rs @@ -84,7 +84,7 @@ impl HostPhase1Updater { // TODO-correctness Should we be doing this, or should a higher level // executor set this up before calling us? mgs_clients - .try_all(&self.log, |client| async move { + .try_all_serially(&self.log, |client| async move { me.mark_target_slot_active(&client).await }) .await?;