Bug 822739

Summary: Static network configuration support
Product: [Fedora] Fedora Reporter: WANG Chao <chaowang>
Component: kexec-toolsAssignee: Dave Young <ruyang>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: nhorman, ruyang, xiyou.wangcong
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: kexec-tools-2.0.3-48 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 822740 (view as bug list) Environment:
Last Closed: 2012-06-22 08:10:15 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:
Bug Depends On:    
Bug Blocks: 822740    

Description WANG Chao 2012-05-18 02:50:09 UTC
Description of problem:

Currently dracut-module-setup.sh will always configure dracut to use dhcp to configure a network environment.

But when the network env is configured to be a static network in first kernel, that code is broken, it will still pass cmdline like 'ip=eth0:dhcp' to dracut cmdline.d/40ip.conf.
That means when the machine is in a env w/o a dhcp server, network can't be setup correctly, any remote dump should fail.

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1.configure a static network env
2.restart kdump service
3.crash the system
  
Actual results:
dracut will use dhcp to setup network

Expected results:
dracut will use a static configuration

Additional info: