From cf9deac5074e1e3e6f54ad18e79a1348231fe1b6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 24 Apr 2012 10:07:49 -0700 Subject: vswitch.xml: Document Interface external-ids:iface-status. This has been implemented for a long time but we forgot to document it. Signed-off-by: Ben Pfaff --- vswitchd/vswitch.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'vswitchd') diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 13dd3148..b0f6be89 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1852,6 +1852,32 @@ commonly be the same as . + +

+ Hypervisors may sometimes have more than one interface associated + with a given , only one of + which is actually in use at a given time. For example, in some + circumstances XenServer has both a ``tap'' and a ``vif'' interface + for a single , but only + uses one of them at a time. A hypervisor that behaves this way must + mark the currently in use interface active and the + others inactive. A hypervisor that never has more than + one interface for a given + may mark that interface active or omit entirely. +

+ +

+ During VM migration, a given might transiently be marked active on + two different hypervisors. That is, active means that + this is the active + instance within a single hypervisor, not in a broader scope. +

+
+ The virtual interface associated with this interface. -- cgit v1.2.3