Douglas Schilling Landgraf has uploaded a new change for review. Change subject: ovirt-init-functions: Update comment about bond_setup ......................................................................
ovirt-init-functions: Update comment about bond_setup Updated comment about bond_setup vs bond in the boot params. Change-Id: I6497441ae6ca06dc947415fd6ba997385e58e0f0 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1207566 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/33/39733/1 diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in index f7e20a7..3a185ec 100644 --- a/scripts/ovirt-init-functions.sh.in +++ b/scripts/ovirt-init-functions.sh.in @@ -355,7 +355,11 @@ # ntp=server[,server] # vlan=id # network_layout=bridged|direct - # bond_setup=<bondname>:<bondslaves>:[:<options>] + # + # bond or bond_setup=<bondname>:<bondslaves>:[:<options>] + # Use bond for node based on RHEL/CentOS 7 or higher + # Use bond_setup for node based on RHEL/CentOS 6 + # # static network configuration ip_address= ip_gateway= -- To view, visit https://gerrit.ovirt.org/39733 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6497441ae6ca06dc947415fd6ba997385e58e0f0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
