windowsxp live migration problem

SolrJ

New Member
Feb 19, 2012
3
0
1
I have two server .one is master and the other is node.
when I have live migration ,It show the error belows.

/usr/sbin/qmigrate --online 192.168.1.221 102

Feb 19 20:07:40 starting migration of VM 102 to host '192.168.1.221'
Feb 19 20:07:40 copying disk images
Feb 19 20:07:40 starting VM on remote host '192.168.1.221'
volume 'share:102/vm-102-disk-1.raw' does not exist
Feb 19 20:07:41 online migrate failure - command '/usr/bin/ssh -c blowfish -o BatchMode=yes root@192.168.1.221 /usr/sbin/qm --skiplock start 102 --incoming tcp' failed with exit code 2
Feb 19 20:07:42 migration finished with problems (duration 00:00:02)
VM 102 migration failed -



I install xp with raw Image Format . and the storage is share . but I can't find the volume 'share:102/vm-102-disk-1.raw' on the node .
thanks。
 
the storage type is Drectory! And I can't create NFS share type .I use the command /bin/mount nfs 192.168.1.220:/var/share /mnt/pve/NFSShare It shows the error : mount.nfs :mount to nfs server '192.168.1.220' failed :RPC error : program not resgistered
 
Last edited:
You will need nfs or iscsi to live migrate.

Does your shared storage support Nfs?


Sent from my iPhone using Tapatalk
 
yes ,when I Add NFS Share on the web site https://192.168.1.220/storage/index.htm it shows Error:command ' /bin/mount -t nfs 192.168.1.220:/var/share /mnt/pve/NFSShare' failed with exit code 32
I can see the server 192.168.1.221
#showmount -e 192.168.1.220
Export list for 192.168.1.220:
/var/share 192.168.1.221