Skip to content

Commit cc66889

Browse files
committed
doc/rados/operations/pools: Edit Unsetting values for a stretch pool
Fixes: https://tracker.ceph.com/issues/68842 Signed-off-by: Kamoltat Sirivadhna <[email protected]>
1 parent cacc5f5 commit cc66889

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

doc/rados/operations/pools.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ To move the pool back to non-stretch, run a command of the following form:
840840

841841
.. prompt:: bash $
842842

843-
ceph osd pool stretch unset {pool-name}
843+
ceph osd pool stretch unset {pool-name} {crush_rule} {size} {min_size}
844844

845845
Here are the breakdowns of the arguments:
846846

@@ -852,6 +852,28 @@ Here are the breakdowns of the arguments:
852852
:Type: String
853853
:Required: Yes.
854854

855+
.. describe:: {crush_rule}
856+
857+
The crush rule to use after exiting the stretch pool. The type of pool must match the type of crush_rule
858+
(replicated or erasure).
859+
860+
:Type: String
861+
:Required: Yes.
862+
863+
.. describe:: {size}
864+
865+
The number of replicas for objects after exiting stretch pool.
866+
867+
:Type: Integer
868+
:Required: Yes.
869+
870+
.. describe:: {min_size}
871+
872+
The minimum number of replicas required for I/O after exiting stretch pool.
873+
874+
:Type: Integer
875+
:Required: Yes.
876+
855877
Showing values of a stretch pool
856878
================================
857879
To show values for a stretch pool, run a command of the following form:

0 commit comments

Comments
 (0)