Skip to content

Commit

Permalink
be specific, use delete over clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed Aug 15, 2024
1 parent 4de6cc4 commit 9a9cc60
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

//! Clean up the volume that stashes the target replaced during a region
//! snapshot replacement step saga. After that's done, change the region
//! snapshot replacement step's state to "VolumeDeleted".
//! Delete the volume that stashes the target replaced during a region snapshot
//! replacement step saga. After that's done, change the region snapshot
//! replacement step's state to "VolumeDeleted".
use super::{ActionRegistry, NexusActionContext, NexusSaga, SagaInitError};
use crate::app::sagas::declare_saga_actions;
Expand Down

0 comments on commit 9a9cc60

Please sign in to comment.