From: Sage Weil Date: Sat, 17 Aug 2013 15:20:00 +0000 (-0700) Subject: doc/release-notes: v0.67.1 X-Git-Tag: v0.68~52 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed4fe32fa99b40a0b7397953f23155727f79afe0;p=ceph.git doc/release-notes: v0.67.1 Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 0e7424a8ad30..9a5b5174506b 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -2,6 +2,25 @@ Release Notes =============== +v0.67.1 "Dumpling" +------------------ + +This is a minor point release for Dumpling that fixes problems with +OpenStack and librbd hangs when caching is disabled. + +Notable changes +~~~~~~~~~~~~~~~ + +* librados, librbd: fix constructor for python bindings with certain + usages (in particular, that used by OpenStack) +* librados, librbd: fix aio_flush wakeup when cache is disabled +* librados: fix locking for aio completion refcounting +* fixes 'ceph --admin-daemon ...' command error code on error +* fixes 'ceph daemon ... config set ...' command for boolean config + options. + +For more detailed information, see :download:`the complete changelog `. + v0.67 "Dumpling" ----------------