Red Hat Bugzilla – Bug 1332412
"/etc/resolv.conf" generated by dracut doesn't contain DNS passed via "nameserver=x.x.x.x"
Last modified: 2017-01-25 11:59:17 EST
Description of problem: When passing kdump dns to dracut via "nameserver=x.x.x.x", the dns provided didn't appear in the "/etc/resolv.conf". Version-Release number of selected component (if applicable): kexec-tools-2.0.7-38 How reproducible: Steps to Reproduce: 1. In dhcp environment, pass DNS to dracut via nameserver=x.x.x.x" through "/proc/cmdline" or other ways like specified using directive DNS1/DNS2 in "/etc/sysconfig/network-scripts/ifcfg-<config>". 2. Configure /etc/kdump.conf to use network dump target(either nfs or ssh) Configure /etc/kdump.conf to enable "default shell". kdumpctl restart 3. After crash, let the kdump progress fail(for example: shutdown remote network), then it will enter a shell. 4. In the shell, "cat /etc/resolv.conf", and can't find the DNS passed in 1). Actual results: Expected results: "/etc/resolv.conf" generated by dracut should contain those DNS items passed through "nameserver=x.x.x.x". Additional info:
There is a patch("network: dhcp before parsing specified dns through cmdline") posted: https://github.com/dracutdevs/dracut/compare/master...dracut-mailing-devs:1461665111-7385-2-git-send-email-xlpang%40redhat.com
https://errata.devel.redhat.com/advisory/24112 dracut-033.436.el7 already contains this patch
Reproduced on RHEL-7.2RC with dracut-033-359.
Side note: kernel panic was called by executing "kill -6 1" twice
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-2016-2530.html