Issues with KVM migration between nodes version 4.2-15

ilian dimov

New Member
Mar 1, 2016
7
0
1
46
Hello,

Today i tried to migrate one kvm machine from one node to another

Migration status is:
Aug 03 11:09:54 starting migration of VM 102 to node 'clipping-2' (192.168.128.11)
Aug 03 11:09:54 copying disk images
Aug 03 11:09:54 migration finished successfully (duration 00:00:01)
TASK OK

But when try to start kvn on new node i got
TASK ERROR: volume 'local:102/vm-102-disk-1.qcow2' does not exist

I cant see vm-102-disk-1.qcow2 file in local storage on new node.
the image file stays still over old node

Can you give me advice how to debug what is the reason about this
 
please post the output of:

> cat /etc/pve/storage.cfg
 
Old node:
root@clipping-1:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content rootdir,iso,vztmpl,images
shared
maxfiles 0
New node:
root@clipping-2:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content rootdir,iso,vztmpl,images
shared
maxfiles 0
 
you marked local storage as "shared", remove this.

as local storage is NOT shared, this setting is wrong. You can only mark shared storage like NFS or iSCSI as shared.