[ovirt-users] Making modules persistant on ovirt-node

Joey Boggs jboggs at redhat.com
Fri Jun 26 19:59:00 UTC 2015


On 06/26/2015 12:51 PM, Tim Macy wrote:
>
> 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.
>

You could create a script that rc.local calls in the background

---rc.local---
/path/to/script &



#!/bin bash
sleep 120 (or however long)
modprobe XXXXX
>
> Thank you, Tim
>
> On Jun 26, 2015 2:57 AM, "Fabian Deutsch" <fdeutsch at redhat.com 
> <mailto:fdeutsch at redhat.com>> wrote:
>
>     ----- Original Message -----
>     > I recently added FCOE to my oVirt-node servers and I need a way
>     for the
>     > modprobe to persist through reboot.
>
>     Hey Tim,
>
>     you can try adding the modprobe command to /etc/rc.d/rc.local
>      And the run
>
>     $ chmod a+x /etc/rc.d/rc.local
>     $ persist /etc/rc.d/rc.local
>
>     This might work, but it depends on when the FC device needs to be
>     accessible.
>
>     - fabian
>
>
>
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20150626/7b802c17/attachment-0001.html>


More information about the Users mailing list