Why is live migration slow?

Virtual Private Cloud 4.17 and later Bare metal worker nodes only RHCOS only

You start a live migration for a virtual machine (VM), but the migration takes longer than expected.

Migration duration can be affected by node bandwidth, storage performance, and VM memory activity during the migration.

Use the following checks to investigate the environment.

  1. Review the node placement and network details.

    oc get nodes -o wide
    
  2. Review the storage that backs the VM.

    oc get pvc -n <namespace>
    
  3. Review the migration details.

    oc describe vmim <migration_name> -n <namespace>
    
  4. Review the planning guidance in Planning your OpenShift Virtualization deployment. Compare the current storage configuration to the guidance for your selected storage backend and confirm that it is appropriate for live migration workloads.

  5. If migration remains slow, collect the migration details, node placement, and storage information before you contact IBM Cloud support. Include the migration status, node details, and storage information when you open a support case so that the environment can be reviewed.