From: Casey Bodley Date: Wed, 17 May 2017 03:16:04 +0000 (-0400) Subject: doc/rgw: remove Upgrade to Older Versions of Jewel page X-Git-Tag: v12.1.0~82^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9cc834e1a00bb5f18aee689da5ed7a7807d44209;p=ceph.git doc/rgw: remove Upgrade to Older Versions of Jewel page Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/index.rst b/doc/radosgw/index.rst index 62cf72169330..499da6a8b2f2 100644 --- a/doc/radosgw/index.rst +++ b/doc/radosgw/index.rst @@ -51,7 +51,6 @@ you may write data with one API and retrieve it with the other. Server-Side Encryption Bucket Policy Data Layout in RADOS - Upgrade to Older Versions of Jewel troubleshooting Manpage radosgw <../../man/8/radosgw> Manpage radosgw-admin <../../man/8/radosgw-admin> diff --git a/doc/radosgw/upgrade_to_jewel.rst b/doc/radosgw/upgrade_to_jewel.rst deleted file mode 100644 index 19d94ff6e83f..000000000000 --- a/doc/radosgw/upgrade_to_jewel.rst +++ /dev/null @@ -1,43 +0,0 @@ -================================================================= -RGW upgrading to Jewel versions 10.2.0, 10.2.1, 10.2.2 and 10.2.3 -================================================================= - -.. versionadded:: Jewel - -Upgrade of :term:`Ceph Object Gateway` to older versions of jewel (up to 10.2.3 included) caused issues. This document describes the needed recovery procedure. - -Mixed version of :term:`Ceph Object Gateway` is not supported - -Backup of old configuration -=========================== -rados mkpool .rgw.root.backup -rados cppool .rgw.root .rgw.root.backup - -Non default setting for `rgw region root pool` -============================================== -If an existing multisite configuration uses a non-default setting for -`rgw region root pool`, the new pool settings `rgw zonegroup root pool`, -`rgw period root pool` and `rgw realm root pool` should be set to match. - -Fix confgiuration after upgrade -=============================== -Stop all :term:`Ceph Object Gateway` running in the cluster. - -Run the following commands::: - - $ rados rmpool .rgw.root - - $ radosgw-admin zonegroup get --rgw-zonegroup=default | sed 's/"id":.*/"id": "default",/g' | sed 's/"master_zone.*/"master_zone":"default",/g' > default-zg.json - - $ raodsgw-admin zone get --zone-id=default > default-zone.json - - $ radosgw-admin realm create --rgw-realm=myrealm - - $ radosgw-admin zonegroup set --rgw-zonegroup=default --default < default-zg.json - - $ radosgw-admin zone set --rgw-zone=default --default < default-zone.json - - $ radosgw-admin period update --commit - -Start all :term:`Ceph Object Gateway` in the cluster. -