checkpointing failed - Ubuntu hardy/xfs unkown inode mode 0 [message #30682] |
Tue, 03 June 2008 01:48 |
davekempe
Messages: 12 Registered: March 2008
|
Junior Member |
|
|
Hi,
I am getting this error:
#vzctl chkpnt 115
Setting up checkpoint...
suspend...
dump...
Can not dump VE: Invalid argument
Error: unknown inode mode 0, magic 0x9041934
Checkpointing failed
and in dmesg:
[1644794.657518] CPT ERR: ffff81003c3d5800,115 :unknown inode mode 0, magic 0x9041934
I have 115 on a RAID1 array from iSCSI, with xfs as the filesystem. Everything else works fine (aside from netstat -aun as reported in bugzilla). I would love checkpointing to work as its an important part of my migration plan. And it used to work on 2.6.18 (built that myself)
Kernel version:
2.6.24-17-openvz
vzctl version 3.0.22
#cat /proc/mounts |grep 115
/dev/md115 /var/lib/vz/private/115 xfs rw,relatime,ikeep,noquota 0 0
/var/lib/vz/private/115 /var/lib/vz/root/115 simfs rw,noatime,relatime 0 0
proc /var/lib/vz/root/115/proc proc rw,nosuid,nodev,noexec 0 0
sysfs /var/lib/vz/root/115/sys sysfs rw,nosuid,nodev,noexec 0 0
tmpfs /var/lib/vz/root/115/var/run tmpfs rw,nosuid,nodev,noexec 0 0
tmpfs /var/lib/vz/root/115/var/lock tmpfs rw,nosuid,nodev,noexec 0 0
/var/lib/vz/private/115 /var/lib/vz/root/115/dev/.static/dev simfs rw,noatime,relatime 0 0
udev /var/lib/vz/root/115/dev tmpfs rw,relatime 0 0
tmpfs /var/lib/vz/root/115/dev/shm tmpfs rw,relatime 0 0
devpts /var/lib/vz/root/115/dev/pts devpts rw,relatime 0 0
tmpfs /var/lib/vz/root/115/var/run tmpfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /var/lib/vz/root/115/var/lock tmpfs rw,nosuid,nodev,noexec,relatime 0 0
Any suggestions?
|
|
|