Hide Forgot
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:
Shouldn't it be miimon (with an m)?
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"
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.
Created attachment 1147515 [details] kickstart file