Compact ceph-mon files
Long running clusters will see there monitor files grow to large sizes TrivialFix Change-Id: Id7961514895cc0a797e1dd30bf29a18d7137ea42
This commit is contained in:
parent
e482947165
commit
8e3cc9ae1e
@ -10,6 +10,11 @@ auth cluster required = cephx
|
||||
auth service required = cephx
|
||||
auth client required = cephx
|
||||
|
||||
[mon]
|
||||
# NOTE(SamYaple): The monitor files have been known to grow very large. The
|
||||
# only fix for that is to compact the files.
|
||||
mon compact on start = true
|
||||
|
||||
{% if service_name is defined and service_name == 'ceph-rgw' %}
|
||||
[client.radosgw.gateway]
|
||||
host = {{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}
|
||||
|
Loading…
Reference in New Issue
Block a user