From a40d93cef16b2d2840006a772fcf3e9a127139bb Mon Sep 17 00:00:00 2001 From: Chinasubbareddy Mallavarapu Date: Fri, 17 May 2019 12:19:31 -0500 Subject: [PATCH] Ceph: Decrease ceph mon data store space to 15% MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ceph issues a HEALTH_WARN status in cluster log when the available disk space of the monitor’s data store is lower than or equal to this percentage. This is to decrease the value from default value 30% to 15%. Change-Id: Id412969f1dfb08b07356747f13aa31f00b41130d --- ceph-mon/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-mon/values.yaml b/ceph-mon/values.yaml index af66e7072..4fc04ce30 100644 --- a/ceph-mon/values.yaml +++ b/ceph-mon/values.yaml @@ -175,6 +175,7 @@ conf: objecter_inflight_ops: 10240 debug_ms: "0/0" mon_osd_down_out_interval: 1800 + mon_data_avail_warn: 15 osd: osd_mkfs_type: xfs osd_mkfs_options_xfs: -f -i size=2048