From: Sebastian Wagner Date: Fri, 5 Jun 2020 10:55:15 +0000 (+0200) Subject: doc/cephadm: Adopt single-site RGW X-Git-Tag: v16.1.0~2130^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35413%2Fhead;p=ceph.git doc/cephadm: Adopt single-site RGW Signed-off-by: Sebastian Wagner --- diff --git a/doc/cephadm/adoption.rst b/doc/cephadm/adoption.rst index f94e46325fde..9444d56704f0 100644 --- a/doc/cephadm/adoption.rst +++ b/doc/cephadm/adoption.rst @@ -138,5 +138,8 @@ Adoption process # systemctl stop ceph-rgw.target # rm -rf /var/lib/ceph/radosgw/ceph-* + For adopting single-site systems without a realm, see also + :ref:`rgw-multisite-migrate-from-single-site`. + #. Check the ``ceph health detail`` output for cephadm warnings about stray cluster daemons or hosts that are not yet managed. diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index b5e1b4cd95e3..d3963234169b 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -641,6 +641,8 @@ If the former master zone recovers, revert the operation. # systemctl restart ceph-radosgw@rgw.`hostname -s` +.. _rgw-multisite-migrate-from-single-site: + Migrating a Single Site System to Multi-Site ============================================