# Description of problem:
2 out of 3 Monitors are down because of a lack of space in /var
They have only 8GB for /var.
ceph-monstore-tool /mnt/mon.<HOSTNAME> dump-keys 2> /dev/null | awk '{print $1 | "sort | uniq -c"}'
shows these as the main contributors:
10557 logm
173451 mon_config_key
1225 osdmap
2381 osd_snap
# Version-Release number of selected component (if applicable):
16.2.0-152.el8cp
Comment 2RHEL Program Management
2023-07-17 14:27:14 UTC
# Description of problem: 2 out of 3 Monitors are down because of a lack of space in /var They have only 8GB for /var. ceph-monstore-tool /mnt/mon.<HOSTNAME> dump-keys 2> /dev/null | awk '{print $1 | "sort | uniq -c"}' shows these as the main contributors: 10557 logm 173451 mon_config_key 1225 osdmap 2381 osd_snap # Version-Release number of selected component (if applicable): 16.2.0-152.el8cp