<div dir="ltr"><b>Here is S40-network's content:</b><div><div><b>$ cat</b><font color="#ff0000" style="background-color:rgb(255,255,255)"> /etc/rc3.d/S40-network</font></div><div>#!/bin/sh</div><div>#</div><div># Start the network....</div>
<div>#</div><div><br></div><div>case "$1" in</div><div>  start)</div><div> <span class="" style="white-space:pre">    </span>echo "Starting network..."</div><div><span class="" style="white-space:pre">       </span>/sbin/ifup -a</div>
<div><span class="" style="white-space:pre">    </span>;;</div><div>  stop)</div><div><span class="" style="white-space:pre">  </span>echo -n "Stopping network..."</div><div><span class="" style="white-space:pre">    </span>/sbin/ifdown -a</div>
<div><span class="" style="white-space:pre">    </span>;;</div><div>  restart|reload)</div><div><span class="" style="white-space:pre">        </span>"$0" stop</div><div><span class="" style="white-space:pre">        </span>"$0" start</div>
<div><span class="" style="white-space:pre">    </span>;;</div><div>  *)</div><div><span class="" style="white-space:pre">     </span>echo $"Usage: $0 {start|stop|restart}"</div><div><span class="" style="white-space:pre">   </span>exit 1</div>
<div>esac</div><div><br></div><div>exit $?</div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/27 Razique Mahroua <span dir="ltr"><<a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Does the instance start on the new node? Does the network goes up if you check via VNC?<div>
<br><div><div>Le 27 août 2013 à 11:32, 郭龙仓 <<a href="mailto:guolongcang.work@gmail.com" target="_blank">guolongcang.work@gmail.com</a>> a écrit :</div><br><blockquote type="cite"><div class="im"><div dir="ltr">If I create a vmA on hostA, then migrate the vmA to hostB ,  then vmA cannot connect to the network;  If I move vmA back to  hostA from hostB ,then vmA's network become normal again.</div>
<div class="gmail_extra">
<br><br><div class="gmail_quote">2013/8/27 郭龙仓 <span dir="ltr"><<a href="mailto:guolongcang.work@gmail.com" target="_blank">guolongcang.work@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><br></div>
</blockquote></div><br></div></div><div class="im">
_______________________________________________<br>Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</div></blockquote></div><br></div></div></blockquote></div><br></div>