From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Ayres Subject: vif-script not being invoked on domain shutdown/destroy? Date: Mon, 14 Nov 2005 13:11:32 -0500 Message-ID: <4378D354.30204@tektonic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is on a snapshot from 11/12/2005 of unstable. I wrote some quick debug code into vif-route to see what is going on during runtime, ex: echo "xenbus_path = $XENBUS_PATH" >>/root/route.log echo "command = $command" >>/root/route.log After starting/stopping a domain a few times it contains: xenbus_path = backend/vif/20/0 command = online xenbus_path = backend/vif/21/0 command = online Is this a bug or is there some new way to have commands run on domain shutdown?