diff options
author | Sage Weil <sage@inktank.com> | 2013-11-07 05:02:09 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-11-07 05:02:09 +0100 |
commit | d8f05024e7f8e7c864bb5030412f6d89f67a711f (patch) | |
tree | c7a29153338c095da126083623da7b58c40eb193 | |
parent | osdmaptool: fix cli tests (diff) | |
download | ceph-d8f05024e7f8e7c864bb5030412f6d89f67a711f.tar.xz ceph-d8f05024e7f8e7c864bb5030412f6d89f67a711f.zip |
doc/release-notes: note crush update timeout on startup change
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | doc/release-notes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 0095b8684e2..251a0157884 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 |