]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/rados/operations: POOL_NEAR_FULL on OSD_NEAR_FULL
authorAnthony D'Atri <anthony.datri@gmail.com>
Wed, 18 Nov 2020 05:08:29 +0000 (21:08 -0800)
committerAnthony D'Atri <anthony.datri@gmail.com>
Sun, 22 Nov 2020 08:02:54 +0000 (00:02 -0800)
Fixes: https://tracker.ceph.com/issues/40579
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
doc/rados/configuration/mon-config-ref.rst
doc/rados/operations/health-checks.rst
doc/rados/troubleshooting/troubleshooting-osd.rst

index ee0e872a29b73a38f8c2c7ecfa658cee875f6df9..01a325248391a36b71db4641b32c058734d85142 100644 (file)
@@ -467,6 +467,8 @@ by setting it in the ``[mon]`` section of the configuration file.
 
 .. index:: Ceph Storage Cluster; capacity planning, Ceph Monitor; capacity planning
 
+.. _storage-capacity:
+
 Storage Capacity
 ----------------
 
index 0ee6db38ccb0992cf29b6befdd85ff92e73cfb55..edcef0058231696ed6bbc9b011fe0bb50c1c61dc 100644 (file)
@@ -981,8 +981,9 @@ Setting the quota value to 0 will disable the quota.
 POOL_NEAR_FULL
 ______________
 
-One or more pools is approaching is quota.  The threshold to trigger
-this warning condition is controlled by the
+One or more pools is approaching a configured fullness threshold.
+
+One threshold that can trigger this warning condition is the
 ``mon_pool_quota_warn_threshold`` configuration option.
 
 Pool quotas can be adjusted up or down (or removed) with::
@@ -992,6 +993,11 @@ Pool quotas can be adjusted up or down (or removed) with::
 
 Setting the quota value to 0 will disable the quota.
 
+Other thresholds that can trigger the above two warning conditions are
+``mon_osd_nearfull_ratio`` and ``mon_osd_full_ratio``.  Visit the
+:ref:`storage-capacity` and :ref:`no-free-drive-space` documents for details
+and resolution.
+
 OBJECT_MISPLACED
 ________________
 
@@ -1097,8 +1103,6 @@ also indicate some other performance issue with the OSDs.
 The exact size of the snapshot trim queue is reported by the
 ``snaptrimq_len`` field of ``ceph pg ls -f json-detail``.
 
-
-
 Miscellaneous
 -------------
 
@@ -1192,7 +1196,6 @@ Alternatively, the capabilities for the user can be updated with::
 
 For more information about auth capabilities, see :ref:`user-management`.
 
-
 OSD_NO_DOWN_OUT_INTERVAL
 ________________________
 
@@ -1209,3 +1212,4 @@ This warning can silenced by setting the
 ``mon_warn_on_osd_down_out_interval_zero`` to false::
 
   ceph config global mon mon_warn_on_osd_down_out_interval_zero false
+
index 9347210eca9dcfb3c5d6cde1586ba71a2fc041ad..3f83053e238ffe6a298f222f8e719ef50993f050 100644 (file)
@@ -241,6 +241,7 @@ unexpected error), search the archives and tracker as above, and
 report it to the `ceph-devel`_ email list if there's no clear fix or
 existing bug.
 
+.. _no-free-drive-space:
 
 No Free Drive Space
 -------------------