|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen startup takes long time. network-bridge ownership lo
I had some problems with bridge ownership and aliases on a bridge. I
ended up doing my bridging outside xen as xen always seemed to try to
get exclusive access to the attached physical interface or something
to that effect. I am using my distro to setup and manage the
networking and it works excellent.
- chris
On Wed, Jun 30, 2010 at 8:59 PM, jd <jdsw2002@xxxxxxxxx> wrote:
> Hi guys
>
> I have two nics and have created a custom script to create bridge. It is
> taking long time to bring up the interfaces while booting.
>
> The platform is SLES 11 SP1.
>
>
> dir=$(dirname "$0")
> "$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
> "$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1
>
> ==
> I put -x in the network-bridge and it seems to be waiting for some lock
> ownership. And this process is repeated for both interfaces.
>
> log is attached. Any pointers are appreciated.
>
> Thanks
> /Jd
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|