From: Sage Weil Date: Fri, 3 May 2013 18:04:05 +0000 (-0700) Subject: doc/release-notes: v0.56.5 X-Git-Tag: v0.62~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4fa2c497fe8e3ff39ec7ade001f1af3c70e6fbf7;p=ceph.git doc/release-notes: v0.56.5 Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 1022a0743746..ab1009729481 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -431,6 +431,36 @@ Notable Changes * auth: ability to require new cephx signatures on messages (still off by default) +v0.56.5 "bobtail" +----------------- + +Upgrading +~~~~~~~~~ + +* ceph-disk[-prepare,-activate] behavior has changed in various ways. + There should not be any compatibility issues, but chef users should + be aware. + +Notable changes +~~~~~~~~~~~~~~~ + +* mon: fix recording of quorum feature set (important for argonaut -> bobtail -> cuttlefish mon upgrades) +* osd: minor peering bug fixes +* osd: fix a few bugs when pools are renamed +* osd: fix occasionally corrupted pg stats +* osd: fix behavior when broken v0.56[.0] clients connect +* rbd: avoid FIEMAP ioctl on import (it is broken on some kernels) +* librbd: fixes for several request/reply ordering bugs +* librbd: only set STRIPINGV2 feature on new images when needed +* librbd: new async flush method to resolve qemu hangs (requires Qemu update as well) +* librbd: a few fixes to flatten +* ceph-disk: support for dm-crypt +* ceph-disk: many backports to allow bobtail deployments with ceph-deploy, chef +* sysvinit: do not stop starting daemons on first failure +* udev: fixed rules for redhat-based distros +* build fixes for raring + + v0.56.4 "bobtail" -----------------