Hi,
I'm actually trying to live migrate one VM from host x to host y. The VM is located on shared glusterfs storage which is mounted on each of the hosts.
Following the error while trying to migrate the VM:
Following the VM config:
I'm not quite sure why this VM is failing. With other VMs it worked without any problems although the config was almost the same.
Does anyone else have an idea what the problem could be?
Thanks in advance
I'm actually trying to live migrate one VM from host x to host y. The VM is located on shared glusterfs storage which is mounted on each of the hosts.
Following the error while trying to migrate the VM:
Code:
2023-04-13 22:58:33 use dedicated network address for sending migration traffic (192.168.0.6)
2023-04-13 22:58:33 starting migration of VM 100 to node 'Y' (192.168.0.6)
2023-04-13 22:58:33 ERROR: Problem found while scanning volumes - storage 'local-ssd' is not available on node 'Y'
2023-04-13 22:58:33 aborting phase 1 - cleanup resources
2023-04-13 22:58:33 ERROR: migration aborted (duration 00:00:02): Problem found while scanning volumes - storage 'local-ssd' is not available on node 'Y'
TASK ERROR: migration aborted
Following the VM config:
Code:
[23:06:52] root@X ~ $ qm config 100
agent: 1
boot: cdn
bootdisk: scsi0
cores: 4
cpu: kvm64,flags=+aes
ide2: none,media=cdrom
memory: 32768
name: v100
net0: virtio=00:00:00:00:00:00,bridge=vmbr0,firewall=1
numa: 1
onboot: 1
ostype: l26
scsi0: remote-gluster:100/vm-100-disk-0.qcow2,discard=on,size=153G,ssd=1
scsihw: virtio-scsi-pci
smbios1: uuid=c6c69cee-537c-40ef-9a67-4f9d102d64d0
sockets: 2
I'm not quite sure why this VM is failing. With other VMs it worked without any problems although the config was almost the same.
Does anyone else have an idea what the problem could be?
Thanks in advance