Bug 1327385

Summary: The value of BONDING-OPTS is not same with what we set in kickstart file.
Product: [oVirt] ovirt-node Reporter: Wei Wang <weiwang>
Component: Installation & UpdateAssignee: Fabian Deutsch <fdeutsch>
Status: CLOSED NOTABUG QA Contact: Wei Wang <weiwang>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.0CC: bugs, cshao, fdeutsch, huiwa, huzhao, leiwang, weiwang, yaniwang, ycui
Target Milestone: ---Keywords: Reopened
Target Release: ---Flags: rule-engine: planning_ack?
rule-engine: devel_ack?
cshao: testing_ack+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-15 08:59:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Node RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
kickstart file
none
kickstart file none

Description Wei Wang 2016-04-15 03:31:12 UTC
Created attachment 1147438 [details]
kickstart file

Description of problem:
The value of BONDING-OPTS is not same with what we set in kickstart file

Version-Release number of selected component (if applicable):
ovirt-node-ng-installer-ovirt-3.6-2016041120.iso
ovirt-node-4.0.0
imgbased-0.5-git50033ca

How reproducible:
100%

Steps to Reproduce:
1. Automatic install a vm with kickstart file(key parameter: "--bondopts=mode=balance-rr,miion=100") in attachment
2. After installation and reboot
3. Check the config file /etc/sysconfig/network-scripts/ifcfg-bond00


Actual results:
The value of BONDING-OPTS displayed as "mode=balance-rr", "miion=100" is lost


Expected results:
It should displayed like this BONDING-OPTS=mode=balance-rr,miion=100


Additional info:

Comment 1 Fabian Deutsch 2016-04-15 06:49:33 UTC
Shouldn't it be miimon (with an m)?

Comment 2 Ying Cui 2016-04-15 07:39:55 UTC
Wei, I leave this bug to you for double testing. The typo is in kickstart file.
If this is invalid bug, please close this bug as notabug. 

here should be "--bondopts=mode=balance-rr,miimon=100"

Comment 3 Wei Wang 2016-04-15 08:36:59 UTC
After retest, modify kickstart file with "--bondopts=mode=balance-rr,miimon=100", the value of BONDING-OPTS displayed right. 

Version-Release number of selected component (if applicable):
ovirt-node-ng-installer-ovirt-3.6-2016041120.iso
ovirt-node-4.0.0
imgbased-0.5-git50033ca

Steps to Reproduce:
1. Automatic install a vm with kickstart file(modify the key parameter as: "--bondopts=mode=balance-rr,miimon=100") in attachment
2. After installation and reboot
3. Check the config file /etc/sysconfig/network-scripts/ifcfg-bond00

Result:
The value of BONDING-OPTS displayed right.

So it is not a bug.please close it as NOTABUG.

Comment 4 Wei Wang 2016-04-15 08:38:11 UTC
Created attachment 1147515 [details]
kickstart file