From: Jason Dillaman Date: Fri, 10 Apr 2015 00:34:28 +0000 (-0400) Subject: PendingReleaseNotes: document changes to librbd's aio_read methods X-Git-Tag: v0.80.11~58^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=68863968dd734fc45557dca100c8a0a5060cbd8b;p=ceph.git PendingReleaseNotes: document changes to librbd's aio_read methods Signed-off-by: Jason Dillaman --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 34103ec4ae3..a9c58dca3ac 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,3 +1,9 @@ +v0.80.11 +-------- + +- The return code for librbd's rbd_aio_read and Image::aio_read API methods no + longer returns the number of bytes read upon success. Instead, it returns 0 + upon success and a negative value upon failure. v0.81 -----