]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: document changes to librbd's aio_read methods 4318/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Apr 2015 00:34:28 +0000 (20:34 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 26 May 2015 18:30:22 +0000 (14:30 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
PendingReleaseNotes

index a6895c355796655cbffa0b8e97217865d4bb4c3e..0f7de3505efd46b2cf5949433ad510a94487c4ae 100644 (file)
@@ -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.