Bug 1322345 - bond0 automatic created after installation
Summary: bond0 automatic created after installation
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: ovirt-node
Classification: oVirt
Component: Installation & Update
Version: 4.0
Hardware: Unspecified
OS: Unspecified
medium
medium vote
Target Milestone: ovirt-4.0.0-alpha
: ---
Assignee: Douglas Schilling Landgraf
QA Contact: wanghui
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-30 11:04 UTC by wanghui
Modified: 2016-04-07 13:51 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-07 13:38:18 UTC
oVirt Team: Node
fdeutsch: ovirt-4.0.0?
fdeutsch: planning_ack?
fdeutsch: devel_ack+
ycui: testing_ack+


Attachments (Terms of Use)
sosreport (5.85 MB, application/x-xz)
2016-03-30 12:22 UTC, wanghui
no flags Details

Description wanghui 2016-03-30 11:04:49 UTC
Description of problem:
bond0 is already created after finished installation.

Version-Release number of selected component (if applicable):
ovirt-node-ng-nightly-boot-20160323.iso
squashfs.20160323
ovirt-node-ng-image-update-placeholder-005-1.el7.noarch
imgbased-0.5-0.201603181316git77345d3.el7.centos.noarch
ovirt-release-host-node-005-1.el7.noarch

How reproducible:
100%

Steps to Reproduce:
1. Check the network after finished installation.

Actual results:
1. bond0 is created.

Expected results:
1. bond0 should not be created automatically.

Additional info:

Comment 1 Fabian Deutsch 2016-03-30 11:32:56 UTC
Please provide the sosreport.

Maybe we or vdsm eneds to cleanup the ifcfg scripts.

Comment 2 wanghui 2016-03-30 12:22:08 UTC
Created attachment 1141727 [details]
sosreport

Comment 3 Douglas Schilling Landgraf 2016-04-07 05:00:55 UTC
Hi Wangui,

Could you please confirm that adding into the kargs in grub after the installation: modprobe.blacklist=bonding stops to showing the bond0 interface?

If you prefer, across reboot:

# vi /etc/modprobe.d/blacklist.conf and add: blacklist bonding <reboot>
It will not load automatically the module but if required you can load it again manually anytime.

Comment 4 Douglas Schilling Landgraf 2016-04-07 13:38:18 UTC
Hi Wangui,

I have installed pure CentOS-7-x86_64-Minimal.iso with 3 nics and *no* bond0 interface was created. However, after installing vdsm and rebooting starts to shows the bond0 interface.

# cat /etc/redhat-release 
CentOS Linux release 7.1.1503 (Core) 


# yum localinstall http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm
# yum install vdsm

# rpm -qa | grep -i vdsm
vdsm-4.17.23.2-0.el7.centos.noarch
vdsm-xmlrpc-4.17.23.2-0.el7.centos.noarch
vdsm-infra-4.17.23.2-0.el7.centos.noarch
vdsm-yajsonrpc-4.17.23.2-0.el7.centos.noarch
vdsm-hook-vmfex-dev-4.17.23.2-0.el7.centos.noarch
vdsm-python-4.17.23.2-0.el7.centos.noarch
vdsm-jsonrpc-4.17.23.2-0.el7.centos.noarch

# reboot 

<start appearing bond0>

If I remove vdsm and reboot, the bond0 is not created automatically again.

So, based on the above and in the fact that we ship vdsm in ovirt-node-ng image I am closing this report.


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