]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: repair stretch-mode.rst 54762/head
authorZac Dover <zac.dover@proton.me>
Sun, 3 Dec 2023 12:17:46 +0000 (13:17 +0100)
committerZac Dover <zac.dover@proton.me>
Mon, 4 Dec 2023 07:00:36 +0000 (08:00 +0100)
Remove a section of doc/rados/operations/stretch-mode.rst that I wrongly
re-included after its removal. The request for this (re)-removal is
here: https://github.com/ceph/ceph/pull/54689#discussion_r1413007655.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit b73656787d618197c60372d1817eab35879fa478)

doc/rados/operations/stretch-mode.rst

index 4adf60e46f6dd213b7828aaf89d2bb66dfd22a9b..787e8cb4d93097bcb08e048b8eb1266bc9f5fe65 100644 (file)
@@ -154,21 +154,6 @@ your CRUSH map. This procedure shows how to do this.
       ceph mon set_location e datacenter=site3
       ceph mon enable_stretch_mode e stretch_rule datacenter
 
-#. Set the replication levels for each pool. Here we are setting the standard
-   replication levels for a stretch mode cluster. Where ``4`` copies will be kept
-   in total, with a minimum of ``2`` in each data center:
-
-   .. prompt:: bash $
-
-      ceph osd pool set ceph_data min_size 2
-      set pool 2 min_size to 2
-      ceph osd pool set ceph_data size 4
-      set pool 2 size to 4
-      ceph osd pool set ceph_metadata min_size 2
-      set pool 3 min_size to 2
-      ceph osd pool set ceph_metadata size 4
-      set pool 3 size to 4
-
 When stretch mode is enabled, PGs will become active only when they peer
 across data centers (or across whichever CRUSH bucket type was specified),
 assuming both are alive. Pools will increase in size from the default ``3`` to