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