>> 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
Yes, cobbler's post network config script adds it to the modprobe.conf, so it's redundant to add it to your bonding opts. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
