"Rao, Lei" <lei....@intel.com> wrote: > From: "Rao, Lei" <lei....@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....@intel.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> queued.