>> $ more /etc/modprobe.conf
>>
>> options bonding max_bonds=2
>>     
>
> did you add this or did cobbler?
>
>   

# Start post_install_network_config generated code
if [ -f "/etc/modprobe.conf" ]; then
    echo "options bonding max_bonds=2" >> /etc/modprobe.conf
fi

so cobbler did

>> alias bond0 bonding
>> alias bond1 bonding
>>
>> $ more /etc/sysconfig/network-scripts/ifcfg-bond0
>> # Cobbler generated non-physical interface
>> DEVICE=bond0
>> BONDING_OPTS="bonding mode=1 miimon=100 max_bonds=3"
>>     
>
> The 'max_bonds=3' isn't needed either for RHEL/CentOS 5.
>
>   

ok - will remove it and see what happens thanks
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to