All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] colo: Add support for continious replication
@ 2019-09-03  9:20 Lukas Straub
  2019-09-03  9:20 ` [Qemu-devel] [PATCH v3 1/4] block/replication.c: Ignore requests after failover Lukas Straub
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lukas Straub @ 2019-09-03  9:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, Wen Congyang, Jason Wang, mreitz, Zhang Chen, Xie Changlong

Hello Everyone,
These Patches add support for continious replication to colo. This means
that after the Primary fails and the Secondary did a failover, the Secondary
can then become Primary and resume replication to a new Secondary.

On a side note, I wrote a Pacemaker Resource Agent for colo which I will
post when its ready.
I have to say it's quite fun to randomly kill a Node, wait for resync
and repeat and see how the VM stays alive all the time. :)

Regards,
Lukas Straub

v3:
 - add test for replication changes
 - check if the filter to be inserted before/behind belongs to the same interface
 - fix the error message for the position= parameter
 - rename term "after" -> "behind" and variable "insert_before" -> "insert_before_flag"
 - document the quorum node on the secondary side
 - simplify quorum parameters in documentation
 - remove trailing spaces in documentation
 - clarify the testing procedure in documentation

v2:
 - fix email formating
 - fix checkpatch.pl warnings
 - fix patchew error
 - clearer commit messages

Lukas Straub (4):
  block/replication.c: Ignore requests after failover
  tests/test-replication.c: Add test for ignoring requests after
    failover
  net/filter.c: Add Options to insert filters anywhere in the filter
    list
  colo: Update Documentation for continious replication

 block/replication.c        |  38 ++++++-
 docs/COLO-FT.txt           | 212 +++++++++++++++++++++++++++----------
 docs/block-replication.txt |  26 +++--
 include/net/filter.h       |   2 +
 net/filter.c               |  78 +++++++++++++-
 qemu-options.hx            |  10 +-
 tests/test-replication.c   |  52 +++++++++
 7 files changed, 343 insertions(+), 75 deletions(-)

--
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-03 10:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03  9:20 [Qemu-devel] [PATCH v3 0/4] colo: Add support for continious replication Lukas Straub
2019-09-03  9:20 ` [Qemu-devel] [PATCH v3 1/4] block/replication.c: Ignore requests after failover Lukas Straub
2019-09-03  9:20 ` [Qemu-devel] [PATCH v3 2/4] tests/test-replication.c: Add test for ignoring " Lukas Straub
2019-09-03  9:20 ` [Qemu-devel] [PATCH v3 3/4] net/filter.c: Add Options to insert filters anywhere in the filter list Lukas Straub
2019-09-03  9:20 ` [Qemu-devel] [PATCH v3 4/4] colo: Update Documentation for continious replication Lukas Straub
2019-09-03 10:54 ` [Qemu-devel] [PATCH v3 0/4] colo: Add support " no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.