vzctl chkpnt --dump --dumpfile "$TEMP_DIR/$BACKUP_DATE.dump"

devnull

Renowned Member
Mar 12, 2012
6
0
66
vzctl chkpnt --dump --dumpfile xxx.dump => Kernel says "Holy Crap"

Hello !

When doing a dump of a container, I have some stanges errors in kernel.log :

Code:
May  9 01:46:55 www kernel: Holy Crap 1 0 12176,1120(imap-login)
May  9 01:54:25 www kernel: Holy Crap 1 0 4487,291(pdns_server)
May  9 01:54:36 www kernel: Holy Crap 1 0 100278,14626(imap)
May  9 01:56:15 www kernel: Holy Crap 1 0 8978,331(opendkim)
May  9 01:56:15 www kernel: Holy Crap 1 0 8979,332(opendkim)
May  9 15:50:14 www kernel: Holy Crap 1 0 7185,1420(mysqld)
May  9 19:04:12 www kernel: Holy Crap 1 0 4485,289(pdns_server)
May  9 19:08:30 www kernel: Holy Crap 1 0 8981,334(opendkim)
May  9 20:00:14 www kernel: Holy Crap 1 0 399921,289(pdns_server)
May  9 20:00:14 www kernel: Holy Crap 1 0 399924,292(pdns_server)
May  9 20:11:39 www kernel: Holy Crap 1 0 8693,268(rsyslogd)
May  9 20:11:39 www kernel: Holy Crap 1 0 8978,331(opendkim)

Script does this :

1) Rsync (first pass)
2) vzctl chkpnt xxx --suspend
3) vzctl chkpnt xxx --dump --dumpfile "xxx.dump"
4) Rsync (scond pass)
5) vzctl chkpnt xxx --resume

I have found the file where this error come from but I do not understand the source. (Line 279)

http://git.openvz.org/?p=linux-2.6....2c1af3ac538b2789701b724409b76f4c3d7b8;hb=HEAD

Thanks for your help!
 
Last edited:
Re: vzctl chkpnt --dump --dumpfile xxx.dump => Kernel says "Holy Crap"

I have the same problem on my server:

root@wfsr010:~# uname -a
Linux wfsr010 2.6.32-11-pve #1 SMP Wed Apr 11 07:17:05 CEST 2012 x86_64 GNU/Linux

root@wfsr010:~# vzctl
vzctl version 3.0.30.2-11.git.aefc8ef



I think this problem appeared while trying to migrate a CT, although I am not sure (and anyway the migration fails due to an other error):

CPT ERR: ffff8800088c5000,102 :page without mapping at b666b000@22642616
CPT ERR: ffff8800088c5000,102 :dump_one_vma: funkey page
Holy Crap 1 0 979972,373(mysqld)
CPT ERR: ffff880471f22000,102 :page without mapping at b666b000@22643488
CPT ERR: ffff880471f22000,102 :dump_one_vma: funkey page
CPT ERR: ffff880300515000,102 :page without mapping at b666b000@22710392
CPT ERR: ffff880300515000,102 :dump_one_vma: funkey page
Holy Crap 1 2 979935,336(mysqld)
CPT ERR: ffff8805d8ea1000,102 :page without mapping at b666b000@22644072
CPT ERR: ffff8805d8ea1000,102 :dump_one_vma: funkey page
CT: 102: stopped
CT: 102: started
Holy Crap 1 0 989531,129(sshd)
Holy Crap 1 0 989776,374(mysqld)
CPT ERR: ffff88061a8fd000,102 :page without mapping at b66c3000@23689768
CPT ERR: ffff88061a8fd000,102 :dump_one_vma: funkey page
 
Re: vzctl chkpnt --dump --dumpfile xxx.dump => Kernel says "Holy Crap"

Please can you test with the latest kernel from the 'pvetest' repository?
 
Re: vzctl chkpnt --dump --dumpfile xxx.dump => Kernel says "Holy Crap"

Please can you test with the latest kernel from the 'pvetest' repository?


I just tested with 2.6.32-12-pve, same problem:

May 18 18:53:44 wfsr010 kernel: Holy Crap 1 0 2606,371(mysqld)

root@wfsr010:~# pveversion -v
pve-manager: 2.1-1 (pve-manager/2.1/f9b0f63a)
running kernel: 2.6.32-12-pve
proxmox-ve-2.6.32: 2.1-68
pve-kernel-2.6.32-11-pve: 2.6.32-66
pve-kernel-2.6.32-12-pve: 2.6.32-68
pve-kernel-2.6.32-6-pve: 2.6.32-55
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.3-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.8-3
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.7-2
pve-cluster: 1.0-26
qemu-server: 2.0-39
pve-firmware: 1.0-16
libpve-common-perl: 1.0-27
libpve-access-control: 1.0-21
libpve-storage-perl: 2.0-18
vncterm: 1.0-2
vzctl: 3.0.30-2pve5
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.0-9
ksm-control-daemon: 1.1-1

regards
 
Last edited:
Re: vzctl chkpnt --dump --dumpfile xxx.dump => Kernel says "Holy Crap"

Did you ever find the reason behind the "Holy Crap" log entry?

I have a similar problem with openvz online migration and this appears in my logs too.
 
Re: vzctl chkpnt --dump --dumpfile xxx.dump => Kernel says "Holy Crap"

Did you ever find the reason behind the "Holy Crap" log entry?

I have a similar problem with openvz online migration and this appears in my logs too.

no, I live with it... It doesn't seem to have any really bad consequence.