|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 470] limit on the number of vifs per VM
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=470
------- Comment #6 from alexander@xxxxxxxxxxxxx 2006-04-16 10:16 -------
Hi,
I tried to solve the problem without any success.
If have increased the ORDER_GRANT_FRAMES and NR_GRANT_FRAMES with horribe
results. (Userdomains explaind about false Disk IO Errors..)
I am frightened over the FAQ, saying XEN3 can only handle 3 interfaces in
userdomais.
Please tell me that this is a bug, not a feature.
I have checked XEN-3.0.2-2 + xen-unstable.hg (changeset 9667).
It does not make a difference to generate the interfaces in the configuration
or to add them later.
master1:/etc/xen/auto# cat test
kernel = "/boot/vmlinuz-2.6-xenU"
memory = 128
name = "test"
disk = [ 'phy:/dev/test1/test1,hda1,w' ]
root = "/dev/hda1 ro"
extra = "4"
master1:/etc/xen/auto# xm create test
Using config file "test".
Started domain test
master1:/etc/xen/auto# xm network-attach test mac=00:16:3e:00:11:01
bridge=xenbr0
master1:/etc/xen/auto# xm network-attach test mac=00:16:3e:00:11:02
bridge=xenbr0
master1:/etc/xen/auto# xm network-attach test mac=00:16:3e:00:11:03
bridge=xenbr0
master1:/etc/xen/auto# xm network-attach test mac=00:16:3e:00:11:04
bridge=xenbr0
Error: Device 3 not connected
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|