From: Sage Weil Date: Mon, 4 Aug 2014 20:48:06 +0000 (-0700) Subject: doc/release-notes: make note about init-radosgw change X-Git-Tag: v0.85~102 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=047c18db6fe1e92b9c54b66f70eeca9602d4c4b4;p=ceph.git doc/release-notes: make note about init-radosgw change This changed back in 524aee6f95f9c397b7c8508934f3c0577f9df1dd but was not mentioned in the release notes. Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index eba4b53e5397..fae0c30b3e0f 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -466,6 +466,11 @@ Upgrading from v0.79 always has. This includes the C++ interface equivalents and AIO return values for the aio variants. +* The radosgw init script (sysvinit) how requires that the 'host = ...' line in + ceph.conf, if present, match the short hostname (the output of 'hostname -s'), + not the fully qualified hostname or the (occasionally non-short) output of + 'hostname'. Failure to adjust this when upgrading from emperor or dumpling + may prevent the radosgw daemon from starting. Upgrading from v0.72 Emperor ---------------------------- @@ -1488,6 +1493,12 @@ Upgrading - The 'osd dump' command now dumps pool snaps as an array instead of an object. +- The radosgw init script (sysvinit) how requires that the 'host = ...' line in + ceph.conf, if present, match the short hostname (the output of 'hostname -s'), + not the fully qualified hostname or the (occasionally non-short) output of + 'hostname'. Failure to adjust this when upgrading from emperor or dumpling + may prevent the radosgw daemon from starting. + Notable Changes ---------------