
Thanks Gianluca! As it turns out, I reinstalled the node with CentOS 6.4 and was then able to configure it from within ovirt-engine 3.3. The only glitch was having to change the cluster's emulated machine type from pc-1.0 to pc, since I've got 3.1 (or 3.0?) level nodes, and the ovirt-engine was upgraded from 3.1 to 3.3 the other day. Up and running VMs on the new node, at least to test! Allen Belletti AVP Ed. Tech Engineering Innovation Georgia Gwinnett College 678-407-5093 www.ggc.edu ________________________________________ From: Gianluca Cecchi <gianluca.cecchi@gmail.com> Sent: Wednesday, October 02, 2013 6:56 PM To: Allen Belletti Cc: users@ovirt.org Subject: Re: [Users] Customizing node configuration 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