Skip to content

Commit

Permalink
Add precopy loop comment to migration itinerary
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <mnecas@redhat.com>
  • Loading branch information
mnecas committed Jan 7, 2025
1 parent fc189f9 commit 82bd887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controller/plan/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ var (
{Name: WaitForInitialSnapshot},
{Name: StoreInitialSnapshotDeltas, All: VSphere},
{Name: CreateDataVolumes},
// Precopy loop start
{Name: WaitForDataVolumesStatus},
{Name: CopyDisks},
{Name: CopyingPaused},
Expand All @@ -149,6 +150,7 @@ var (
{Name: WaitForSnapshot},
{Name: StoreSnapshotDeltas, All: VSphere},
{Name: AddCheckpoint},
// Precopy loop end
{Name: StorePowerState},
{Name: PowerOffSource},
{Name: WaitForPowerOff},
Expand Down

0 comments on commit 82bd887

Please sign in to comment.