Alan Pevec
2008-Sep-22 19:48 UTC
[Ovirt-devel] [PATCH ovirt-appliance] use virtio_net in appliance
cannot use virtio_net for "fake" Nodes:
"No valid PXE rom found for network device"
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
create-ovirt-appliance | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/create-ovirt-appliance b/create-ovirt-appliance
index b2804b6..2689a49 100755
--- a/create-ovirt-appliance
+++ b/create-ovirt-appliance
@@ -128,9 +128,11 @@ gen_app() {
</disk>
<interface type='network'>
<source network='default'/>
+ <model type='virtio'/>
</interface>
<interface type='network'>
<source network='$BRIDGENAME'/>
+ <model type='virtio'/>
</interface>
<serial type='pty'>
<target port='0'/>
--
1.5.5.1
Chris Lalancette
2008-Sep-23 06:50 UTC
[Ovirt-devel] [PATCH ovirt-appliance] use virtio_net in appliance
Alan Pevec wrote:> cannot use virtio_net for "fake" Nodes: > "No valid PXE rom found for network device"Ah yes, that's a problem. I thought there was some work with gPXE to get this to work, but I'm not sure where that is. In any case, doing virtio on the appliance itself is a good idea, so ACK to that. Chris Lalancette