ERROR: migration aborted

TechLineX

Active Member
Mar 2, 2015
213
5
38
Code:
Task viewer: VM 105 - Migrate

OutputStatus

Stop
Feb 21 19:11:04 starting migration of VM 105 to node 'host2' (172.16.0.21)
Feb 21 19:11:04 copying disk images
Feb 21 19:11:04 ERROR: Failed to sync data - storage 'raid1' is not available on node 'host2'
Feb 21 19:11:04 aborting phase 1 - cleanup resources
Feb 21 19:11:04 ERROR: migration aborted (duration 00:00:00): Failed to sync data - storage 'raid1' is not available on node 'host2'
TASK ERROR: migration aborted

The server has no disk at this storage, no CD. I had already moved the disk to another storage. This is working, but has no effect to the migration.

Config looks like:

Code:
bootdisk: ide0
cores: 2
cpu: kvm64
cpuunits: 1000
ide0: local-zfs:vm-105-disk-1,backup=1,cache=none,media=disk,size=100G
ide1: none,media=cdrom
kvm: 1
memory: 3072
name: ###
net0: bridge=vmbr0,firewall=1,e1000=###,rate=13
numa: 0
onboot: 1
ostype: other
smbios1: uuid=###
sockets: 1

Where is the "raid1" defined?

Regards
 
the migration code checks all the storages that are supposed to be available on the source node, so my guess is that "raid1" is not actually supposed to be available, and is just missing the "nodes" restriction in the storage configuration?