Hi,<div><br></div><div>you are right. I've created a ticket to solve this for the next release:</div><div><a href="http://dev.opennebula.org/issues/1676" target="_blank">http://dev.opennebula.org/issues/1676</a><br></div>

<div><br></div>
<div>cheers,<br>Jaime</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 30, 2012 at 7:56 AM, 于长江 <span dir="ltr"><<a href="mailto:yuchj@neusoft.com" target="_blank">yuchj@neusoft.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>





<div style="MARGIN:10px">
<div>
<div>As i said, with 8021q driver, network configuration won't work after host 
reboot. Does One notice this? </div>
<div> </div>
<div></div>
<div>Here is my solution for <span style="COLOR:#0000ff;FONT-WEIGHT:bold">rhel </span>below: (Is this ok?)</div>
<div># cat $ONE_LOCATION/var/remotes/vnm/802.1Q/HostManaged.rb </div>
<div>require 'OpenNebulaNetwork' </div>
<div>...</div>
<div>
<div>def create_bridge(bridge)</div>
<div>    OpenNebula.exec_and_log_no_exit("#{COMMANDS[:brctl]} 
addbr #{bridge}")</div>
<div><span style="COLOR:#0000ff;FONT-WEIGHT:bold">    
OpenNebula.exec_and_log_no_exit("sudo sh -c 'echo brctl addbr #{bridge} >> 
/etc/rc.d/rc.local'")</span></div>
<div>end</div>
<div>...</div>
<div>
<div>def create_dev_vlan(dev, vlan)</div>
<div>    OpenNebula.exec_and_log("#{COMMANDS[:vconfig]} add 
#{dev} #{vlan}")</div>
<div><span style="COLOR:#0000ff;FONT-WEIGHT:bold">    
OpenNebula.exec_and_log("sudo sh -c 'echo vconfig add #{dev} #{vlan} >> 
/etc/rc.d/rc.local'")</span></div>
<div>end</div>
<div>...</div>
<div>
<div>def attach_brigde_dev(bridge, dev, vlan=nil)</div>
<div>    dev = "#{dev}.#{vlan}" if vlan</div>
<div>    OpenNebula.exec_and_log("#{COMMANDS[:brctl]} addif 
#{bridge} #{dev}")</div>
<div><span style="COLOR:#0000ff;FONT-WEIGHT:bold">    
OpenNebula.exec_and_log("sudo sh -c 'echo brctl addif #{bridge} #{dev} >> 
/etc/rc.d/rc.local'")</span></div>
<div>end</div>
<div>...</div>
<div>
<div>def ifup(dev, vlan=nil)</div>
<div>    dev = "#{dev}.#{vlan}" if vlan</div>
<div>    OpenNebula.exec_and_log("#{COMMANDS[:ip]} link set 
#{dev} up")</div>
<div><span style="COLOR:#0000ff;FONT-WEIGHT:bold">    
OpenNebula.exec_and_log("sudo sh -c 'echo ip link set #{dev} up >> 
/etc/rc.d/rc.local'")</span></div>
<div>end</div>
<div>...</div></div></div></div></div></div>
<div> </div>
<hr style="WIDTH:210px;min-height:1px" align="left" color="#b5c4df" size="1">

<div><span><span style="FONT-FAMILY:Calibri;COLOR:#800080;FONT-SIZE:10pt">于长江 |  
东软</span></span></div><p>---------------------------------------------------------------------------------------------------<br>
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) <br>
is intended only for the use of the intended recipient and may be confidential and/or privileged of <br>
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is <br>
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying <br>
is strictly prohibited, and may be unlawful.If you have received this communication in error,please <br>
immediately notify the sender by return e-mail, and delete the original message and all copies from <br>
your system. Thank you. <br>
---------------------------------------------------------------------------------------------------</p></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br></div>
<br clear="all"><div><br></div>-- <br>Jaime Melis<br>Project Engineer<br>OpenNebula - The Open Source Toolkit for Cloud Computing<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:jmelis@opennebula.org" target="_blank">jmelis@opennebula.org</a><br>