mbox series

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

Message ID 20211103132912.1977438-1-vsementsov@virtuozzo.com
Headers show
Series qapi & doc: deprecate drive-backup | expand

Message

Vladimir Sementsov-Ogievskiy Nov. 3, 2021, 1:29 p.m. UTC
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(-)

Comments

Markus Armbruster Nov. 4, 2021, 5:54 a.m. UTC | #1
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!