Hi,
I got problem to migrate a Container in my cluster of 3 nodes.
The vm migrate to the second node but can't start. I have to start it in the gui.
The file /etc/vz/conf/100.conf contains
I got this error too sometimes
Otherwise migration of ours KVM (on shared storage) or ours CT (on local) works great.
I got problem to migrate a Container in my cluster of 3 nodes.
The vm migrate to the second node but can't start. I have to start it in the gui.
Code:
Jul 05 15:42:58 starting migration of CT 100 to node 'prox' (*.*.*.155)
Jul 05 15:42:58 container is running - using online migration
Jul 05 15:42:58 container data is on shared storage 'Containers'
Jul 05 15:42:58 start live migration - suspending container
Jul 05 15:42:58 dump container state
Jul 05 15:42:58 dump 2nd level quota
Jul 05 15:43:00 initialize container on remote node 'prox'
Jul 05 15:43:00 initializing remote quota
Jul 05 15:43:12 turn on remote quota
Jul 05 15:43:12 load 2nd level quota
Jul 05 15:43:12 starting container on remote node 'prox'
Jul 05 15:43:12 restore container state
Jul 05 15:43:13 # /usr/bin/ssh -c blowfish -o 'BatchMode=yes' root@*.*.*.155 vzctl restore 100 --undump --dumpfile /mnt/pve/Containers/dump/dump.100 --skip_arpdetect
Jul 05 15:43:12 Restoring container ...
Jul 05 15:43:12 Starting container ...
Jul 05 15:43:12 Container is mounted
Jul 05 15:43:12 undump...
Jul 05 15:43:12 Setting CPU units: 1000
Jul 05 15:43:12 Setting CPUs: 1
Jul 05 15:43:12 Configure veth devices: veth100.0
Jul 05 15:43:12 Adding interface veth100.0 to bridge vmbr0 on CT0 for CT100
Jul 05 15:43:13 vzquota : (warning) Quota is running for id 100 already
Jul 05 15:43:13 Error: undump failed: No such file or directory
Jul 05 15:43:13 Restoring failed:
Jul 05 15:43:13 Error: rst_open_file: failed to lookup path '/var/run/apache2/.nfs0000000000007062000000a8': -2
Jul 05 15:43:13 Error: can't open file /var/run/apache2/.nfs0000000000007062000000a8
Jul 05 15:43:13 Error: rst_file: -2 1269128
Jul 05 15:43:13 Error: rst_files: -2
Jul 05 15:43:13 Error: make_baby: -2
Jul 05 15:43:13 Error: rst_clone_children
Jul 05 15:43:13 Container is unmounted
Jul 05 15:43:13 ERROR: online migrate failure - Failed to restore container: Container start failed
Jul 05 15:43:13 start final cleanup
Jul 05 15:43:13 ERROR: migration finished with problems (duration 00:00:16)
TASK ERROR: migration problems
The file /etc/vz/conf/100.conf contains
Code:
VE_ROOT="/var/lib/vz/root/$VEID"
VE_PRIVATE="/mnt/pve/Containers/private/100"
I got this error too sometimes
Code:
Jul 05 16:03:22 ERROR: online migrate failure - Failed to restore container: Can't umount /var/lib/vz/root/100: Device or resource busy
Otherwise migration of ours KVM (on shared storage) or ours CT (on local) works great.