]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases: add one more item to RADOS wip-20.2.0-documentation 65971/head
authorLaura Flores <lflores@ibm.com>
Thu, 16 Oct 2025 19:14:44 +0000 (14:14 -0500)
committerLaura Flores <lflores@ibm.com>
Thu, 16 Oct 2025 19:14:44 +0000 (14:14 -0500)
Signed-off-by: Laura Flores <lflores@ibm.com>
doc/releases/tentacle.rst

index a6e27a5dca9e998f924c465a9f2de8d07d81e05f..b62e348e5df9e557fc3452c09720ec12732a5538 100644 (file)
@@ -38,7 +38,7 @@ RBD
 * There is now support for RBD namespace remapping while mirroring between
   Ceph clusters.
 * Several commands related to group and snap info were added or improved,
-  and `rbd device map` now defaults to msgr2.
+  and ``rbd device map`` now defaults to ``msgr2``.
 
 MGR
 
@@ -268,6 +268,11 @@ RADOS
   - Tracker ticket: https://tracker.ceph.com/issues/70774
   - :ref:`Documentation <override_max_iops_capacity>`
 
+* pybind/rados: Fixes WriteOp.zero() in the original reversed order of arguments
+  ``offset`` and ``length``. When pybind calls WriteOp.zero(), the argument passed
+  does not match rados_write_op_zero, and offset and length are swapped, which
+  results in an unexpected response.
+
 RBD
 ---