From: Scoots Hamilton Date: Mon, 15 Oct 2018 15:18:43 +0000 (-0400) Subject: removed warning for resolved errata X-Git-Tag: v13.2.5~137^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ad4b189838687ae37d73c3dbcd770802f64eeaa9;p=ceph.git removed warning for resolved errata Signed-off-by: Scoots Hamilton (cherry picked from commit 93528996189f2eaf42bae18db428f3ea18f28b14) Conflicts: doc/cephfs/cache-size-limits.rst --- diff --git a/doc/cephfs/cache-size-limits.rst b/doc/cephfs/cache-size-limits.rst index 90cf8ade76091..4ea41443bcd57 100644 --- a/doc/cephfs/cache-size-limits.rst +++ b/doc/cephfs/cache-size-limits.rst @@ -13,10 +13,3 @@ In addition, you can specify a cache reservation by using the `mds_cache_reserva The `mds_cache_reservation` parameter replaces the `mds_health_cache_threshold` in all situations except when MDS nodes sends a health alert to the Monitors indicating the cache is too large. By default, `mds_health_cache_threshold` is 150% of the maximum cache size. Be aware that the cache limit is not a hard limit. Potential bugs in the CephFS client or MDS or misbehaving applications might cause the MDS to exceed its cache size. The `mds_health_cache_threshold` configures the cluster health warning message so that operators can investigate why the MDS cannot shrink its cache. - -.. warning:: - - The memory tracking used is currently imprecise by a constant factor. This - will be addressed in http://tracker.ceph.com/issues/22599. MDS deployments - with large `mds_cache_memory_limit` (64GB+) should underallocate RAM to - accomodate.