[PATCH v3 0/3] qapi & doc: deprecate drive-backup

Vladimir Sementsov-Ogievskiy posted 3 patches 2 years, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/about/deprecated.rst              |  11 +
docs/block-replication.txt             |   4 +-
docs/interop/bitmaps.rst               | 285 +++++++++++++++++++------
docs/interop/live-block-operations.rst |  47 ++--
qapi/block-core.json                   |   5 +-
5 files changed, 263 insertions(+), 89 deletions(-)
[PATCH v3 0/3] qapi & doc: deprecate drive-backup
Posted by Vladimir Sementsov-Ogievskiy 2 years, 4 months ago
Hi all!

See 03 commit message for details. 01-02 are preparation docs update.

v3: wording fix-ups and improvements suggested by Kashyap
v2: add a lot of documentation changes
v1 was "[PATCH] qapi: deprecate drive-backup"


Note, that this series lack deprecating drive-backup transaction action.
That's done by Markus in 05 patch of
"[PATCH v4 0/5] qapi: Add feature flags to enum members"
So, the most effective would be to take these series together.


Vladimir Sementsov-Ogievskiy (3):
  docs/block-replication: use blockdev-backup
  docs/interop/bitmaps: use blockdev-backup
  qapi: deprecate drive-backup

 docs/about/deprecated.rst              |  11 +
 docs/block-replication.txt             |   4 +-
 docs/interop/bitmaps.rst               | 285 +++++++++++++++++++------
 docs/interop/live-block-operations.rst |  47 ++--
 qapi/block-core.json                   |   5 +-
 5 files changed, 263 insertions(+), 89 deletions(-)

-- 
2.31.1


Re: [PATCH v3 0/3] qapi & doc: deprecate drive-backup
Posted by Markus Armbruster 2 years, 4 months ago
Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> writes:

> Hi all!
>
> See 03 commit message for details. 01-02 are preparation docs update.
>
> v3: wording fix-ups and improvements suggested by Kashyap
> v2: add a lot of documentation changes
> v1 was "[PATCH] qapi: deprecate drive-backup"
>
>
> Note, that this series lack deprecating drive-backup transaction action.
> That's done by Markus in 05 patch of
> "[PATCH v4 0/5] qapi: Add feature flags to enum members"
> So, the most effective would be to take these series together.

Works for me.  To make it easier for the maintainer who merges this,
I'll respin this series so it includes my patch.

Thanks!