From 8e6a33f9a0626a11bfbbf72a832b25c62dd6608a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 5 Feb 2020 12:02:07 -0600 Subject: [PATCH] doc/bootstrap: add mds and rgw steps to bootstrap Signed-off-by: Sage Weil --- doc/bootstrap.rst | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/doc/bootstrap.rst b/doc/bootstrap.rst index 0689f1d7061..8c86d2d2bd8 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). -- 2.39.5