]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Update docs and changelog about rgw daemon naming
authorTravis Rhoden <trhoden@redhat.com>
Thu, 7 May 2015 20:09:29 +0000 (20:09 +0000)
committerTravis Rhoden <trhoden@redhat.com>
Tue, 12 May 2015 15:39:49 +0000 (11:39 -0400)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
docs/source/changelog.rst
docs/source/rgw.rst

index 9fa009de6c1cbaaa8c304f97cf5c40e43951ef32..9de855dd2bf8302825b79f04e1e6a97bccada260 100644 (file)
@@ -10,6 +10,7 @@ Changelog
 
 * Use version 0.0.25 of `remoto` that fixes an issue where output would be cut
   (https://github.com/alfredodeza/remoto/issues/15).
+* Automatically prefix custom RGW daemon names with 'rgw.'
 
 1.5.23
 ^^^^^^
index 102e654160527f8174892b46ecc8ec8da907dbcb..4a060c5fc478cffc6b63cec2651a0a5695ff9b8a 100644 (file)
@@ -17,6 +17,13 @@ corresponding service. The daemon will listen on the default port of 7480.
 The RGW instances will default to having a name corresponding to the hostname
 where it runs.  For example, ``rgw.node1``.
 
+If a custom name is desired for the RGW daemon, it can be specific like::
+
+    ceph-deploy rgw create node1:foo
+
+Custom names are automatically prefixed with "rgw.", so the resulting daemon
+name would be "rgw.foo".
+
 .. note:: If an error is presented about the ``bootstrap-rgw`` keyring not being
           found, that is because the ``bootstrap-rgw`` only been auto-created on
           new clusters starting with the Hammer release.