diff --git a/pkg/controller/migmigration/task.go b/pkg/controller/migmigration/task.go index 88f5b5cad..21bad287a 100644 --- a/pkg/controller/migmigration/task.go +++ b/pkg/controller/migmigration/task.go @@ -296,8 +296,8 @@ var RollbackItinerary = Itinerary{ {Name: DeleteRegistries, Step: StepCleanupHelpers}, {Name: EnsureStagePodsDeleted, Step: StepCleanupHelpers}, {Name: EnsureAnnotationsDeleted, Step: StepCleanupHelpers, any: HasPVs | HasISs}, - {Name: QuiesceDestinationApplications, Step: StepCleanupMigrated, any: DirectVolume}, - {Name: EnsureDestQuiesced, Step: StepCleanupMigrated}, + {Name: QuiesceDestinationApplications, Step: StepCleanupMigrated, all: DirectVolume | EnableVolume}, + {Name: EnsureDestQuiesced, Step: StepCleanupMigrated, all: DirectVolume | EnableVolume}, {Name: SwapPVCReferences, Step: StepCleanupMigrated, all: StorageConversion}, {Name: CreateDirectVolumeMigrationRollback, Step: StepRollbackLiveMigration, all: DirectVolume | EnableVolume}, {Name: WaitForDirectVolumeMigrationRollbackToComplete, Step: StepRollbackLiveMigration, all: DirectVolume | EnableVolume},