Changes between Version 6 and Version 7 of Doc/gLite/TemplateCustomization/Services


Ignore:
Timestamp:
Feb 11, 2011, 2:27:24 PM (13 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization/Services

    v6 v7  
    203203''Note: cache mode, even though it is essentially independent of the LRMS, is currently implemented only for MAUI. Defining this variable for unsupported LRMS has no effect.''
    204204
    205 
     205It is possible to publish the share of each VO for each CE entry (queue). '''This is currently purely declarative and this information is not used for configuring the batch scheduler''' : be sure to publish something that matches (reasonably) your configuration. The value to publish must be declared in nlist `CE_VO_SHARES` where the key for each entry is the name of the VO and the value is a number representing the CE percentage guaranteed to the VO. This is typically defined in your [source:templates/trunk/sites/example/site/glite/config.tpl gLite parameters]. For example:
     206{{{
     207variable CE_VO_SHARES ?= nlist('atlas', 40,
     208                               'lhcb', 15.5,
     209                               'ops', 0.2,
     210                              );
     211}}}
    206212
    207213