Skip to content

Commit

Permalink
Merge pull request #259 from grondo/queues-clarify
Browse files Browse the repository at this point in the history
admin-guide: clarify queue property name requirements
  • Loading branch information
mergify[bot] authored Jan 24, 2024
2 parents 2f5c51d + 6ca2b84 commit c4978ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions guides/admin-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,12 @@ Adding Queues

It may be useful to configure a Flux system instance with multiple queues.
Each queue should be associated with a non-overlapping resource subset,
identified by property name. It is good practice for queues to create a
new property that has the same name as the queue.
identified by property name. It is good practice for queues to create a
new property that has the same name as the queue. (There is no requirement
that queue properties match the queue name, but this will cause extra entries
in the PROPERTIES column for these queues. When queue names match property
names, :command:`flux resource list` suppresses these matching properties
in its output.)

When queues are defined, all jobs must specify a queue at submission time.
If that is inconvenient, then ``policy.jobspec.defaults.system.queue`` may
Expand Down

0 comments on commit c4978ce

Please sign in to comment.