]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: add gateway starting command 54833/head
authorZac Dover <zac.dover@proton.me>
Sat, 2 Dec 2023 05:32:26 +0000 (06:32 +0100)
committerZac Dover <zac.dover@proton.me>
Fri, 8 Dec 2023 05:10:54 +0000 (06:10 +0100)
Add a command that properly starts (or restarts) the RADOS gateway after
RGW settings have been changed. This commit has been added in response
to an issue reported anonymously on
https://pad.ceph.com/p/Report_Documentation_Bugs.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit ec7c515490c2ade44d886e423a6601c7ef0cf5e8)

doc/radosgw/multisite.rst

index b0bae6c52acf58c87460c7a45c0fd864a76c317f..cbd664971e7184f38914926c29471571e9f6aebe 100644 (file)
@@ -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
 -------------------------------