]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: document changes to librbd's aio_read methods
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Apr 2015 00:34:28 +0000 (20:34 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 10 Jun 2015 16:02:06 +0000 (12:02 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
PendingReleaseNotes

index bf83bd28cb1c3282f10512e7c87e8525e2001cad..f618ab3c8c45097f29ce516816ab70c710385390 100644 (file)
@@ -8,3 +8,10 @@ v0.94
   set LD_PRELOAD=liblttng-ust-fork.so.0 to prevent a crash in the
   lttng atexit handler when the process exits. The only ceph tool that
   requires this is rbd-fuse.
+
+v0.94.3
+-------
+
+* 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.