Hide Forgot
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
Fixed in 0951590, a8d43f6
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.
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