From ef4d92b82459158a4710ac11351e34f8420c8506 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Fri, 4 Nov 2011 11:40:45 +0000 Subject: [PATCH] added PBS status info and corresponding items to events --- org.glite.lb.types/events.T | 10 ++++++---- org.glite.lb.types/status.T | 7 +++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/org.glite.lb.types/events.T b/org.glite.lb.types/events.T index b725b97..4fc010d 100644 --- a/org.glite.lb.types/events.T +++ b/org.glite.lb.types/events.T @@ -292,6 +292,8 @@ @type PBSQueued Job enqued string queue Queue name + string name Job name + string owner Job owner @type PBSDequeued Job dequeued @@ -324,10 +326,10 @@ int usage Type of record _code_ REQUESTED Requested value _code_ USED Consumed quantity - string name Name of resource - double quantity The quantity - _optional_ Bypass need of 'null value' - string unit Units (sec, kB, etc.) + string resource Resource's name. + double quantity Resources's quantity (how much). + _optional_ + string unit Units (sec, kB, etc.). @type PBSError Any error occured string error_desc Error reason diff --git a/org.glite.lb.types/status.T b/org.glite.lb.types/status.T index d64f2ad..21aec7b 100644 --- a/org.glite.lb.types/status.T +++ b/org.glite.lb.types/status.T @@ -109,6 +109,7 @@ string access_rights List of access rights (human readable variant of acl) _pad_ 55 string pbs_state Job state which would probably return PBS qstat (Q/R/C/....) +int pbs_substate Job substate string pbs_queue Name of queue in which is job queued string pbs_owner Owner of job string pbs_name Name of job @@ -116,7 +117,10 @@ string pbs_reason Glued reasons/errors leading to pending events string pbs_scheduler Name of pbs scheduler string pbs_dest_host Hostname of node where job is running int pbs_pid PID of running job -string pbs_resource_usage Glued resource usage +taglist pbs_resource_requested Resources requested + _special_ XMLstructured +taglist pbs_resource_usage Resource usage + _special_ XMLstructured int pbs_exit_status Job exit status string pbs_error_desc Glued error descriptions from error events @@ -190,4 +194,3 @@ _pad_ 20 @type Cancelled Cancelled by user. @type Unknown Status cannot be determined. @type Purged Job has been purged from bookkeeping server (for LB-RGMA interface). - -- 1.8.2.3