Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sanverm2 opened this issue Jun 20, 2019 · 1 comment · May be fixed by #170
Open

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

sanverm2 opened this issue Jun 20, 2019 · 1 comment · May be fixed by #170

Comments

@sanverm2
Copy link

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
Copy link
Author

Any pointers or suggestion on this behavior?

Arano-kai pushed a commit to Arano-kai/gluster-containers that referenced this issue Apr 29, 2020
- Fixes: gluster#155
- Containerized `systemd-journald` unconditionally changed `/dev/log`
  SELinux fcontext that cause AVC denies for many services
  (docker, setroubleshootd, etc) upon log writes.
Arano-kai pushed a commit to Arano-kai/gluster-containers that referenced this issue Apr 29, 2020
- Fixes: gluster#155
- Containerized `systemd-journald` unconditionally changed `/dev/log`
  SELinux fcontext that cause AVC denies for many services
  (docker, setroubleshootd, etc) upon log writes.
@Arano-kai Arano-kai linked a pull request Apr 29, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant