6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
|
#!/bin/bash
|
||
|
# Daily vaccuum script for PVC Zookeeper cluster
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
/usr/share/zookeeper/bin/zkCleanup.sh /var/lib/zookeeper -n 14
|