Added Suspend/Resume events and corresponding flags in job state.
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 4 Nov 2005 14:59:16 +0000 (14:59 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 4 Nov 2005 14:59:16 +0000 (14:59 +0000)
org.glite.lb/project/events.T
org.glite.lb/project/status.T

index 607072d..3585e81 100644 (file)
 @type ReallyRunning    User payload started
        _optional_
        string  wn_seq          sequence code on the worker node
+
+@type Suspend          Job execution (queuing) was suspended
+       _optional_
+       string  reason          reason for the suspend
+
+@type Resume           Job execution (queuing) was resumed
+       _optional_
+       string  reason          reason for the resume
index 5c409a8..8fbbc80 100644 (file)
@@ -70,6 +70,9 @@ strlist       possible_destinations   Possible job destinations
 strlist possible_ce_nodes      CE nodes matching to possible_destinations
        _special_       XMLstructured
 
+bool   suspended       Job is suspended
+string suspend_reason  Reason for the suspend
+
 @type Submitted                entered by the user to the User Interface or registered by Job Partitioner
 @type Waiting          Accepted by WMS, waiting for resource allocation
 @type Ready            Matching resources found