Skip to content

Commit

Permalink
Remove FIXME comment
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <[email protected]>
  • Loading branch information
mnecas committed Sep 6, 2024
1 parent 121f33f commit d5bce55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controller/plan/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -1652,8 +1652,6 @@ func (r *Migration) updateConversionProgress(vm *plan.VMStatus, step *plan.Step)
case err != nil:
return liberr.Wrap(err)
case coldLocal:
// FIXME: will this work for in-place conversions now that it also uses
// virt-v2v-monitor when executing virt-v2v-in-place?
if err := r.updateConversionProgressV2vMonitor(pod, step); err != nil {
// Just log it. Missing progress is not fatal.
log.Error(err, "Failed to update conversion progress")
Expand Down

0 comments on commit d5bce55

Please sign in to comment.