Hi,
We have done new setup with 3 hosts HA Cluster, We are doing migration from Host1 to Host2/Host3, its showing error
Offline Migration Issue:
When we do offline migration its migrating to other Host, but while starting VM in other Host its getting below error "TASK ERROR: volume 'OVI10:251/vm-251-disk-1.qcow2' does not exist"
Online Migration Issue:
We are using same pveversion in all the hosts and also ISO and DISK image is under shared storage
We have done new setup with 3 hosts HA Cluster, We are doing migration from Host1 to Host2/Host3, its showing error
Offline Migration Issue:
When we do offline migration its migrating to other Host, but while starting VM in other Host its getting below error "TASK ERROR: volume 'OVI10:251/vm-251-disk-1.qcow2' does not exist"
Code:
root@SRV1:~# cat /etc/pve/qemu-server/251.conf
bootdisk: scsi0
cores: 1
ide2: OVI10:iso/CentOS-7-x86_64-Minimal-1503-01.iso,media=cdrom
memory: 20000
net0: e1000=72:A2:E7:5E:79:F5,bridge=vmbr0
numa: 0
ostype: l26
scsi0: OVI10:251/vm-251-disk-1.qcow2,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=2539c7de-d114-4346-9070-22cfe78804a8
sockets: 1
Online Migration Issue:
Code:
Mar 23 12:05:18 starting migration of VM 251 to node 'SRV2' (xxxxxxx)
Mar 23 12:05:18 copying disk images
Mar 23 12:05:18 starting VM 251 on remote node 'SRV2'
Mar 23 12:05:19 volume 'OVI10:251/vm-251-disk-1.qcow2' does not exist
Mar 23 12:05:19 ERROR: online migrate failure - command '/usr/bin/ssh -o 'BatchMode=yes' root@xxxxxx qm start 251 --skiplock --migratedfrom SRV1 --migration_type secure --stateuri unix --machine pc-i440fx-2.7' failed: exit code 255
Mar 23 12:05:19 aborting phase 2 - cleanup resources
Mar 23 12:05:19 migrate_cancel
Mar 23 12:05:19 ERROR: migration finished with problems (duration 00:00:01)
TASK ERROR: migration problems
We are using same pveversion in all the hosts and also ISO and DISK image is under shared storage