gluster / gluster-containers

Dockerfiles (CentOS, Fedora, Red Hat) for GlusterFS
https://github.com/gluster/gluster-containers/pkgs/container/gluster-containers
223 stars 135 forks source link

GlusterFS container capture the entries which should be inserted into worker node syslog #155

Open sanverm2 opened 5 years ago

sanverm2 commented 5 years ago

GlusterFS container capture the entries which should be inserted into worker node syslog, the issue only happens on the GlusterFS storage node.

Steps for reproduction:

On the worker node which also used as glusterFS storage node, run this commands to insert a record into host syslog:

logger -is -p auth.err authpriv-test

Check the worker node syslog or run "journalctl -r" command to check, nothing was inserted into worker node syslog.

Now, login the glusterfs container which running on this worker node, run "journalctl -r" command to check, found that record was inserted into the container syslog.

The implication of this behavior is that the log of "secure", "maillog", "spooler", "boot.log" will be captured by the glusterFS container syslog and missed in node syslog, this caused user can not monitor the node's syslog correctly.

sanverm2 commented 5 years ago

Any pointers or suggestion on this behavior?