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: v9.0.2~116^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93af38290f329d886d4681578a220f5953787c35;p=ceph.git PendingReleaseNotes: document changes to librbd's aio_read methods Signed-off-by: Jason Dillaman --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index a6895c3557966..0f7de3505efd4 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,6 +1,6 @@ -v0.80.10 -~~~~~~~~ -If rgw_socket_path is defined and rgw_frontends defines a socket_port and socket_host, -we now allow the rgw_frontends settings to take precedence. This change should only -affect users who have made non-standard changes to their radosgw configuration -. +v9.0.4 +~~~~~ + +* 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.