<p dir="ltr">On my configuration the FC device needs to come up after the Ethernet module is loaded.  Using the methods suggested it is trying the load too early.   I need a way to run the modprobe very late in the boot process.</p>
<p dir="ltr">Thank you,  Tim</p>
<div class="gmail_quote">On Jun 26, 2015 2:57 AM, &quot;Fabian Deutsch&quot; &lt;<a href="mailto:fdeutsch@redhat.com">fdeutsch@redhat.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">----- Original Message -----<br>
&gt; I recently added FCOE to my oVirt-node servers and I need a way for the<br>
&gt; modprobe to persist through reboot.<br>
<br>
Hey Tim,<br>
<br>
you can try adding the modprobe command to /etc/rc.d/rc.local<br>
 And the run<br>
<br>
$ chmod a+x /etc/rc.d/rc.local<br>
$ persist /etc/rc.d/rc.local<br>
<br>
This might work, but it depends on when the FC device needs to be accessible.<br>
<br>
- fabian<br>
</blockquote></div>