<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" id="owaParaStyle" style="display: none;">P {margin-top:0;margin-bottom:0;}</style><style type="text/css" id="owaParaStyle" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
</head>
<body dir="ltr" fpstyle="1" aria-label="Message body" tabindex="0">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000; margin: 0">
Have since learned that what I did was equivalent to using the "persist" command, and known not to work for modprobe and other things early in the boot process.
<div><br>
</div>
<div>Have also discovered that even mounting / read-write and using mount --bind to get at what's "under" /etc doesn't help. Am assuming that the "live-rw" filesystem is created at boot time from an image, and can't be modified short of building from source.
Is that correct?</div>
<div><br>
</div>
<div>It looks like perhaps what I want to do is install the ovirt-node packages onto my OS of choice (CentOS 6.4, currently.) Will do some reading and trying to see if that's possible. I see that it's documented on FC19 but would prefer to remain with CentOS.</div>
<div><br>
</div>
<div>Any tips are appreciated of course!<br>
<br>
Thanks,</div>
<div>
<div><br>
<div style="font-family:Tahoma; font-size:13px"><span lang="en-US">
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">Allen Belletti<br>
</span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">AVP Ed. Tech Engineering Innovation<br>
</span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">Georgia Gwinnett College</span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">678-407-5093</span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">www.ggc.edu<br>
</span></font></div>
</span></div>
</div>
<br>
<div dir="ltr" style="color: rgb(40, 40, 40);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> users-bounces@ovirt.org <users-bounces@ovirt.org> on behalf of Allen Belletti <allen@ggc.edu><br>
<b>Sent:</b> Wednesday, October 02, 2013 4:40 PM<br>
<b>To:</b> users@ovirt.org<br>
<b>Subject:</b> [Users] Customizing node configuration</font>
<div> </div>
</div>
<div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
Hello All,</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<br>
</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
I've been searching the archives and not yet managed to find anything on the subject, so I'm hoping that someone can point me in the right direction.</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<br>
</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
I am using nodes with Intel 10G network cards. The driver for these cards has been tweaked to complain (and fail to start the interface) if a non-Intel approved optical transceiver is in use. It's easy to override with the following options:</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<br>
</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
ixgbe.allow_unsupported_sfp=1</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<br>
</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
The usual ways of doing this are either to place it on the kernel command line at boot time, or in /etc/modprobe.d/ixgbe.conf where it would read "options ixgbe allow_unsupported_sfp=1". Unfortunately I have no idea how to make either of these permanent on
an oVirt node.</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<br>
</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
I'm running the ovirt-node-iso-3.0.1-1.0.2.vdsm.el6.iso image. It has an /etc/modprobe.d directory where changes do not persist across reboots. It also has /config/etc where I've added modprobe.d and modprobe.d/ixgbe.conf. 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.</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<br>
</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
So the general question is, how do I make configuration changes which persist across reboots? Surely others have run into the same situation when trying to support specific devices.</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<br>
</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
Thanks,</div>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
<div><br>
<div style="font-family:Tahoma; font-size:13px"><span lang="en-US">
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">Allen Belletti<br>
</span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">AVP Ed. Tech Engineering Innovation<br>
</span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">Georgia Gwinnett College</span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">678-407-5093</span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt">www.ggc.edu<br>
</span></font></div>
</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>