All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hailiang Zhang <zhang.zhanghailiang@huawei.com>
To: qemu-devel@nongnu.org, stefanha@redhat.com
Cc: xuquan8@huawei.com, qemu-block@nongnu.org, kwolf@redhat.com,
	mreitz@redhat.com, xiecl.fnst@cn.fujitsu.com,
	zhangchen.fnst@cn.fujitsu.com,
	Juan Quintela <quintela@redhat.com>,
	Amit Shah <amit.shah@redhat.com>,
	"Dr . David Alan Gilbert" <dgilbert@redhat.com>,
	eddie.dong@intel.com
Subject: Re: [Qemu-devel] [PATCH v3 0/6] COLO block replication supports shared disk case
Date: Thu, 23 Feb 2017 20:46:04 +0800	[thread overview]
Message-ID: <58AED98C.2080408@huawei.com> (raw)
In-Reply-To: <1484884080-28836-1-git-send-email-zhang.zhanghailiang@huawei.com>

ping ... ?

On 2017/1/20 11:47, zhanghailiang wrote:
> COLO block replication doesn't support the shared disk case,
> Here we try to implement it and this is the third version.
>
> Last posted series patches:
> https://lists.gnu.org/archive/html/qemu-block/2016-12/msg00039.html
> You can refer to the above link if want to test it.
>
> I have uploaded the new version to github:
> https://github.com/coloft/qemu/tree/colo-developing-with-shared-disk-2016-1-20
>
> Please review and any commits are welcomed.
>
> Cc: Juan Quintela <quintela@redhat.com>
> Cc: Amit Shah <amit.shah@redhat.com>
> Cc: Dr. David Alan Gilbert (git) <dgilbert@redhat.com>
> Cc: eddie.dong@intel.com
>
> v3:
> - Fix some comments from Stefan and Eric
>
> v2:
> - Drop the patch which add a blk_root() helper
> - Fix some comments from Changlong
>
> zhanghailiang (6):
>    docs/block-replication: Add description for shared-disk case
>    replication: add shared-disk and shared-disk-id options
>    replication: Split out backup_do_checkpoint() from
>      secondary_do_checkpoint()
>    replication: fix code logic with the new shared_disk option
>    replication: Implement block replication for shared disk case
>    nbd/replication: implement .bdrv_get_info() for nbd and replication
>      driver
>
>   block/nbd.c                |  12 ++++
>   block/replication.c        | 156 +++++++++++++++++++++++++++++++++++----------
>   docs/block-replication.txt | 139 ++++++++++++++++++++++++++++++++++++++--
>   qapi/block-core.json       |  10 ++-
>   4 files changed, 279 insertions(+), 38 deletions(-)
>

      parent reply	other threads:[~2017-02-23 12:46 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-20  3:47 [Qemu-devel] [PATCH v3 0/6] COLO block replication supports shared disk case zhanghailiang
2017-01-20  3:47 ` [Qemu-devel] [PATCH v3 1/6] docs/block-replication: Add description for shared-disk case zhanghailiang
2017-02-27 16:46   ` Stefan Hajnoczi
2017-03-01  3:09     ` Hailiang Zhang
2017-03-01 10:22       ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2017-01-20  3:47 ` [Qemu-devel] [PATCH v3 2/6] replication: add shared-disk and shared-disk-id options zhanghailiang
2017-02-27 17:10   ` Stefan Hajnoczi
2017-03-01  3:53     ` Hailiang Zhang
2017-03-01 10:21       ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2017-01-20  3:47 ` [Qemu-devel] [PATCH v3 3/6] replication: Split out backup_do_checkpoint() from secondary_do_checkpoint() zhanghailiang
2017-01-20  3:47 ` [Qemu-devel] [PATCH v3 4/6] replication: fix code logic with the new shared_disk option zhanghailiang
2017-01-20  3:47 ` [Qemu-devel] [PATCH v3 5/6] replication: Implement block replication for shared disk case zhanghailiang
2017-02-27 17:37   ` Stefan Hajnoczi
2017-03-07 14:30     ` Hailiang Zhang
2017-03-10  4:17       ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2017-01-20  3:48 ` [Qemu-devel] [PATCH v3 6/6] nbd/replication: implement .bdrv_get_info() for nbd and replication driver zhanghailiang
2017-02-23 12:46 ` Hailiang Zhang [this message]

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=58AED98C.2080408@huawei.com \
    --to=zhang.zhanghailiang@huawei.com \
    --cc=amit.shah@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=eddie.dong@intel.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=stefanha@redhat.com \
    --cc=xiecl.fnst@cn.fujitsu.com \
    --cc=xuquan8@huawei.com \
    --cc=zhangchen.fnst@cn.fujitsu.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 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.