xenserver: In vif script, tolerate port existing when we (re)add it.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Feb 2010 22:35:08 +0000 (14:35 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Feb 2010 22:48:16 +0000 (14:48 -0800)
commit867cc7bd395b32a3516112127a04d41d9f1b15fc
tree453de2d026da313d583afc81446240ab4fdce6be
parentdcdf169e831c0697f04eecbdda216959eace2ce8
xenserver: In vif script, tolerate port existing when we (re)add it.

When a Windows VM boots, it initially has "vif" devices.  Then, when
XS Tools loads during boot, those "vif" devices disappear and then are
recreated under the same name.  The vif script is not called to remove
the old devices, but it is called to add the new ones.  It refused to do
this, however, because it saw the new device as having a duplicate name
(because the old was wasn't deleted).

This commit fixes the problem by making the vif script delete the port,
if it exists, before it adds it.

Bug #2425.

CC: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
xenserver/etc_xensource_scripts_vif