File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -154,21 +154,6 @@ your CRUSH map. This procedure shows how to do this.
154154 ceph mon set_location e datacenter=site3
155155 ceph mon enable_stretch_mode e stretch_rule datacenter
156156
157- #. Set the replication levels for each pool. Here we are setting the standard
158- replication levels for a stretch mode cluster. Where ``4 `` copies will be kept
159- in total, with a minimum of ``2 `` in each data center:
160-
161- .. prompt :: bash $
162-
163- ceph osd pool set ceph_data min_size 2
164- set pool 2 min_size to 2
165- ceph osd pool set ceph_data size 4
166- set pool 2 size to 4
167- ceph osd pool set ceph_metadata min_size 2
168- set pool 3 min_size to 2
169- ceph osd pool set ceph_metadata size 4
170- set pool 3 size to 4
171-
172157When stretch mode is enabled, PGs will become active only when they peer
173158across data centers (or across whichever CRUSH bucket type was specified),
174159assuming both are alive. Pools will increase in size from the default ``3 `` to
You can’t perform that action at this time.
0 commit comments