From: Aleš Křenek Date: Fri, 4 Nov 2005 14:59:16 +0000 (+0000) Subject: Added Suspend/Resume events and corresponding flags in job state. X-Git-Tag: gridsite-core_R_1_1_15~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ce82979b05919df7f90f0d70e78e62de300959a4;p=jra1mw.git Added Suspend/Resume events and corresponding flags in job state. --- diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 607072d..3585e81 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -191,3 +191,11 @@ @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 diff --git a/org.glite.lb/project/status.T b/org.glite.lb/project/status.T index 5c409a8..8fbbc80 100644 --- a/org.glite.lb/project/status.T +++ b/org.glite.lb/project/status.T @@ -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