From cd6e524973737de3351406c8b9d67870b467f339 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 30 Jun 2010 14:01:56 +0000 Subject: [PATCH] New FAQ section shared between the UG and AG. --- org.glite.lb.doc/src/LBAG.tex | 4 ++++ org.glite.lb.doc/src/LBUG.tex | 3 +++ org.glite.lb.doc/src/faq.tex | 24 ++++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 org.glite.lb.doc/src/faq.tex diff --git a/org.glite.lb.doc/src/LBAG.tex b/org.glite.lb.doc/src/LBAG.tex index 8748379..db63509 100644 --- a/org.glite.lb.doc/src/LBAG.tex +++ b/org.glite.lb.doc/src/LBAG.tex @@ -55,6 +55,10 @@ \newpage \input{LBAG-Troubleshooting} +\newpage +\input{faq} + +\newpage \nocite{jgc} \bibliographystyle{unsrt} \bibliography{lbjp} diff --git a/org.glite.lb.doc/src/LBUG.tex b/org.glite.lb.doc/src/LBUG.tex index 6fb9994..7a450b3 100644 --- a/org.glite.lb.doc/src/LBUG.tex +++ b/org.glite.lb.doc/src/LBUG.tex @@ -48,6 +48,9 @@ \newpage \input{LBUG-Troubleshooting} +\newpage +\input{faq} + \appendix \newpage \input{LBUG-Appendix} diff --git a/org.glite.lb.doc/src/faq.tex b/org.glite.lb.doc/src/faq.tex new file mode 100644 index 0000000..9fb76d0 --- /dev/null +++ b/org.glite.lb.doc/src/faq.tex @@ -0,0 +1,24 @@ +% +%% Copyright (c) Members of the EGEE Collaboration. 2004-2010. +%% See http://www.eu-egee.org/partners for details on the copyright holders. +%% +%% Licensed under the Apache License, Version 2.0 (the "License"); +%% you may not use this file except in compliance with the License. +%% You may obtain a copy of the License at +%% +%% http://www.apache.org/licenses/LICENSE-2.0 +%% +%% Unless required by applicable law or agreed to in writing, software +%% distributed under the License is distributed on an "AS IS" BASIS, +%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +%% See the License for the specific language governing permissions and +%% limitations under the License. +% + +\section{FAQ---Frequently Asked Questions} +\label{s:faq} + +\subsection{Job in State `Running' Despite Having Received the `Done' Event from LRMS} + +Jobs stay in state \emph{Running} until a \emph{Done} event is received from the workload management system. \emph{Done} events from local resource managers are not enough since the job in question may have been resubmitted in the meantime. + -- 1.8.2.3