From: Laura Flores Date: Thu, 16 Oct 2025 19:14:44 +0000 (-0500) Subject: doc/releases: add one more item to RADOS X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f16f105e73be6f69146b813e70fd517bc8efeec;p=ceph.git doc/releases: add one more item to RADOS Signed-off-by: Laura Flores --- 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 ---