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

[Xen-API] [PATCH] Included Forking Executioner daemon (fe) in xe-toolsta

To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] Included Forking Executioner daemon (fe) in xe-toolstack-restart
From: Rob Hoes <rob.hoes@xxxxxxxxxx>
Date: Wed, 13 Jan 2010 12:17:24 +0000
Delivery-date: Wed, 13 Jan 2010 04:17:33 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Rob Hoes <rob.hoes@xxxxxxxxxx>
Included Forking Executioner daemon (fe) in xe-toolstack-restart

Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>

diff -r 52e41d0c24ee scripts/xe-toolstack-restart
--- a/scripts/xe-toolstack-restart      Tue Jan 12 17:21:57 2010 +0000
+++ b/scripts/xe-toolstack-restart      Wed Jan 13 09:55:35 2010 +0000
@@ -1,6 +1,15 @@
 #!/bin/bash
+# Copyright (c) 2008,2009,2010 Citrix Systems, Inc.
 #
-# Copyright (c) Citrix Systems 2008. All rights reserved.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; version 2.1 only. with the special
+# exception on linking described in file LICENSE.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License for more details.
 #
 
 POOLCONF=`cat /etc/xensource/pool.conf`
@@ -9,6 +18,7 @@
 service v6d stop
 service squeezed stop
 service perfmon stop
+service fe stop
 if [ $POOLCONF == "master" ]; then
        /etc/xensource/master.d/03-mpathalert-daemon stop;
 fi
@@ -18,6 +28,7 @@
 if [ $POOLCONF == "master" ]; then
        /etc/xensource/master.d/03-mpathalert-daemon start;
 fi
+service fe start
 service perfmon start
 service squeezed start
 service v6d start

Attachment: fe-in-xe-toolstack-restart
Description: Text document

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] Included Forking Executioner daemon (fe) in xe-toolstack-restart, Rob Hoes <=