qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] client_migrate_switch and auto_switch (RHBZ


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 0/3] client_migrate_switch and auto_switch (RHBZ 725009)
Date: Fri, 26 Aug 2011 11:54:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Red Hat/3.1.12-1.el6_1 Thunderbird/3.1.12

On 08/19/11 19:08, Alon Levy wrote:
Fix the ticket expiration on target vm for a spice connection without 
introducing
a race between the spice server switching the client to the new host itself and
the target libvirt setting the new expiration date, by adding an option to
client_migrate_info to not automatically switch the client on migration 
completion,
instead waiting for an explicit client_migrate_switch (new monitor command) from
libvirt.

Hmm. Guess the fundamental issue is that libvirt wants to use the monitor to set the ticket instead of the command line for security reasons. The qemu monitor doesn't accept commands while the incoming migration is running. We also can't kick the incoming migration via monitor, so first setting the ticket then start migration doesn't work too. Correct?

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]