From: Lukas Straub <lukasstraub2@web.de>
To: qemu-devel <qemu-devel@nongnu.org>
Cc: kwolf@redhat.com, Wen Congyang <wencongyang2@huawei.com>,
Jason Wang <jasowang@redhat.com>,
mreitz@redhat.com, Zhang Chen <chen.zhang@intel.com>,
Xie Changlong <xiechanglong.d@gmail.com>
Subject: Re: [PATCH v5 0/4] colo: Add support for continuous replication
Date: Thu, 26 Sep 2019 18:09:56 +0200 [thread overview]
Message-ID: <20190926180956.731f3c6f@luklap> (raw)
In-Reply-To: <cover.1568574478.git.lukasstraub2@web.de>
On Sun, 15 Sep 2019 21:19:50 +0200
Lukas Straub <lukasstraub2@web.de> wrote:
> Hello Everyone,
> These Patches add support for continuous 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
>
> v5:
> - change syntax for the position= parameter
> - fix spelling mistake
>
> v4:
> - fix checkpatch.pl warnings
>
> 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 continuous replication
>
> block/replication.c | 38 ++++++-
> docs/COLO-FT.txt | 212 +++++++++++++++++++++++++++----------
> docs/block-replication.txt | 28 +++--
> include/net/filter.h | 2 +
> net/filter.c | 92 +++++++++++++++-
> qemu-options.hx | 10 +-
> tests/test-replication.c | 52 +++++++++
> 7 files changed, 358 insertions(+), 76 deletions(-)
>
Hello Everyone,
Ping.
Regards,
Lukas Straub
next prev parent reply other threads:[~2019-09-26 16:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-15 19:19 [Qemu-devel] [PATCH v5 0/4] colo: Add support for continuous replication Lukas Straub
2019-09-15 19:19 ` [Qemu-devel] [PATCH v5 1/4] block/replication.c: Ignore requests after failover Lukas Straub
2019-09-26 16:52 ` Zhang, Chen
2019-09-15 19:20 ` [Qemu-devel] [PATCH v5 2/4] tests/test-replication.c: Add test for ignoring " Lukas Straub
2019-09-26 17:40 ` Zhang, Chen
2019-09-28 11:07 ` Lukas Straub
2019-09-30 20:13 ` Zhang, Chen
2019-09-15 19:20 ` [Qemu-devel] [PATCH v5 3/4] net/filter.c: Add Options to insert filters anywhere in the filter list Lukas Straub
2019-09-26 17:02 ` Zhang, Chen
2019-09-28 10:44 ` Lukas Straub
2019-09-30 20:13 ` Zhang, Chen
2019-09-15 19:20 ` [Qemu-devel] [PATCH v5 4/4] colo: Update Documentation for continuous replication Lukas Straub
2019-09-26 17:27 ` Zhang, Chen
2019-09-28 13:25 ` Lukas Straub
2019-09-30 20:11 ` Zhang, Chen
2019-09-26 16:09 ` Lukas Straub [this message]
2019-09-26 16:13 ` [PATCH v5 0/4] colo: Add support " Zhang, Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190926180956.731f3c6f@luklap \
--to=lukasstraub2@web.de \
--cc=chen.zhang@intel.com \
--cc=jasowang@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=wencongyang2@huawei.com \
--cc=xiechanglong.d@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).