Hi,
A see the following error message when trying to migrate a VZ container:
Jul 16 03:14:22 starting migration of CT 102 to node 'esx2' (192.168.2.9)
Jul 16 03:14:22 container is running - using online migration
Jul 16 03:14:22 starting rsync phase 1
Jul 16 03:14:22 # /usr/bin/rsync -aH --delete --numeric-ids --sparse /var/lib/vz/private/102 root@192.168.2.9:/var/lib/vz/private
Jul 16 03:22:06 start live migration - suspending container
Jul 16 03:22:06 # vzctl --skiplock chkpnt 102 --suspend
Jul 16 03:22:06 Setting up checkpoint...
Jul 16 03:22:06 suspend...
Jul 16 03:22:06 Can not suspend container: Invalid argument
Jul 16 03:22:06 Error: unsupported fs type nfsd
Jul 16 03:22:06 ERROR: Failed to suspend container: Checkpointing failed
Jul 16 03:22:06 aborting phase 1 - cleanup resources
Jul 16 03:22:06 removing copied files on target node
Jul 16 03:22:16 start final cleanup
Jul 16 03:22:16 ERROR: migration aborted (duration 00:07:54): Failed to suspend container: Checkpointing failed
TASK ERROR: migration aborted
The error I expect to be causing the failure is this: "unsupported fs type nfsd"
The node migrating to:
$ cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev cgroup
nodev cpuset
nodev tmpfs
nodev devtmpfs
nodev binfmt_misc
nodev debugfs
nodev securityfs
nodev sockfs
nodev usbfs
nodev pipefs
nodev anon_inodefs
nodev inotifyfs
nodev devpts
nodev ramfs
nodev pram
nodev hugetlbfs
iso9660
nodev pstore
nodev mqueue
ext3
nodev fuse
fuseblk
nodev fusectl
nodev configfs
nodev rpc_pipefs
nodev nfs
nodev nfs4
nodev delayfs
nodev simfs
no nfsd!
Could this be avoided or should the nfsd kernel module be inserted manually?
Michael.
A see the following error message when trying to migrate a VZ container:
Jul 16 03:14:22 starting migration of CT 102 to node 'esx2' (192.168.2.9)
Jul 16 03:14:22 container is running - using online migration
Jul 16 03:14:22 starting rsync phase 1
Jul 16 03:14:22 # /usr/bin/rsync -aH --delete --numeric-ids --sparse /var/lib/vz/private/102 root@192.168.2.9:/var/lib/vz/private
Jul 16 03:22:06 start live migration - suspending container
Jul 16 03:22:06 # vzctl --skiplock chkpnt 102 --suspend
Jul 16 03:22:06 Setting up checkpoint...
Jul 16 03:22:06 suspend...
Jul 16 03:22:06 Can not suspend container: Invalid argument
Jul 16 03:22:06 Error: unsupported fs type nfsd
Jul 16 03:22:06 ERROR: Failed to suspend container: Checkpointing failed
Jul 16 03:22:06 aborting phase 1 - cleanup resources
Jul 16 03:22:06 removing copied files on target node
Jul 16 03:22:16 start final cleanup
Jul 16 03:22:16 ERROR: migration aborted (duration 00:07:54): Failed to suspend container: Checkpointing failed
TASK ERROR: migration aborted
The error I expect to be causing the failure is this: "unsupported fs type nfsd"
The node migrating to:
$ cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev cgroup
nodev cpuset
nodev tmpfs
nodev devtmpfs
nodev binfmt_misc
nodev debugfs
nodev securityfs
nodev sockfs
nodev usbfs
nodev pipefs
nodev anon_inodefs
nodev inotifyfs
nodev devpts
nodev ramfs
nodev pram
nodev hugetlbfs
iso9660
nodev pstore
nodev mqueue
ext3
nodev fuse
fuseblk
nodev fusectl
nodev configfs
nodev rpc_pipefs
nodev nfs
nodev nfs4
nodev delayfs
nodev simfs
no nfsd!
Could this be avoided or should the nfsd kernel module be inserted manually?
Michael.