From: Casey Bodley Date: Tue, 5 Jul 2022 16:58:57 +0000 (-0400) Subject: doc/rgw/multisite: update pool names X-Git-Tag: v18.0.0~558^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e5d71a7b344022c96078fbd8cc36cb6c515bf9c6;p=ceph.git doc/rgw/multisite: update pool names Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index fc38b722a7e9..8a5de669d071 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -1348,10 +1348,12 @@ with the deleted zone’s name. :: # ceph osd pool rm .rgw.control .rgw.control --yes-i-really-really-mean-it - # ceph osd pool rm .rgw.data.root .rgw.data.root --yes-i-really-really-mean-it - # ceph osd pool rm .rgw.gc .rgw.gc --yes-i-really-really-mean-it + # ceph osd pool rm .rgw.meta .rgw.meta --yes-i-really-really-mean-it # ceph osd pool rm .rgw.log .rgw.log --yes-i-really-really-mean-it - # ceph osd pool rm .rgw.users.uid .rgw.users.uid --yes-i-really-really-mean-it + # ceph osd pool rm .rgw.otp .rgw.otp --yes-i-really-really-mean-it + # ceph osd pool rm .rgw.buckets.index .rgw.buckets.index --yes-i-really-really-mean-it + # ceph osd pool rm .rgw.buckets.non-ec .rgw.buckets.non-ec --yes-i-really-really-mean-it + # ceph osd pool rm .rgw.buckets.data .rgw.buckets.data --yes-i-really-really-mean-it Modify a Zone ~~~~~~~~~~~~~