Changes between Version 21 and Version 22 of Doc/LCG2/TemplateLayout


Ignore:
Timestamp:
Jul 13, 2006, 9:50:53 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/LCG2/TemplateLayout

    v21 v22  
    151151CE related templates support the following variables :
    152152
    153  * `CE_STATUS` : indicate the desired status of the CE. Can be `Production`, `Queuing`, `Draining` and `Closed`. All the necessary actions are taken to set the CE in the requested status. Default status is `Production`.
     153 * `CE_STATUS` : indicate the desired status of the CE. Can be `Production`, `Queuing`, `Draining` and `Closed`. All the necessary actions are taken to set the CE in the requested status. Default status (if variable is not specified) is `Production`. This variable can be used in conjunction to [WN_ATTRS] to drain queues and/or nodes. The meaning of each state is :
     154   * `Production` : this is the normal state. CE receives and processes jobs.
     155   * `Draining` : CE doesn't accept new jobs but continues to execute jobs queued (as long as they are WNs available to execute them).
     156   * `Closed` : CE doesn't accept new jobs and jobs already queued are not executed. Only running jobs can complete.
     157   * `Queuing` : CE accepts new jobs but will not execute them.
     158
     159