]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Instruction should have been noout, not nodown.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 1 Mar 2013 23:09:31 +0000 (15:09 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 1 Mar 2013 23:09:31 +0000 (15:09 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/operations/troubleshooting-osd.rst

index 6bc77db2e4026596e7b9595a9587fa58ac75fcb9..e470968440e6feb96c2c019073e584d08b783143 100644 (file)
@@ -115,14 +115,14 @@ or ``tail``.  For example::
 Stopping w/out Rebalancing
 ==========================
 
-If the problem with your cluster requires you to bring down a failure domain
-(e.g., a rack) for maintenance and you do not want CRUSH to automatically
-rebalance the cluster as you stop OSDs for maintenance, set the cluster to
-``nodown`` first::
+Periodically, you may need to perform maintenance on a subset of your cluster,
+or resolve a problem that affects a failure domain (e.g., a rack). If you do not
+want CRUSH to automatically rebalance the cluster as you stop OSDs for
+maintenance, set the cluster to ``noout`` first::
 
-       ceph osd set nodown
+       ceph osd set noout
 
-Once the cluster is set to ``nodown``, you can begin stopping the OSDs within the
+Once the cluster is set to ``noout``, you can begin stopping the OSDs within the
 failure domain that requires maintenance work. ::
 
        ceph osd stop osd.{num}
@@ -134,9 +134,9 @@ Once you have completed your maintenance, restart the OSDs. ::
 
        ceph osd start osd.{num}
 
-Finally, you must unset the cluster from ``nodown``. :: 
+Finally, you must unset the cluster from ``noout``. :: 
 
-       ceph osd unset nodown
+       ceph osd unset noout