From: Sage Weil Date: Thu, 7 Nov 2013 04:02:09 +0000 (-0800) Subject: doc/release-notes: note crush update timeout on startup change X-Git-Tag: v0.72~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d8f05024e7f8e7c864bb5030412f6d89f67a711f;p=ceph.git doc/release-notes: note crush update timeout on startup change Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 0095b8684e266..251a015788416 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -39,6 +39,12 @@ v0.69 Upgrading ~~~~~~~~~ +* The sysvinit /etc/init.d/ceph script will, by default, update the + CRUSH location of an OSD when it starts. Previously, if the + monitors were not available, this command would hang indefinitely. + Now, that step will time out after 10 seconds and the ceph-osd daemon + will not be started. + * Users of the librados C++ API should replace users of get_version() with get_version64() as the old method only returns a 32-bit value for a 64-bit field. The existing 32-bit get_version() method is now