diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-02-19 19:22:36 +0000 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2021-03-18 09:22:55 +0000 |
commit | e67d8e2928200e24ecb47c7be3ea8270077f2996 (patch) | |
tree | 648d4507b21ec20d89349b3ea22b838c7292f4ae /docs/system/removed-features.rst | |
parent | 81cbfd5088690c53541ffd0d74851c8ab055a829 (diff) |
block: remove 'dirty-bitmaps' field from 'BlockInfo' struct
The same data is available in the 'BlockDeviceInfo' struct.
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/system/removed-features.rst')
-rw-r--r-- | docs/system/removed-features.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 47fdfe6f72..d164d3f290 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -127,6 +127,15 @@ The ``status`` field of the ``BlockDirtyInfo`` structure, returned by these commands is removed. Two new boolean fields, ``recording`` and ``busy`` effectively replace it. +``query-block`` result field ``dirty-bitmaps`` (removed in 6.0) +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + +The ``dirty-bitmaps`` field of the ``BlockInfo`` structure, returned by +the query-block command is itself now removed. The ``dirty-bitmaps`` +field of the ``BlockDeviceInfo`` struct should be used instead, which is the +type of the ``inserted`` field in query-block replies, as well as the +type of array items in query-named-block-nodes. + Human Monitor Protocol (HMP) commands ------------------------------------- |