Skip to content

Commit

Permalink
remove likely
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed Nov 25, 2024
1 parent 2cd7881 commit a78cabf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nexus/src/app/sagas/region_snapshot_replacement_step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,9 @@ async fn rsrss_notify_upstairs(
let params = sagactx.saga_params::<Params>()?;
let log = sagactx.user_data().log();

// If the associated volume was deleted, then skip this notification step.
// It's likely there is no Upstairs to talk to, but continue with the saga
// to transition the step request to Complete, and then perform the
// associated clean up.
// If the associated volume was deleted, then skip this notification step as
// there is no Upstairs to talk to. Continue with the saga to transition the
// step request to Complete, and then perform the associated clean up.

let volume_replace_snapshot_result = sagactx
.lookup::<VolumeReplaceResult>("volume_replace_snapshot_result")?;
Expand Down

0 comments on commit a78cabf

Please sign in to comment.