|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 584] vif-route configures wrong interface for hmx domain
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=584
hugo-xen@xxxxxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hugo-xen@xxxxxxxxxxxxx
------- Comment #1 from hugo-xen@xxxxxxxxxxxxx 2006-12-08 07:36 -------
I'm seeing exactly the same problem with Xen 3.0.3. There's no obvious
parameter being passed to the network scripts to identify what the network
device should be.
My config:
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 256
shadow_memory = 8
name = "fc6"
vcpus=1
pae=1
acpi=1
apic=1
vif = [ 'type=ioemu, mac=00:16:3e:17:5e:65, ip=10.16.0.1' ]
disk = [ 'phy:/dev/primary/fc6-64-base,hda,w' ]
device_model = '/usr/local/' + arch_libdir + '/xen/bin/qemu-dm'
boot="dca"
sdl=0
vnc=1
vncdisplay=1
stdvga=0
serial='pty'
--
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-bugs] [Bug 584] vif-route configures wrong interface for hmx domains,
bugzilla-daemon <=
|
|
|
|
|