WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

Re: [Xen-API] race condition during /etc/xensource/scripts/vif call

To: George Shuklin <shuklin@xxxxxxxxxxx>
Subject: Re: [Xen-API] race condition during /etc/xensource/scripts/vif call
From: Jonathan Ludlam <Jonathan.Ludlam@xxxxxxxxxxxxx>
Date: Fri, 23 Sep 2011 00:07:03 +0100
Accept-language: en-US
Acceptlanguage: en-US
Cc: "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 22 Sep 2011 16:09:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1316704687.3692.11.camel@X220>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <1316704687.3692.11.camel@X220>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acx5fFnO4fN13iQBRW+A3yJc73GVvQ==
Thread-topic: [Xen-API] race condition during /etc/xensource/scripts/vif call
Interesting - it might be that you're racing with xapi - it's waiting for the 
hot plug key to be removed, which is what the xenstore-rm does. Have a look 
here:

https://github.com/xen-org/xen-api/blob/master/ocaml/xenops/device.ml#L752

(Note that this is more current than XCP 1.0 or 1.1, but the general gist is 
the same)

Jon
 
On 22 Sep 2011, at 16:18, George Shuklin wrote:

> Good day. 
> 
> Found strange situation for VM with two or more interfaces: data
> from /xapi for domain disappear before vif remove called second time.
> 
> Here little patch to vif script (against XCP 1.1 beta) to log XenStore
> state:
> 
> --- vif.orig  2011-05-19 02:32:19.000000000 +0400
> +++ vif       2011-09-22 19:11:10.000000000 +0400
> @@ -227,6 +227,8 @@
>         xenstore-rm "${HOTPLUG}/hotplug"
>     fi
>     logger -t scripts-vif "${dev} has been removed"
> +    echo ====domid=$DOMID===== >>/var/log/vif-race.log
> +    xenstore-ls /xapi >>/var/log/vif-race.log
>     remove_from_bridge
>     ;;
> esac
> 
> 
> To see 'strange' add to any vm two interfaces and reboot it.
> 
> In vif-race.log for second time vif call:
> ====domid=3=====
> 0 = ""
> hotplug = ""
>  vbd = ""
> private = ""
>  vbd = ""
>   51712 = ""
>    ref = "OpaqueRef:1a7992ae-a645-acc6-bf51-3a0202bdd4c7"
> frontend = ""
>  vbd = ""
> 3:
> 
> (no data for domid 3).
> 
> I'm not sure if this is a really serious bug, but I found my
> antispoofing patch does not remove rules from OVS for multihomed VM's
> due lack of 'bridge' variable for VIF (I'm calling remove_restiction()
> function in 'remove' case in vif script).
> 
> I got this bug in XCP 1.0 and XCP1.1 beta.
> 
> 
> 
> _______________________________________________
> xen-api mailing list
> xen-api@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/mailman/listinfo/xen-api


_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>