summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzdover23 <zac.dover@proton.me>2023-12-08 06:09:15 +0100
committerGitHub <noreply@github.com>2023-12-08 06:09:15 +0100
commit191fefc4d165c1f3a2746d74a7334c7026bd1091 (patch)
treefeb47eea79bb53a32ab17c03d80a447fa6dc1fe4
parentMerge pull request #54773 from phlogistonjohn/jjm-cephadm-zipapp-templating-a... (diff)
parentdoc/radosgw: add gateway starting command (diff)
downloadceph-191fefc4d165c1f3a2746d74a7334c7026bd1091.tar.xz
ceph-191fefc4d165c1f3a2746d74a7334c7026bd1091.zip
Merge pull request #54751 from zdover23/wip-doc-2023-12-02-radosgw-multisite-starting-the-gateway
doc/radosgw: add gateway starting command Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Diffstat (limited to '')
-rw-r--r--doc/radosgw/multisite.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst
index b0bae6c52ac..cbd664971e7 100644
--- a/doc/radosgw/multisite.rst
+++ b/doc/radosgw/multisite.rst
@@ -528,6 +528,17 @@ running the following commands on the object gateway host:
systemctl start ceph-radosgw@rgw.`hostname -s`
systemctl enable ceph-radosgw@rgw.`hostname -s`
+If the ``cephadm`` command was used to deploy the cluster, you will not be able
+to use ``systemctl`` to start the gateway because no services will exist on
+which ``systemctl`` could operate. This is due to the containerized nature of
+the ``cephadm``-deployed Ceph cluster. If you have used the ``cephadm`` command
+and you have a containerized cluster, you must run a command of the following
+form to start the gateway:
+
+.. prompt:: bash #
+
+ ceph orch apply rgw <name> --realm=<realm> --zone=<zone> --placement --port
+
Checking Synchronization Status
-------------------------------