Icon

    This is the documentation for for an older version of Qube.

    Documentation for the latest release is available here.

    You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    Global resources are defined in the Supervisor using the qb.conf file. The configuration parameter is called supervisor_global_resources. The following specifies the configuration entry:

    supervisor_global_resources = resspec [, resspec,…]

    where resspec is one or more comma-delimited resource specifications. In the case of a global resource, the resource specification is described as:

        global.name=quantity

    where name is the name of the resource, and quantity is the total number of named resources available.

    Example

    Here is an example for a site that has two licenses for Shake:

    supervisor_global_resources = global.shake=2

    • No labels