Skip to content

VM Cannot Be Used Normally

If the created VM cannot be used normally, there are various reasons. Here are the troubleshooting directions:

VM Creation Failed

When VM creation fails, check the detailed information of the VM in the target cluster:

kubectl -n your-namespace describe vm your-vm

If the detailed information involves storage such as PVC, PV, SC, etc., please check the SC status. If the problem is not resolved, consult developers.

If the detailed information involves devices such as KVM, GPU, etc., please verify whether the target cluster nodes have completed dependency checks. If all dependencies are installed, consult developers.

Case 1

Case 2

Create VM error two

Comments