Skip to content

Commit

Permalink
PendingReleaseNotes: document changes to librbd's aio_read methods
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed Jun 10, 2015
1 parent 9ea1edd commit b4571b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PendingReleaseNotes
Expand Up @@ -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.

0 comments on commit b4571b3

Please sign in to comment.