Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-0

    ...

      1. towards the root: /B -> / (no cost)
      2. away from the root: / -> /A (1 cost)
      3. away from the root: /A -> /A/C (1 cost)

    Cross-cluster job priorities

    Tip
    iconfalse

    New in Qube 6.9-0

    Now in Qube 6.9, a job can be set to have the same priority across all clusters.  Prior to this release, a job could only be highest priority in its own cluster, and had to accept running at a reduced priority in other clusters. 

    Cluster priorities now allow you to use wildcards, by using a + character at the end of a cluster name, to match several clusters. Multiple clusters can also be specified by separating them with commas.

    Examples

    Specify a job's priority as 1 and a cluster as

    •  /+  : allow the job to run as priority 1 in all clusters on the farm.
    • /showA+,/showB+ : allow the job to run as priority 1 in all clusters that start with either showA or showB  

    Cluster Layout Choices (what goes where, and why)

    ...