]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
PendingReleaseNotes: add rbd_aio_compare_and_writev note
authorIlya Dryomov <idryomov@gmail.com>
Thu, 6 Oct 2022 10:36:00 +0000 (12:36 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 6 Oct 2022 10:36:00 +0000 (12:36 +0200)
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
PendingReleaseNotes

index 873a0e067eea6fed134b68c5b65483350dc5c80e..c25c05029e95355f6ef8082beb57123acc1f2ab1 100644 (file)
@@ -55,6 +55,9 @@
 * RBD: compare-and-write operation is no longer limited to 512-byte sectors.
   Assuming proper alignment, it now allows operating on stripe units (4M by
   default).
+* RBD: New `rbd_aio_compare_and_writev` API method to support scatter/gather
+  on both compare and write buffers.  This compliments existing `rbd_aio_readv`
+  and `rbd_aio_writev` methods.
 * The 'AT_NO_ATTR_SYNC' macro is deprecated, please use the standard 'AT_STATX_DONT_SYNC'
   macro. The 'AT_NO_ATTR_SYNC' macro will be removed in the future.