Add a more instructive Event message to reconstruct what actually occurred as
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 7 Oct 2010 16:56:39 +0000 (12:56 -0400)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 7 Oct 2010 16:56:39 +0000 (12:56 -0400)
well as the return value from the reboot attempt.

PLC/Methods/RebootNodeWithPCU.py

index 88c2225..751f9fd 100644 (file)
@@ -78,6 +78,6 @@ class RebootNodeWithPCU(Method):
         node.update_last_pcu_reboot(commit=True) # commits new timestamp to node 
 
         self.event_objects = {'Node': [node['node_id']]}
-        self.message = "RebootNodeWithPCU called"
+        self.message = "RebootNodeWithPCU %s with %s returned %s" % (node['node_id'], pcu['pcu_id'], ret)
 
         return ret