Ceph: Decrease ceph mon data store space to 15%

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
This commit is contained in:
Chinasubbareddy Mallavarapu 2019-05-17 12:19:31 -05:00
parent b69584bd65
commit a40d93cef1

View File

@ -175,6 +175,7 @@ conf:
objecter_inflight_ops: 10240 objecter_inflight_ops: 10240
debug_ms: "0/0" debug_ms: "0/0"
mon_osd_down_out_interval: 1800 mon_osd_down_out_interval: 1800
mon_data_avail_warn: 15
osd: osd:
osd_mkfs_type: xfs osd_mkfs_type: xfs
osd_mkfs_options_xfs: -f -i size=2048 osd_mkfs_options_xfs: -f -i size=2048