From: Ilya Dryomov Date: Thu, 6 Oct 2022 10:36:00 +0000 (+0200) Subject: PendingReleaseNotes: add rbd_aio_compare_and_writev note X-Git-Tag: v17.2.6~440^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48474%2Fhead;p=ceph.git PendingReleaseNotes: add rbd_aio_compare_and_writev note Signed-off-by: Ilya Dryomov (cherry picked from commit bd98a66d03a0d9b0a8d1d6d6c0bd698b5baff60f) Conflicts: PendingReleaseNotes [ moved to >=17.2.5 section ] --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index f4d85bb6f07f..f08b201957c1 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -10,6 +10,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. >=17.2.4 --------