From: Sage Weil Date: Wed, 19 May 2021 12:03:26 +0000 (-0500) Subject: doc/releases/pacific: add note about rgw on upgrade X-Git-Tag: v17.1.0~1819^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0a9d4b361eb38004739cc7c416ec2196f2727d3e;p=ceph.git doc/releases/pacific: add note about rgw on upgrade Fixes: https://tracker.ceph.com/issues/50113 Signed-off-by: Sage Weil --- diff --git a/doc/releases/pacific.rst b/doc/releases/pacific.rst index 6f8d5326e8d7..9ecced69e708 100644 --- a/doc/releases/pacific.rst +++ b/doc/releases/pacific.rst @@ -379,6 +379,16 @@ or canceled with Note that canceling the upgrade simply stops the process; there is no ability to downgrade back to Octopus. +.. note: + + If you have deployed an RGW service on Octopus using the default port (7280), you + will need to redeploy it because the default port changed (to 80 or 443, depending + on whether SSL is enabled): + + .. prompt: bash # + + ceph orch apply rgw . --port 7280 + Upgrading non-cephadm clusters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~