|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Changing MTU of vif
> Subject: Re: [Xen-users] Changing MTU of vif
>
> Tracy R Reed wrote:
> > case "$command" in
> > online)
> > setup_bridge_port "$vif"
> > add_to_bridge "$bridge" "$vif"
> > if [ ${bridge} = "stbr0" ]; then
> > ip link set ${dev} mtu 9000
> > fi
>
> Oops...that ${dev} should have been ${vif}. But either way I still have
> the same problem. The xm create command just hangs.
>
> Ok, another take on this: Anyone know how I can debug what is going on
> inside the vif-bridge script?
You can, for example, put "set -x" at the top of the
/etc/xen/scripts/vif-common.sh script and then you get the output of that in
/var/log/xen-hotplug.log.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|