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]> (cherry picked from commit 8fd353d5a24eb5e02af00dc5792dfddfb473e76f) Reviewed-on: https://gerrit.ovirt.org/61593 Reviewed-by: Edward Haas <[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: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Dan Kenigsberg: Verified; Looks good to me, approved Edward Haas: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/61593 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic264e8a89eb07b8da42494a9b12ac9c871f78c51 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
