diff --git a/crates/trident/src/lib.rs b/crates/trident/src/lib.rs index fb5f6da64..5a9bc4613 100644 --- a/crates/trident/src/lib.rs +++ b/crates/trident/src/lib.rs @@ -604,7 +604,7 @@ impl Trident { Ok(ExitKind::Done) } } - ServicingState::AbUpdateFinalized | ServicingState::Provisioned => { + ServicingState::AbUpdateHealthCheckFailed | ServicingState::AbUpdateFinalized | ServicingState::Provisioned => { // Need to either re-execute the failed update OR inform the user that no update // is needed. engine::update(&host_config, datastore, &allowed_operations, image, #[cfg(feature = "grpc-dangerous")] sender).message("Failed to update host")