]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations use the new ref label for crush map tunables
authorAlfredo Deza <adeza@redhat.com>
Tue, 15 Aug 2017 12:43:00 +0000 (08:43 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 16 Aug 2017 12:20:00 +0000 (08:20 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
doc/rados/operations/health-checks.rst

index 6164355798680374f3889d8b079cb1ceaaac7758..f2906e5c2ba992f5c6024319f1d6c74c94f2086c 100644 (file)
@@ -15,7 +15,7 @@ health checks, and present them in a way that reflects their meaning.
 
 This page lists the health checks that are raised by the monitor and manager
 daemons.  In addition to these, you may also see health checks that originate
-from MDS daemons (see :doc:`/cephfs/health-messages`), and health checks
+from MDS daemons (see :ref:`cephfs-health-messages`), and health checks
 that are defined by ceph-mgr python modules.
 
 Definitions
@@ -90,7 +90,7 @@ threshold by a small amount::
 
 New storage should be added to the cluster by deploying more OSDs or
 existing data should be deleted in order to free up space.
-  
+
 OSD_BACKFILLFULL
 ________________
 
@@ -136,7 +136,7 @@ With the exception of *full*, these flags can be set or cleared with::
 
   ceph osd set <flag>
   ceph osd unset <flag>
-    
+
 OSD_FLAGS
 _________
 
@@ -165,7 +165,7 @@ The CRUSH map is using very old settings and should be updated.  The
 oldest tunables that can be used (i.e., the oldest client version that
 can connect to the cluster) without triggering this health warning is
 determined by the ``mon_crush_min_required_version`` config option.
-See :doc:`/rados/operations/crush-map/#tunables` for more information.
+See :ref:`crush-map-tunables` for more information.
 
 OLD_CRUSH_STRAW_CALC_VERSION
 ____________________________
@@ -175,7 +175,7 @@ intermediate weight values for ``straw`` buckets.
 
 The CRUSH map should be updated to use the newer method
 (``straw_calc_version=1``).  See
-:doc:`/rados/operations/crush-map/#tunables` for more information.
+:ref:`crush-map-tunables` for more information.
 
 CACHE_POOL_NO_HIT_SET
 _____________________
@@ -189,7 +189,7 @@ Hit sets can be configured on the cache pool with::
   ceph osd pool set <poolname> hit_set_type <type>
   ceph osd pool set <poolname> hit_set_period <period-in-seconds>
   ceph osd pool set <poolname> hit_set_count <number-of-hitsets>
-  ceph osd pool set <poolname> hit_set_fpp <target-false-positive-rate>  
+  ceph osd pool set <poolname> hit_set_fpp <target-false-positive-rate>
 
 OSD_NO_SORTBITWISE
 __________________
@@ -415,7 +415,7 @@ Pool quotas can be adjusted up or down (or removed) with::
   ceph osd pool set-quota <pool> max_bytes <bytes>
   ceph osd pool set-quota <pool> max_objects <objects>
 
-Setting the quota value to 0 will disable the quota.  
+Setting the quota value to 0 will disable the quota.
 
 POOL_NEAR_FULL
 ______________