Lower keep count for Zookeeper vacuum to 3
Required to keep disk space growth down when using zookeeper_logging functionality.
This commit is contained in:
parent
2fa1b8fb2b
commit
e232ab00da
|
@ -2,4 +2,4 @@
|
|||
# Daily vaccuum script for PVC Zookeeper cluster
|
||||
# {{ ansible_managed }}
|
||||
|
||||
/usr/share/zookeeper/bin/zkCleanup.sh /var/lib/zookeeper -n 14
|
||||
/usr/share/zookeeper/bin/zkCleanup.sh /var/lib/zookeeper -n 3
|
||||
|
|
Loading…
Reference in New Issue