From 82bd887a496e1fc8a161bb8c13bc2c319a1376d4 Mon Sep 17 00:00:00 2001 From: Martin Necas Date: Mon, 6 Jan 2025 11:16:46 +0100 Subject: [PATCH] Add precopy loop comment to migration itinerary Signed-off-by: Martin Necas --- pkg/controller/plan/migration.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/controller/plan/migration.go b/pkg/controller/plan/migration.go index 69e835aa7..a6028f000 100644 --- a/pkg/controller/plan/migration.go +++ b/pkg/controller/plan/migration.go @@ -140,6 +140,7 @@ var ( {Name: WaitForInitialSnapshot}, {Name: StoreInitialSnapshotDeltas, All: VSphere}, {Name: CreateDataVolumes}, + // Precopy loop start {Name: WaitForDataVolumesStatus}, {Name: CopyDisks}, {Name: CopyingPaused}, @@ -149,6 +150,7 @@ var ( {Name: WaitForSnapshot}, {Name: StoreSnapshotDeltas, All: VSphere}, {Name: AddCheckpoint}, + // Precopy loop end {Name: StorePowerState}, {Name: PowerOffSource}, {Name: WaitForPowerOff},