Comment #5 on issue 893 by [email protected]: gnt-instance migrate fails "Error while executing backend function: 'vlan'"
http://code.google.com/p/ganeti/issues/detail?id=893

I don't use Xen, but I suspect a corresponding change is required for that too.

That is, commit 6b47261a also added:

--- a/lib/hypervisor/hv_xen.py
+++ b/lib/hypervisor/hv_xen.py
@@ -458,6 +458,7 @@ class XenHypervisor(hv_base.BaseHypervisor):
     data.write("INTERFACE_UUID=%s\n" % nic.uuid)
     data.write("MODE=%s\n" % nic.nicparams[constants.NIC_MODE])
     data.write("LINK=%s\n" % nic.nicparams[constants.NIC_LINK])
+    data.write("VLAN=%s\n" % nic.nicparams[constants.NIC_VLAN])

     try:
       utils.WriteFile(cfg_file, data=data.getvalue())



--
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