Comment #1 on issue 636 by [email protected]: xen-hvm GNU/Linux instances: vif type of ioemu breaks netboot and PVHVM compatibility
https://code.google.com/p/ganeti/issues/detail?id=636

still happens in 2.11. please fix it

my Workaround:

--- ganeti-2.11.5.orig/lib/hypervisor/hv_xen.py
+++ ganeti-2.11.5/lib/hypervisor/hv_xen.py
@@ -1381,8 +1381,8 @@ class XenHvmHypervisor(XenHypervisor):
       nic_type_str = ", type=paravirtualized"
     else:
       # parameter 'model' is only valid with type 'ioemu'
-      nic_type_str = ", model=%s, type=%s" % \
-        (nic_type, constants.HT_HVM_VIF_IOEMU)
+      # thats not true!!!!!!! remove type= if PVHVM
+      nic_type_str = ", model=%s" % nic_type
     for idx, nic in enumerate(instance.nics):
       nic_str = "mac=%s%s" % (nic.mac, nic_type_str)
       ip = getattr(nic, "ip", None)




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to