does not need to trigger the initscript, nodemanager now handles that
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 21 Jun 2010 13:58:56 +0000 (13:58 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 21 Jun 2010 13:58:56 +0000 (13:58 +0000)
python/vserver.py

index 31361ce..c6a1cc7 100644 (file)
@@ -133,9 +133,9 @@ class VServerConfig:
 
 class VServer:
 
-    # adding the sliver name is for helping in the forensics 
-    INITSCRIPTS = [('/etc/rc.vinit', 'start', '%(name)s'),
-                   ('/etc/rc.d/rc', '%(runlevel)d')]
+    # 2010 June 21 - Thierry 
+    # the slice initscript now gets invoked through rc - see sliver_vs.py in nodemanager
+    INITSCRIPTS = [('/etc/rc.d/rc', '%(runlevel)d')]
 
     def __init__(self, name, vm_id = None, vm_running = None, logfile=None):