File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff 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
845845Here 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+
855877Showing values of a stretch pool
856878================================
857879To show values for a stretch pool, run a command of the following form:
You can’t perform that action at this time.
0 commit comments