VE migration failed: Can not dump VE: d_path is invisible [message #33114] |
Tue, 23 September 2008 13:51 |
januszzz
Messages: 50 Registered: January 2007 Location: Opole, Poland
|
Member |
|
|
Hi, I'm trying to migrate vz machine and it fails to do with messages:
vzmigrate -v -r no --online 126.66.64.64 123
OPT:-v
OPT:-r
OPT:--online
OPT:126.66.64.64
Starting online migration of VE 123 on 126.66.64.64
* status: started
Loading /etc/vz/vz.conf and /etc/vz/conf/123.conf files
Check IPs on destination node: 126.66.64.152
Preparing remote node
Copying config file
123.conf 100% 1708 1.7KB/s 00:00
Saved parameters for VE 123
/usr/sbin/vzmigrate: line 382: [: missing `]'
Creating remote VE root dir
Creating remote VE private dir
VZ disk quota disabled -- skipping quota migration
Syncing private
Live migrating VE
Suspending VE
Setting up checkpoint...
suspend...
get context...
Checkpointing completed succesfully
Dumping VE
Setting up checkpoint...
join context..
dump...
Can not dump VE: Invalid argument
Error: d_path is invisible /var/run/dbus/system_bus_socket
Checkpointing failed
Error: Failed to dump VE
Resuming...
What I can do with that? the file in question (/var/run/dbus/system_bus_socket) exists:
srwxrwxrwx 1 root root 0 Sep 19 14:28 system_bus_socket
Its just a socket. I don't know it is being created on destination host, because all files are being removed on unsuccessful migration.
Thank you,
Janusz.
EDIT: my guess was that rsync fails to read/write the sockets, but I read vzmigrate and if I manually run this command:
rsync -aH --delete --numeric-ids /vz/root/123/var/run/ /tmp/test
it goes ok.
[Updated on: Tue, 23 September 2008 14:23] Report message to a moderator
|
|
|