]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/release-notes: make note about init-radosgw change
authorSage Weil <sage@redhat.com>
Mon, 4 Aug 2014 20:48:06 +0000 (13:48 -0700)
committerSage Weil <sage@redhat.com>
Mon, 4 Aug 2014 20:48:06 +0000 (13:48 -0700)
This changed back in 524aee6f95f9c397b7c8508934f3c0577f9df1dd but
was not mentioned in the release notes.

Signed-off-by: Sage Weil <sage@redhat.com>
doc/release-notes.rst

index eba4b53e5397996ae21268ec31a633a6c391186e..fae0c30b3e0f245d44b90f60b57416431bf29534 100644 (file)
@@ -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
 ---------------