[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 6/7] Changed the last-mode to none of first start COLO
From: |
Juan Quintela |
Subject: |
Re: [PATCH v2 6/7] Changed the last-mode to none of first start COLO |
Date: |
Tue, 02 Nov 2021 17:10:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
"Rao, Lei" <lei.rao@intel.com> wrote:
> From: "Rao, Lei" <lei.rao@intel.com>
>
> When we first stated the COLO, the last-mode is as follows:
> { "execute": "query-colo-status" }
> {"return": {"last-mode": "primary", "mode": "primary", "reason": "none"}}
>
> The last-mode is unreasonable. After the patch, will be changed to the
> following:
> { "execute": "query-colo-status" }
> {"return": {"last-mode": "none", "mode": "primary", "reason": "none"}}
>
> Signed-off-by: Lei Rao <lei.rao@intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
queued.
- Re: [PATCH v2 1/7] Some minor optimizations for COLO, (continued)
- [PATCH v2 2/7] Fixed qemu crash when guest power off in COLO mode, Rao, Lei, 2021/11/01
- [PATCH v2 4/7] colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff, Rao, Lei, 2021/11/01
- [PATCH v2 3/7] Fixed SVM hang when do failover before PVM crash, Rao, Lei, 2021/11/01
- [PATCH v2 5/7] Removed the qemu_fclose() in colo_process_incoming_thread, Rao, Lei, 2021/11/01
- [PATCH v2 6/7] Changed the last-mode to none of first start COLO, Rao, Lei, 2021/11/01
- Re: [PATCH v2 6/7] Changed the last-mode to none of first start COLO,
Juan Quintela <=
- [PATCH v2 7/7] Optimized the function of fill_connection_key., Rao, Lei, 2021/11/01