Hide Forgot
Description of problem: If a cgconfig.conf contains blkio information, the cgconfig lens in augeas will fail. Version-Release number of selected component (if applicable): augeas-libs-1.0.0-5.el6_5.1.x86_64 How reproducible: Always Steps to Reproduce: 1. include a line like this in cgconfig.conf: group /openshift { cpu {} cpuacct {} memory {} net_cls {} freezer {} blkio {} } 2. run augtool 3. augtool> ls /files/etc/cgconfig.conf Actual results: Nothing is returned, due to a parsing failure Expected results: mount/ = (none) group[1]/ = /openshift ... Additional info: PR filed upstream: https://github.com/hercules-team/augeas/pull/137
Upstream as 45ed30e.
Reproduced with augeas-1.0.0-7.el6.x86_64. Verified with the package: augeas-1.0.0-8.el6.x86_64 Steps to verify: 1. Include a line like this in cgconfig.conf: group /openshift { cpu {} cpuacct {} memory {} net_cls {} freezer {} blkio {} } 2. run augtool 3. augtool> ls /files/etc/cgconfig.conf Result: ... mount/ = (none) group/ = /openshift No parse error returned. So verified.
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://rhn.redhat.com/errata/RHBA-2015-1256.html