We're looking at adding GlusterFS support to the base RHEL Atomic Host. Right now, our recommended rsyslog configuration comes as a privileged container.
Yet, glusterfs-libs has:
Requires: rsyslog-mmjsonparse
What is the rationale behind this? Git annotate was not very helpful, I traced it to:
```
commit a4bca334ac07b498869e636f3bbab26009c962d7
Author: Bala.FA <barumuga>
AuthorDate: Mon Oct 7 12:01:48 2013 +0530
Commit: Bala.FA <barumuga>
CommitDate: Mon Oct 7 12:01:48 2013 +0530
imported glusterfs-3.4.0.33rhs-1.el6rhs.src.rpm
Resolves: bz#981054
Signed-off-by: Bala.FA <barumuga>
```
And the linked bug doesn't say.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2016:1240
We're looking at adding GlusterFS support to the base RHEL Atomic Host. Right now, our recommended rsyslog configuration comes as a privileged container. Yet, glusterfs-libs has: Requires: rsyslog-mmjsonparse What is the rationale behind this? Git annotate was not very helpful, I traced it to: ``` commit a4bca334ac07b498869e636f3bbab26009c962d7 Author: Bala.FA <barumuga> AuthorDate: Mon Oct 7 12:01:48 2013 +0530 Commit: Bala.FA <barumuga> CommitDate: Mon Oct 7 12:01:48 2013 +0530 imported glusterfs-3.4.0.33rhs-1.el6rhs.src.rpm Resolves: bz#981054 Signed-off-by: Bala.FA <barumuga> ``` And the linked bug doesn't say.