Dan Kenigsberg has submitted this change and it was merged. Change subject: modprobe: set bonding max_bonds to 0 ......................................................................
modprobe: set bonding max_bonds to 0 When bonding kernel module is loaded, bond0 is implicitly created. When we create a bonding during installation of the system in Anaconda, it obtains the same name bond0. On the following boot, NM fails because of conflict between NM handled and implicitly created bond. This patch introduces modprobe configuration file for bonding module. With `options bonding max_bonds=0` we disable implicit creation of bondings. Bug-Url: https://bugzilla.redhat.com/1356635 Change-Id: Ic264e8a89eb07b8da42494a9b12ac9c871f78c51 Signed-off-by: Petr Horáček <[email protected]> Reviewed-on: https://gerrit.ovirt.org/61396 Continuous-Integration: Jenkins CI Reviewed-by: Fabian Deutsch <[email protected]> Tested-by: Fabian Deutsch <[email protected]> Tested-by: Edward Haas <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Tested-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in M vdsm/Makefile.am A vdsm/vdsm-bonding-modprobe.conf 3 files changed, 17 insertions(+), 0 deletions(-) Approvals: Fabian Deutsch: Verified; Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Dan Kenigsberg: Verified; Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/61396 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic264e8a89eb07b8da42494a9b12ac9c871f78c51 Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Petr Horáček <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
