From: Sage Weil Date: Wed, 5 Feb 2020 18:02:07 +0000 (-0600) Subject: doc/bootstrap: add mds and rgw steps to bootstrap X-Git-Tag: v15.1.1~334^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e6a33f9a0626a11bfbbf72a832b25c62dd6608a;p=ceph.git doc/bootstrap: add mds and rgw steps to bootstrap Signed-off-by: Sage Weil --- diff --git a/doc/bootstrap.rst b/doc/bootstrap.rst index 0689f1d7061c..8c86d2d2bd88 100644 --- a/doc/bootstrap.rst +++ b/doc/bootstrap.rst @@ -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 ** ** [** ...] + +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 ** ** ** [** ...] + +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..`` section), then the radosgw +daemons will start up with default settings (e.g., binding to port +80).