Re: [PATCH 5/5] migration: Print expected-downtime on completion

2023-11-02 Thread Joao Martins
On 31/10/2023 13:14, Juan Quintela wrote: > Joao Martins wrote: >> Right now, migration statistics either print downtime or expected >> downtime depending on migration completing of in progress. Also in the >> beginning of migration by printing the downtime limit as expected >> downtime, when esti

Re: [PATCH 5/5] migration: Print expected-downtime on completion

2023-10-31 Thread Juan Quintela
Joao Martins wrote: > Right now, migration statistics either print downtime or expected > downtime depending on migration completing of in progress. Also in the > beginning of migration by printing the downtime limit as expected > downtime, when estimation is not available. > > The pending_size is

Re: [PATCH 5/5] migration: Print expected-downtime on completion

2023-10-06 Thread Joao Martins
On 04/10/2023 20:33, Peter Xu wrote: > On Tue, Sep 26, 2023 at 05:18:41PM +0100, Joao Martins wrote: >> Right now, migration statistics either print downtime or expected >> downtime depending on migration completing of in progress. Also in the >> beginning of migration by printing the downtime l

Re: [PATCH 5/5] migration: Print expected-downtime on completion

2023-10-04 Thread Peter Xu
On Tue, Sep 26, 2023 at 05:18:41PM +0100, Joao Martins wrote: > Right now, migration statistics either print downtime or expected > downtime depending on migration completing of in progress. Also in the > beginning of migration by printing the downtime limit as expected > downtime, when estimation

[PATCH 5/5] migration: Print expected-downtime on completion

2023-09-26 Thread Joao Martins
Right now, migration statistics either print downtime or expected downtime depending on migration completing of in progress. Also in the beginning of migration by printing the downtime limit as expected downtime, when estimation is not available. The pending_size is private in migration iteration