GlobalFairshare section

Defines global fair share policies for multiple clusters.

Each global fair share policy definition begins with the line Begin GlobalFairshare and ends with the line End GlobalFairshare. The policy name (NAME) and participants (PARTICIPANTS) must be specified. All other parameters are optional.

After making any changes to lsb.globalpolicies, run badmin gpdrestart to reconfigure the global policy daemon.

The following is the template for this configuration file:
# Begin GlobalFairshare
# NAME = policy1
# PARTICIPANTS = queue1@cluster1 queue1@cluster2 queue1@cluster3
# SYNC_MODE = all
# SYNC_INTERVAL = 30
# DESCRIPTION = A global fair share policy
# End GlobalFairshare

Each line is described in the following subsections.