On Thu, 27 May 2010 17:58:03 +0200
Juan Quintela wrote:
> Luiz Capitulino wrote:
> > On Wed, 26 May 2010 11:55:31 -0500
> > Anthony Liguori wrote:
>
> >> That's exactly how the protocol is designed. That was one of the major
> >> improvements of QMP over the human monior.
> >
> > Yes and it
On 05/27/2010 10:58 AM, Juan Quintela wrote:
Luiz Capitulino wrote:
On Wed, 26 May 2010 11:55:31 -0500
Anthony Liguori wrote:
That's exactly how the protocol is designed. That was one of the major
improvements of QMP over the human monior.
Yes and it already has 'id'
Luiz Capitulino wrote:
> On Wed, 26 May 2010 11:55:31 -0500
> Anthony Liguori wrote:
>> That's exactly how the protocol is designed. That was one of the major
>> improvements of QMP over the human monior.
>
> Yes and it already has 'id' support:
>
> { "execute": "cont", "id": "luiz" }
> {"tim
On Wed, 26 May 2010 11:55:31 -0500
Anthony Liguori wrote:
> On 05/26/2010 10:15 AM, Daniel P. Berrange wrote:
> > On Wed, May 26, 2010 at 09:54:22AM -0500, Anthony Liguori wrote:
> >
> >> On 05/26/2010 05:33 AM, Daniel P. Berrange wrote:
> >>
> > I'm not sure why you would need a no
On 05/26/2010 10:15 AM, Daniel P. Berrange wrote:
On Wed, May 26, 2010 at 09:54:22AM -0500, Anthony Liguori wrote:
On 05/26/2010 05:33 AM, Daniel P. Berrange wrote:
I'm not sure why you would need a notification of when migration
starts (since you know when you've started migration).
On Wed, May 26, 2010 at 09:54:22AM -0500, Anthony Liguori wrote:
> On 05/26/2010 05:33 AM, Daniel P. Berrange wrote:
> >>>I'm not sure why you would need a notification of when migration
> >>>starts (since you know when you've started migration).
> >>>
> >>But you don't know if the other end
On 05/26/2010 05:33 AM, Daniel P. Berrange wrote:
I'm not sure why you would need a notification of when migration
starts (since you know when you've started migration).
But you don't know if the other end "knows" that it has also started.
started is needed only in incoming part, becaus
On Tue, May 25, 2010 at 06:43:13PM +0200, Juan Quintela wrote:
> Anthony Liguori wrote:
> > On 05/25/2010 11:25 AM, Daniel P. Berrange wrote:
> >> On Tue, May 25, 2010 at 06:04:17PM +0200, Juan Quintela wrote:
> >>
> >>> Anthony Liguori wrote:
>
> > I'm not sure why you would need a notifica
On Tue, May 25, 2010 at 11:33:15AM -0500, Anthony Liguori wrote:
> On 05/25/2010 11:25 AM, Daniel P. Berrange wrote:
> > With some disk locking
> >approaches we need todo a lock transfer before allowing the dest
> >to continue running.
>
> QEMU is going to read the disk before the migration compl
Luiz Capitulino wrote:
> On Tue, 25 May 2010 17:35:53 +0200
> Juan Quintela wrote:
>
>> Anthony Liguori wrote:
>> > On 05/25/2010 09:21 AM, Juan Quintela wrote:
>>
>> >> +MIGRATION_CANCELED
>> >> +--
>> >> +
>> >> +Emitted when migration is canceled. This is emitted in the sour
On Tue, 25 May 2010 17:35:53 +0200
Juan Quintela wrote:
> Anthony Liguori wrote:
> > On 05/25/2010 09:21 AM, Juan Quintela wrote:
>
> >> +MIGRATION_CANCELED
> >> +--
> >> +
> >> +Emitted when migration is canceled. This is emitted in the source.
> >> +Target will emit MIGRATION
On Tue, 25 May 2010 11:10:23 -0500
Anthony Liguori wrote:
> There should be some information about why it failed, no? Preferrably
> in a QError format.
>
>
> >>> At this point, we have basically -1 :(
> >>>
> >>> I can add a field with an error number, but we are ver
Anthony Liguori wrote:
> On 05/25/2010 11:25 AM, Daniel P. Berrange wrote:
>> On Tue, May 25, 2010 at 06:04:17PM +0200, Juan Quintela wrote:
>>
>>> Anthony Liguori wrote:
> I'm not sure why you would need a notification of when migration
> starts (since you know when you've started migration
On Tue, May 25, 2010 at 06:04:17PM +0200, Juan Quintela wrote:
> Anthony Liguori wrote:
> > On 05/25/2010 10:35 AM, Juan Quintela wrote:
>
> >> problem here is that libvirt start target with -S, and waits to do the
> >> "cont" as soon as possible. As of know, only way to do it is to poll
> >> in
On 05/25/2010 11:25 AM, Daniel P. Berrange wrote:
On Tue, May 25, 2010 at 06:04:17PM +0200, Juan Quintela wrote:
Anthony Liguori wrote:
On 05/25/2010 10:35 AM, Juan Quintela wrote:
problem here is that libvirt start target with -S, and waits to do the
"cont" as soon as
On 05/25/2010 11:04 AM, Juan Quintela wrote:
Anthony Liguori wrote:
On 05/25/2010 10:35 AM, Juan Quintela wrote:
problem here is that libvirt start target with -S, and waits to do the
"cont" as soon as possible. As of know, only way to do it is to poll
info migrate on source fas
Anthony Liguori wrote:
> On 05/25/2010 10:35 AM, Juan Quintela wrote:
>> problem here is that libvirt start target with -S, and waits to do the
>> "cont" as soon as possible. As of know, only way to do it is to poll
>> info migrate on source faster.
>>
>
> Why does it do that??
>
> That soun
On Tue, May 25, 2010 at 10:57:33AM -0500, Anthony Liguori wrote:
> On 05/25/2010 10:35 AM, Juan Quintela wrote:
> >Anthony Liguori wrote:
> >
> >
> >>
> >>>+Data: None
> >>>+
> >>>+Example:
> >>>+
> >>>+{ "event": "MIGRATION_CANCELED",
> >>>+"timestamp": {"seconds": 1274687575, "mic
Anthony Liguori wrote:
> On 05/25/2010 10:35 AM, Juan Quintela wrote:
>> problem here is that libvirt start target with -S, and waits to do the
>> "cont" as soon as possible. As of know, only way to do it is to poll
>> info migrate on source faster.
>>
>
> Why does it do that??
>
> That soun
On 05/25/2010 10:35 AM, Juan Quintela wrote:
Anthony Liguori wrote:
On 05/25/2010 09:21 AM, Juan Quintela wrote:
+MIGRATION_CANCELED
+--
+
+Emitted when migration is canceled. This is emitted in the source.
+Target will emit MIGRATION_FAILED (no way to differenti
On Tue, May 25, 2010 at 05:35:53PM +0200, Juan Quintela wrote:
> Anthony Liguori wrote:
>
> >> +Example:
> >> +
> >> +{ "event": "MIGRATION_FAILED",
> >> +"timestamp": {"seconds": 1274687575, "microseconds": 592483} }
> >> +
> >> +MIGRATION_STARTED
> >> +-
> >> +
> >> +Emitted
Anthony Liguori wrote:
> On 05/25/2010 09:21 AM, Juan Quintela wrote:
>> +MIGRATION_CANCELED
>> +--
>> +
>> +Emitted when migration is canceled. This is emitted in the source.
>> +Target will emit MIGRATION_FAILED (no way to differentiate a FAILED
>> +and CANCELED migration for t
On 05/24/2010 10:25 AM, Juan Quintela wrote:
+MIGRATION_CANCELED
+--
+
+Emitted when migration is canceled. This is emitted in the source.
+Target will emit MIGRATION_CANCELED (no way to differentiate a FAILED
+and CANCELED migration).
Copy-paste error? (or if not, parse error
23 matches
Mail list logo