qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 0/6] COLO block replication supports shared d


From: Hailiang Zhang
Subject: Re: [Qemu-devel] [PATCH v3 0/6] COLO block replication supports shared disk case
Date: Thu, 23 Feb 2017 20:46:04 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

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 <address@hidden>
Cc: Amit Shah <address@hidden>
Cc: Dr. David Alan Gilbert (git) <address@hidden>
Cc: address@hidden

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(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]