From d8932d62bfa1f4db58268d0d1aab6ea351fb180b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 15 Aug 2017 08:43:00 -0400 Subject: [PATCH] doc/rados/operations use the new ref label for crush map tunables Signed-off-by: Alfredo Deza --- doc/rados/operations/health-checks.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/rados/operations/health-checks.rst b/doc/rados/operations/health-checks.rst index 61643557986..f2906e5c2ba 100644 --- a/doc/rados/operations/health-checks.rst +++ b/doc/rados/operations/health-checks.rst @@ -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 ceph osd unset - + 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 hit_set_type ceph osd pool set hit_set_period ceph osd pool set hit_set_count - ceph osd pool set hit_set_fpp + ceph osd pool set hit_set_fpp OSD_NO_SORTBITWISE __________________ @@ -415,7 +415,7 @@ Pool quotas can be adjusted up or down (or removed) with:: ceph osd pool set-quota max_bytes ceph osd pool set-quota max_objects -Setting the quota value to 0 will disable the quota. +Setting the quota value to 0 will disable the quota. POOL_NEAR_FULL ______________ -- 2.47.3