Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Aug 26, 2024
1 parent 9f4156a commit 88a488a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nexus/src/app/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1868,13 +1868,6 @@ pub(crate) async fn process_vmm_update(

// If an instance-update saga must be executed as a result of this update,
// prepare and return it.
//
// It's safe to fetch the VMM record to get the instance ID at this point
// even though the VMM may now be Destroyed, because the record itself won't
// be deleted until the instance update saga retires it. If this update
// marked the VMM as Destroyed and then the fetch failed, then another
// update saga has already observed what this routine published, so there's
// no need to schedule another saga.
if instance_update::update_saga_needed(
&opctx.log,
propolis_id,
Expand Down

0 comments on commit 88a488a

Please sign in to comment.