Openvz Livemigration failing

  • Thread starter Thread starter Xavi
  • Start date Start date
X

Xavi

Guest
Hello, we have 2 new proxmox 2.0 in a cluster, and we are experiencing this
fail with live migration of openvz container (after fail container files are in target
node, but no files on it)

Any idea?

Thank you!

Apr 29 21:42:42 starting migration of CT 100 to node 'server1' (1.2.3.4)
Apr 29 21:42:43 container data is on shared storage 'local'
Apr 29 21:42:43 dump 2nd level quota
Apr 29 21:42:43 initialize container on remote node 'nixval1'
Apr 29 21:42:43 initializing remote quota
Apr 29 21:42:43 # /usr/bin/ssh -c blowfish -o 'BatchMode=yes' root@5.6.7.8 vzctl quotainit 100
Apr 29 21:42:43 vzquota : (error) quota check : stat /var/lib/vz/private/100: No such file or directory
Apr 29 21:42:43 ERROR: Failed to initialize quota: vzquota init failed [1]
Apr 29 21:42:43 start final cleanup
Apr 29 21:42:43 ERROR: migration finished with problems (duration 00:00:01)
TASK ERROR: migration problems
 
you marked local storage as shared, but local storage is not shared.

remove the "shared" flag on the storage definition and try again.