[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
  • 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
  • List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>

# 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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.