From 3634eb9929d8e78bf0f3ee514814447b2ef86fd1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 27 Feb 2013 10:29:43 -0800 Subject: [PATCH] vswitch.xml: Document iface-status behavior for intra-hypervisor migration. Based on a face-to-face discussion. CC: Natasha Gude CC: Andrew Lambeth Signed-off-by: Ben Pfaff Acked-by: Ethan Jackson --- vswitchd/vswitch.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index e1d9372fe..30588a746 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1956,6 +1956,11 @@ two different hypervisors. That is, active means that this is the active instance within a single hypervisor, not in a broader scope. + There is one exception: some hypervisors support ``migration'' from a + given hypervisor to itself (most often for test purposes). During + such a ``migration,'' two instances of a single might both be briefly marked + active on a single hypervisor.

-- 2.43.0