RE: [PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint

2020-08-15 Thread Zhanghailiang
Subject: Re: [PATCH v1 0/1] COLO: migrate dirty ram pages before colo > checkpoint > > On Fri, Jul 31, 2020 at 3:52 PM Lukas Straub wrote: > > > > On Sun, 21 Jun 2020 10:10:03 +0800 > > Derek Su wrote: > > > > > This series is to reduce the guest's

Re: [PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint

2020-08-15 Thread Derek Su
; chy...@qnap.com; quint...@redhat.com; > > dgilb...@redhat.com; ctch...@qnap.com > > Subject: Re: [PATCH v1 0/1] COLO: migrate dirty ram pages before colo > > checkpoint > > > > On Fri, Jul 31, 2020 at 3:52 PM Lukas Straub wrote: > > > > > &

Re: [PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint

2020-08-13 Thread Derek Su
On Fri, Jul 31, 2020 at 3:52 PM Lukas Straub wrote: > > On Sun, 21 Jun 2020 10:10:03 +0800 > Derek Su wrote: > > > This series is to reduce the guest's downtime during colo checkpoint > > by migrating dirty ram pages as many as possible before colo checkpoint. > > > > If the iteration count

RE: [PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint

2020-07-31 Thread Zhanghailiang
> quint...@redhat.com; dgilb...@redhat.com; ctch...@qnap.com; > jwsu1...@gmail.com > Subject: Re: [PATCH v1 0/1] COLO: migrate dirty ram pages before colo > checkpoint > > On Sun, 21 Jun 2020 10:10:03 +0800 > Derek Su wrote: > > > This series is to reduce the guest's do

Re: [PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint

2020-07-31 Thread Lukas Straub
On Sun, 21 Jun 2020 10:10:03 +0800 Derek Su wrote: > This series is to reduce the guest's downtime during colo checkpoint > by migrating dirty ram pages as many as possible before colo checkpoint. > > If the iteration count reaches COLO_RAM_MIGRATE_ITERATION_MAX or > ram pending size is lower

[PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint

2020-06-20 Thread Derek Su
This series is to reduce the guest's downtime during colo checkpoint by migrating dirty ram pages as many as possible before colo checkpoint. If the iteration count reaches COLO_RAM_MIGRATE_ITERATION_MAX or ram pending size is lower than 'x-colo-migrate-ram-threshold', stop the ram migration and