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-devel

[Xen-devel] Re: [PATCH 2 of 2] xendomains: remove unnecessary dependency

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: [PATCH 2 of 2] xendomains: remove unnecessary dependency of xend
From: Fantu <fantonifabio@xxxxxxxxxx>
Date: Thu, 26 May 2011 13:06:28 -0700 (PDT)
Delivery-date: Thu, 26 May 2011 13:08:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <H0000067000ae923.1306434407.uhura.space.zz@MHS>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <H0000067000ae923.1306434407.uhura.space.zz@MHS>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
is not correct, xend must be moved to shoud for correct start/stop if is in
active service and xenstored must be add in require for correct start/stop
in xl only (without xend)

# HG changeset patch
# User Fabio Fantoni
# Date 1306440094 -7200
# Branch fabio
# Node ID a04915fc5af828e6b41326e8d601bb94435a13b9
# Parent  3bfc3d4e4792831a80821143a06d8f4b25a9fb43
tools/hotplug/Linux/init.d/xendomains: modified LBS header:
- move xend to should, is not require must if present must be in correct
start/stop order
- add xenstored to requires because must be in correct start/stop order in
xl only

Signed-off-by: Fabio Fantoni &lt;fabio.fantoni@xxxxxxxxxx&gt;

diff -r 3bfc3d4e4792 -r a04915fc5af8 tools/hotplug/Linux/init.d/xendomains
--- a/tools/hotplug/Linux/init.d/xendomains     Tue May 24 14:30:03 2011 +0200
+++ b/tools/hotplug/Linux/init.d/xendomains     Thu May 26 22:01:34 2011 +0200
@@ -16,10 +16,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:          xendomains
-# Required-Start:    $syslog $remote_fs xend
-# Should-Start:
-# Required-Stop:     $syslog $remote_fs xend
-# Should-Stop:
+# Required-Start:    $syslog $remote_fs xenstored
+# Should-Start:      xend
+# Required-Stop:     $syslog $remote_fs xenstored
+# Should-Stop:       xend
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start/stop secondary xen domains

--
View this message in context: 
http://xen.1045712.n5.nabble.com/PATCH-2-of-2-xendomains-remove-unnecessary-dependency-of-xend-tp4429591p4429914.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

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