Bugs item #1933508, was opened at 2008-04-03 22:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1933508&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Verapong Rattanasamoot (rattanasamoot)
Assigned to: Nobody/Anonymous (nobody)
Summary: KVM cannot migrate with command -monitor

Initial Comment:
I use KVM on Ubuntu 7.10 64 bit linux. 
I use migration only on localhost is work fine.

But when I use option (-monitor tcp::port,server,nowait) I cannot get result to 
migrate to incoming process.
 
I use kvm-60
 
>> command at VM Host : qemu-system-x86_64 -boot c -hda tc.ovl -m 512M -monitor 
>> tcp::40001,server,nowait 
(tc.ovl is an ovelay to disk image thats all in nfs)
 
>> command at VM Destination : qemu-system-x86_64 -boot c -hda tc.ovl -m 512M 
>> -incoming tcp://127.0.0.1:3333 -monitor tcp::40002,server,nowait
 
After run this commands and linux at VM1 Host start,
 
I telnet to localhost 40001 and 
command "migrate_set_speed 1G" then command "migrate -d tcp://127.0.0.1:3333"

At VM Host has been non response with any command. 
VM Destination still wait for read migration information.
 
Please help me how to solve this problems.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1933508&group_id=180599

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to