Suspend issue in 1.8

dik23

Well-Known Member
Apr 3, 2011
102
1
56
Just updated from 1.7, now running :

Code:
pve-manager: 1.8-18 (pve-manager/1.8/6070)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-33
pve-kernel-2.6.32-4-pve: 2.6.32-33
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.27-1pve1
vzdump: 1.2-13
vzprocps: 2.0.11-2
vzquota: 3.0.11-1dso1
pve-qemu-kvm: 0.14.1-1
ksm-control-daemon: 1.0-6

One of my openvz is set to run suspend backup, which worked fine on 1.7 but now I get :

Code:
INFO: Starting Backup of VM 103 (openvz)INFO: CTID 103 exist mounted running
INFO: status = CTID 103 exist mounted running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: starting first sync /var/lib/vz/private/103/ to /var/lib/vz/vzdump/vzdump-openvz-103-2011_06_28-10_54_01.tmp
INFO: Number of files: 25403
INFO: Number of files transferred: 20837
INFO: Total file size: 676373970 bytes
INFO: Total transferred file size: 673291014 bytes
INFO: Literal data: 673291014 bytes
INFO: Matched data: 0 bytes
INFO: File list size: 552429
INFO: File list generation time: 0.001 seconds
INFO: File list transfer time: 0.000 seconds
INFO: Total bytes sent: 674838605
INFO: Total bytes received: 427113
INFO: sent 674838605 bytes  received 427113 bytes  3526191.74 bytes/sec
INFO: total size is 676373970  speedup is 1.00
INFO: first sync finished (192 seconds)
INFO: suspend vm
INFO: Container already locked
ERROR: Backup of VM 103 failed - command 'vzctl chkpnt 103 --suspend' failed with exit code 9

vzctl stop 103 works without a problem and my ../vz/lock dir is empty

vzctl chkpnt 103 --kill returns Can not join cpt context 0: No such file or directory

Any ideas ?