On Thu, Oct 3, 2013 at 12:09 AM, Allen Belletti wrote: > By adding this file to /config/files, I've been able to make it appear in > /etc/modprobe.d at boot time. This has no effect. It appears to take place > after the ixgbe driver has already been started. If I "rmmod ixgbe" and > "modprobe ixgbe" manually, it works fine.
If I remember correctly the file /etc/rc.d/rc.local is persisted/persistable, so if it's still true in the mean time you can put as a workaround in it modprobe -r ixgbe modprobe ixgbe HIH, Gianluca _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

