memcached writes its logs to the logfile inside memcached container
Issue
-
memcached write its logs to the logfile inside memcached container.
ps command run in a controller node shows following output.# ps -ef | grep memcached XXXXX 44392 44367 0 Jul04 ? 00:00:00 /bin/bash -c source /etc/sysconfig/memcached; /usr/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c ${MAXCONN} $OPTIONS XXXXX 44413 44392 0 Jul04 ? 00:02:48 /usr/bin/memcached -p 11211 -u memcached -m 16005 -c 8192 -v -l 192.168.0.11 -U 0 -t 8 >> /var/log/memcached.log 2>&1
Environment
- Red Hat OpenStack Platform 13
- memcached
- puppet-memchached
- openstack-tripleo-heat-templates
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.