]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/release-notes: note crush update timeout on startup change
authorSage Weil <sage@inktank.com>
Thu, 7 Nov 2013 04:02:09 +0000 (20:02 -0800)
committerSage Weil <sage@inktank.com>
Thu, 7 Nov 2013 04:02:09 +0000 (20:02 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
doc/release-notes.rst

index 0095b8684e266f8f2a9975282b3efcdaa54d75db..251a0157884167f905131d5bf3aeddbfe8ddd855 100644 (file)
@@ -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