]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/pools: Edit Unsetting values for a stretch pool
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Tue, 5 Nov 2024 21:12:33 +0000 (21:12 +0000)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Mon, 17 Mar 2025 12:31:18 +0000 (12:31 +0000)
Fixes: https://tracker.ceph.com/issues/68842
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
doc/rados/operations/pools.rst

index ed99732b016e2d6249f7b61f7da26a00bdbbebc0..8686dddf635197922762dfd6c31773d0fb132d01 100644 (file)
@@ -840,7 +840,7 @@ To move the pool back to non-stretch, run a command of the following form:
 
 .. prompt:: bash $
 
-   ceph osd pool stretch unset {pool-name}
+   ceph osd pool stretch unset {pool-name} {crush_rule} {size} {min_size}
 
 Here are the breakdowns of the arguments:
 
@@ -852,6 +852,28 @@ Here are the breakdowns of the arguments:
    :Type: String
    :Required: Yes.
 
+.. describe:: {crush_rule}
+      
+   The crush rule to use after exiting the stretch pool. The type of pool must match the type of crush_rule
+   (replicated or erasure).
+
+   :Type: String
+   :Required: Yes.
+
+.. describe:: {size}
+         
+   The number of replicas for objects after exiting stretch pool.
+   
+   :Type: Integer
+   :Required: Yes.
+
+.. describe:: {min_size}
+            
+   The minimum number of replicas required for I/O after exiting stretch pool.
+
+   :Type: Integer
+   :Required: Yes.
+
 Showing values of a stretch pool
 ================================
 To show values for a stretch pool, run a command of the following form: