]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/bootstrap: add mds and rgw steps to bootstrap 33088/head
authorSage Weil <sage@redhat.com>
Wed, 5 Feb 2020 18:02:07 +0000 (12:02 -0600)
committerSage Weil <sage@redhat.com>
Wed, 19 Feb 2020 14:06:55 +0000 (08:06 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/bootstrap.rst

index 0689f1d7061c8704654522711b27c162e44cde1e..8c86d2d2bd8884f105b69d5f101d3b83bc670431 100644 (file)
@@ -148,6 +148,28 @@ deploy one or more new manager daemons,::
 Deploying MDSs
 ==============
 
-In order to use the CephFS file system, one or more MDS daemons is needed.
+One or more MDS daemons is required to use the CephFS file system.
+These are created automatically if the newer ``ceph fs volume``
+interface is used to create a new file system.  For more information,
+see :ref:`fs-volumes-and-subvolumes`.
 
-TBD
+To deploy metadata servers,::
+
+  # ceph orch apply mds *<fs-name>* *<num-daemons>* [*<host1>* ...]
+
+Deploying RGWs
+==============
+
+Cephadm deploys radosgw as a collection of daemons that manage a
+particular *realm* and *zone*.  (For more information about realms and
+zones, see :ref:`multisite`.)  To deploy a set of radosgw daemons for
+a particular realm and zone,::
+
+  # ceph orch apply rgw *<realm-name>* *<zone-name>* *<num-daemons>* [*<host1>* ...]
+
+Note that with cephadm, radosgw daemons are configured via the monitor
+configuration database instead of via a `ceph.conf` or the command line.  If
+that confiruation isn't already in place (usually in the
+``client.rgw.<realmname>.<zonename>`` section), then the radosgw
+daemons will start up with default settings (e.g., binding to port
+80).