Applicable to:
- SolusVM 2
Symptoms
Disk is missing in VPS manage and can't perform any actions due to this.
Cause
Issue for a variety of reasons. The VPS was imported manually, previous migration not completed correctly.
Resolution
Follow these steps to activate the disk:
- Access the CR.
-
Run this command:
# virsh domblklist UUID
Will find VM storage path. From this storage path, you can find the Storage ID of this VM in the Computer Resource Storage settings.
- Apply the following update on the Master database:
-
How to access Management Server database
# update compute_resource_vms set storage_id =STORAGE_ID where id=VM_ID;
# update disks set storage_id =STORAGE_ID where compute_resource_vm_id=VM_ID;
Comments
Please sign in to leave a comment.