CREAM jobs.
authorJiří Filipovič <fila@ics.muni.cz>
Mon, 29 Mar 2010 13:43:57 +0000 (13:43 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Mon, 29 Mar 2010 13:43:57 +0000 (13:43 +0000)
org.glite.lb.doc/src/LBUG-Appendix.tex
org.glite.lb.doc/src/LBUG-Introduction.tex

index c6ea374..19e4eb3 100644 (file)
@@ -120,3 +120,20 @@ CONNPOOL\_SIZE &
 For backward compatibility, all \verb'GLITE_WMS_*' variables can be prefixed by
 \verb'EDG_WL_' instead, for example \verb'EDG_WL_LOG_DESTINATION'.
 
+\newpage
+\subsection{CREAM Job States Mapping}
+\label{a:creammapping}
+
+\begin{tabularx}{\textwidth}{>{\bfseries}lX}
+CREAM state    & \LB state \\
+Registered     & Submited \\
+Pending        & Waiting \\
+Idle           & Scheduled \\
+Running                & Running \\
+Really Running & Running \\
+% Held
+Done OK                & Done \\
+Done Failed    & Done \\
+Aborted                & Aborted \\
+Cancelled      & Cancelled \\
+\end{tabularx}
index 2402889..86754aa 100644 (file)
@@ -907,6 +907,11 @@ CE's should be penalized or completely avoided
 when RB decides where jobs get submitted.
 
 
+\subsubsection{CREAM jobs}
+In \LB 2.1, the basic support for CREAM jobs is implemented. The \LB gather events from CREAM performing both mapping CREAM attributes to WMS attributes (if possible) and storing CREAM-specific atributes. Thus, the jobs submitted directly to computing element can be tracked by \LB as well as data from WMS are extended. The CREAM job states are mapped to \LB ones according to Appendix \ref{a:creammapping}.
+
+CREAM events are generated from CREAM executor and LRMS, the generic event CREAMStatus is generated when the CREAM notifies that the job status has been changed.
+
 \subsubsection{Non-gLite event sources}
 \label{sec:nonglite}