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:
Joshua Boniface 2023-09-01 15:42:26 -04:00
parent 217d8fe35b
commit b842276002
1 changed files with 1 additions and 1 deletions

View File

@ -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