From 4f16f105e73be6f69146b813e70fd517bc8efeec Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Thu, 16 Oct 2025 14:14:44 -0500 Subject: [PATCH] doc/releases: add one more item to RADOS Signed-off-by: Laura Flores --- doc/releases/tentacle.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/releases/tentacle.rst b/doc/releases/tentacle.rst index a6e27a5dca9..b62e348e5df 100644 --- a/doc/releases/tentacle.rst +++ b/doc/releases/tentacle.rst @@ -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 ` +* 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 --- -- 2.47.3