Author Topic: vzdump suspend error  (Read 821 times)

TAfirehawk

  • Newbie
  • *
  • Posts: 38
vzdump suspend error
« on: March 27, 2012, 04:59:10 AM »
I am getting the following error doing vzdump.  The versions of vzdump and opennode are listed below as well.

Mar 26 19:04:01 INFO: first sync finished (6401 seconds)
Mar 26 19:04:01 INFO: suspend vm
Mar 26 19:04:02 INFO: Setting up checkpoint...
Mar 26 19:04:02 INFO:   suspend...
Mar 26 19:04:12 INFO: Can not suspend container: Interrupted system call
Mar 26 19:04:12 INFO: Error: interrupted or timed out.
Mar 26 19:04:12 INFO: Checkpointing failed
Mar 26 19:04:32 ERROR: Backup of VM 1001 failed - command 'vzctl --skiplock chkpnt 1001 --suspend' failed with exit code 16

[root@community dump]# yum info vzdump
Loaded plugins: fastestmirror, merge-conf, priorities
Loading mirror speeds from cached hostfile
 * base: centos.mirror.lstn.net
 * extras: mirror.fdcservers.net
 * updates: mirrors.loosefoot.com
Installed Packages
Name        : vzdump
Arch        : noarch
Version     : 1.2
Release     : 15.on
Size        : 76 k
Repo        : installed
Summary     : OpenVZ backup scripts
URL         : http://www.proxmox.com/
License     : GPL
Description : This package contains the vzdump script to backup and restore openvz images.

[root@community dump]# yum info opennode
Loaded plugins: fastestmirror, merge-conf, priorities
Loading mirror speeds from cached hostfile
 * base: centos.mirror.lstn.net
 * extras: mirror.fdcservers.net
 * updates: mirrors.loosefoot.com
Installed Packages
Name        : opennode
Arch        : x86_64
Version     : 6.0
Release     : 8
Size        : 1.2 k
Repo        : installed
Summary     : OpenNode management software
URL         : http://opennodecloud.com
License     : GPL
Description : OpenNode Node metapackage

ilja_l

  • Administrator
  • Full Member
  • *****
  • Posts: 232
Re: vzdump suspend error
« Reply #1 on: March 27, 2012, 11:25:58 AM »
Hm, something new - could you please try running "vzctl --skiplock chkpnt 1001 --suspend" directly to get more output? vzdump tends to conceal parts of the output, which could include more insight.

Ilya

TAfirehawk

  • Newbie
  • *
  • Posts: 38
Re: vzdump suspend error
« Reply #2 on: March 27, 2012, 02:06:27 PM »
Well that was weird, I did a second vzdump when I composed this post and it finished ok.  Maybe it was just a glitch so I won't worry about it until it happens a second time.  vzdump has caused me some issues in the past but this error was new so let's hope it was a one time thing.

ilja_l

  • Administrator
  • Full Member
  • *****
  • Posts: 232
Re: vzdump suspend error
« Reply #3 on: March 27, 2012, 02:09:28 PM »
Well, the lines
Code: [Select]
Mar 26 19:04:12 INFO: Can not suspend container: Interrupted system call
Mar 26 19:04:12 INFO: Error: interrupted or timed out.

are suspicious. Perhaps that was an accident ctrl-c or something like that.