Skip to content

Commit

Permalink
MTV-1864 | Add luks support to the warm migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas committed Jan 13, 2025
1 parent f4b0b61 commit e95c9af
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,6 @@ func (admitter *PlanAdmitter) validateLUKS() error {
return err
}

coldLocal, vErr := admitter.plan.VSphereColdLocal()
if vErr != nil {
log.Error(vErr, "Could not analyze plan, failing")
return vErr
}
if !coldLocal {
err := liberr.New("migration of encrypted disks is not supported for warm migrations or migrations to remote providers")
log.Error(err, "Warm migration does not support LUKS")
return err
}
return nil
}

Expand Down

0 comments on commit e95c9af

Please sign in to comment.