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 1175854 - Augeas does not support fence_kdump* options in kdump.conf
Summary: Augeas does not support fence_kdump* options in kdump.conf
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: augeas
Version: 6.6
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: rc
: ---
Assignee: Dominic Cleal
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1139298
Blocks: 1123414 1181278
TreeView+ depends on / blocked
 
Reported: 2014-12-18 18:37 UTC by Ryan Barry
Modified: 2015-07-22 05:41 UTC (History)
6 users (show)

Fixed In Version: augeas-1.0.0-9.el6
Doc Type: Bug Fix
Doc Text:
Previously, the Augeas utility did not correctly parse "ssh" and "fence_kdump_*" parameters in the /etc/kdump.conf file. As a consequence, using Augeas to edit these parameters in kdump configuration failed. With this update, Augeas has been updated to parse "ssh" and "fence_kdump_*" as intended, and the described problem no longer occurs.
Clone Of:
: 1181278 (view as bug list)
Environment:
Last Closed: 2015-07-22 05:41:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1175856 0 unspecified CLOSED Augeas does not support fence_kdump* options in kdump.conf 2021-02-22 00:41:40 UTC
Red Hat Product Errata RHBA-2015:1256 0 normal SHIPPED_LIVE augeas bug fix and enhancement update 2015-07-20 17:50:00 UTC

Internal Links: 1175856

Description Ryan Barry 2014-12-18 18:37:23 UTC
Description of problem: Augeas does not support fence_kdump* options in kdump.conf


Version-Release number of selected component (if applicable):
augeas-1.0.0-7.el6.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Add any of the options from bz#1083938
2. Try to use augtool

Actual results:
Augeas fails.

print /augeas/files/etc/kdump.conf/error shows parsing failed

Expected results:
Augeas can parse kdump.conf with the new options

Additional info:
See bz#1083938 for more info

Comment 2 Dominic Cleal 2015-01-02 10:58:52 UTC
Fixed in 0951590, a8d43f6

Comment 6 Hu Zhang 2015-03-03 09:59:18 UTC
Reproduced with augeas-1.0.0-8.el6.x86_64.

Verified with the package:
augeas-1.0.0-9.el6.x86_64

verify steps:
1. Add lines
 "fence_kdump_args -p 7410 -f auto -c 0 -i 10
  fence_kdump_nodes node1 node2" to file /etc/kdump.conf"

2. #augtool -b
   augtool> print /files/etc/kdump.conf
...
...
/files/etc/kdump.conf/fence_kdump_args = "-p 7410 -f auto -c 0 -i 10"
/files/etc/kdump.conf/fence_kdump_nodes
/files/etc/kdump.conf/fence_kdump_nodes/1 = "node1"
/files/etc/kdump.conf/fence_kdump_nodes/2 = "node2"
   augtool> print /augeas/files/etc/kdump.conf/error
Comments: no error returns

parse successfully.

Verified.

Comment 8 errata-xmlrpc 2015-07-22 05:41:04 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-1256.html


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