Applicable to:
- SolusVM 2
Symptoms
Restore of imported VM from backup fails in SolusVM 2:
SVM_ERROR: cannot restore the virtual server "7e61f780-2bd8-4376-a5a9-7116820b9eef": failed to collect restorable disks: has backup for unknown disk "hda"
Cause
SolusVM 2 bug with ID #SIO-6072 (SVM2-122) which will be fixed in future SolusVM 2 updates.
Resolution
As a workaround:
- Connect to imported CR via SSH
- Open VM config editor:
# virsh edit UUID
where UUID is VM Hypervisor ID(Can be found on VM page in SolusVM 2 UI)
- Change the VM image device:
CONFIG_TEXT: <target dev='vda' bus='virtio'/>
to 'hda':
CONFIG_TEXT: <target dev='hda' bus='virtio'/>
Comments
0 commentsPlease sign in to leave a comment.