Bug 1327385 - The value of BONDING-OPTS is not same with what we set in kickstart file.
Summary: The value of BONDING-OPTS is not same with what we set in kickstart file.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: ovirt-node
Classification: oVirt
Component: Installation & Update
Version: 4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium vote
Target Milestone: ---
: ---
Assignee: Fabian Deutsch
QA Contact: Wei Wang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-15 03:31 UTC by Wei Wang
Modified: 2016-04-15 08:59 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-15 08:59:16 UTC
oVirt Team: Node
rule-engine: planning_ack?
rule-engine: devel_ack?
cshao: testing_ack+


Attachments (Terms of Use)
kickstart file (748 bytes, text/plain)
2016-04-15 03:31 UTC, Wei Wang
no flags Details
kickstart file (750 bytes, text/plain)
2016-04-15 08:38 UTC, Wei Wang
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.