Skip to main content

Cancel an ONTAP SVM migration

Contributors netapp-lenida netapp-aherbin netapp-dbagwell

If you need to cancel an SVM migration before it completes, you can use the vserver migrate abort command. You can cancel an SVM migration only when the operation is in the paused or failed state. You cannot cancel an SVM migration when the status is "cutover-started" or after cutover is complete. You cannot use the abort option when an SVM migration is in progress.

Steps
  1. On the destination cluster, check the migration status:

    vserver migrate show -vserver <SVM_name>
  2. Cancel the migration:

    vserver migrate abort -vserver <SVM_name>
  3. Check the progress of the cancel operation:

    vserver migrate show

    The migration status shows migrate-aborting while the cancel operation is in progress. When the cancel operation completes, the migration status shows nothing.