Bug 1175546
Summary: | Augeas cannot parse default /etc/rabbitmq/rabbitmq.config | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Lingfei Kong <lkong> | ||||
Component: | augeas | Assignee: | Dominic Cleal <dcleal> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 7.1 | CC: | huzhan, leiwang, wshi, xchen | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | augeas-1.4.0-1.el7 | Doc Type: | Bug Fix | ||||
Doc Text: |
Cause: the "kernel" section and empty lists inside rabbitmq.config files couldn't be parsed by the Augeas lens
Consequence: rabbitmq.config could not be managed with Augeas
Fix: the "kernel" section and empty lists can now be parsed
Result: rabbitmq.config can now be parsed by Augeas
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-11-19 10:18:33 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Lingfei Kong
2014-12-18 01:31:23 UTC
Created attachment 970355 [details]
/etc/rabbitmq/rabbitmq.config
Fixed in 3e827d8 Verified with the package: augeas-1.4.0-2.el7.x86_64 Verify steps: 1. download the rabbitmq.config from attachments. wget https://bugzilla.redhat.com/attachment.cgi?id=970355 -O /etc/rabbitmq/rabbitmq.config 2. augtool> print /augeas/files/etc/rabbitmq/rabbitmq.config/error augtool> print /augeas/files/etc/rabbitmq/rabbitmq.config /augeas/files/etc/rabbitmq/rabbitmq.config /augeas/files/etc/rabbitmq/rabbitmq.config/path = "/files/etc/rabbitmq/rabbitmq.config" /augeas/files/etc/rabbitmq/rabbitmq.config/mtime = "1442391938" /augeas/files/etc/rabbitmq/rabbitmq.config/lens = "@Rabbitmq" /augeas/files/etc/rabbitmq/rabbitmq.config/lens/info = "/usr/share/augeas/lenses/dist/erlang.aug:179.4-184.27:" Works as expected. 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/RHEA-2015-2153.html |