Bug 865680
Summary: | [RFE] Ability to add "LINKDELAY=" to network config file | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Jun'ichi NOMURA <junichi.nomura> |
Component: | lab controller | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Qixiang Wan <qwan> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.9 | CC: | asaha, dcallagh, kueda, mishin, qwan, rglasz, rmancy, tatsu-ab1 |
Target Milestone: | 0.11 | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | Kickstart | ||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-17 04:33:30 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: |
Description
Jun'ichi NOMURA
2012-10-12 06:18:06 UTC
Would it be reasonable to add the LINKDELAY= line to every ifcfg-* file (except ifcfg-lo) instead of guessing the interface? Yes, I think so. On Gerrit: http://gerrit.beaker-project.org/1513 Verified with build beaker-server-0.10.6-1.git.95.9d3b913.el6. Submitted a job with: <recipe kernel_options="" kernel_options_post="" ks_meta="linkdelay=20" role="RECIPE_MEMBERS" whiteboard=""> After provision, LLINKDELAY=20 is added into the ifcfg-* files: $ cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" BOOTPROTO="dhcp" HWADDR="52:54:3D:43:76:B6" NM_CONTROLLED="yes" ONBOOT="yes" TYPE="Ethernet" UUID="829c5a02-34c3-4dd4-9e2d-4ac2325f67eb" LINKDELAY=20 Beaker 0.11.0 has been released. |