Merge "Disable memcached's cachedump"

This commit is contained in:
Zuul 2018-06-15 10:13:55 +00:00 committed by Gerrit Code Review
commit fe2b2b4e5f
2 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@ outputs:
# will be removed from the $OPTIONS, which is done via the puppet
# module, but we'll only be able to do this once the following pull
# request merges: https://github.com/saz/puppet-memcached/pull/88
command: ['/bin/bash', '-c', 'source /etc/sysconfig/memcached; /usr/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c ${MAXCONN} $OPTIONS >> /var/log/memcached.log 2>&1']
command: ['/bin/bash', '-c', 'source /etc/sysconfig/memcached; /usr/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c ${MAXCONN} -X $OPTIONS >> /var/log/memcached.log 2>&1']
host_prep_tasks:
- name: create persistent logs directory
file:

View File

@ -101,6 +101,7 @@ outputs:
- service_debug
- 'v'
- ''
memcached::disable_cachedump: true
tripleo.memcached.firewall_rules:
'121 memcached':
dport: 11211