RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1112543 - augeas cgconfig lens fails if blkio is used
Summary: augeas cgconfig lens fails if blkio is used
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: augeas
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: ---
Assignee: Dominic Cleal
QA Contact: Virtualization Bugs
URL: https://github.com/hercules-team/auge...
Whiteboard:
Depends On: 1112388
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-24 07:34 UTC by Dominic Cleal
Modified: 2015-03-05 09:25 UTC (History)
3 users (show)

Fixed In Version: augeas-1.1.0-13.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 1112388
Environment:
Last Closed: 2015-03-05 09:25:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0399 0 normal SHIPPED_LIVE augeas bug fix and enhancement update 2015-03-05 14:17:57 UTC

Description Dominic Cleal 2014-06-24 07:34:49 UTC
+++ This bug was initially created as a clone of Bug #1112388 +++

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

Comment 1 Dominic Cleal 2014-06-24 15:34:46 UTC
Upstream as 45ed30e.

Comment 3 Lingfei Kong 2014-09-16 07:22:52 UTC
Verify with augeas-1.1.0-13.el7

Steps to verify:
#cat /etc/cgconfig.conf
group /openshift { cpu {} cpuacct {} memory {} net_cls {} freezer {} blkio {} }
#augtool print /files/etc/cgconfig.conf
/files/etc/cgconfig.conf
/files/etc/cgconfig.conf/group = "/openshift"
/files/etc/cgconfig.conf/group/controller[1] = "cpu"
/files/etc/cgconfig.conf/group/controller[2] = "cpuacct"
/files/etc/cgconfig.conf/group/controller[3] = "memory"
/files/etc/cgconfig.conf/group/controller[4] = "net_cls"
/files/etc/cgconfig.conf/group/controller[5] = "freezer"
/files/etc/cgconfig.conf/group/controller[6] = "blkio"

Comment 5 errata-xmlrpc 2015-03-05 09:25:34 UTC
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-0399.html


Note You need to log in before you can comment on or make changes to this bug.