Merge "Disable memcached's cachedump"
This commit is contained in:
commit
fe2b2b4e5f
@ -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:
|
||||
|
@ -101,6 +101,7 @@ outputs:
|
||||
- service_debug
|
||||
- 'v'
|
||||
- ''
|
||||
memcached::disable_cachedump: true
|
||||
tripleo.memcached.firewall_rules:
|
||||
'121 memcached':
|
||||
dport: 11211
|
||||
|
Loading…
x
Reference in New Issue
Block a user