Skip to content

Commit

Permalink
man5: add "age" entry to manpage
Browse files Browse the repository at this point in the history
Problem: The flux-config-accounting manpage does not describe the "age"
factor in the priority plugin even though it is a factor in the
calculation of a job's priority.

Add "age" to the description of the priority factors in the
flux-config-accounting manpage.
  • Loading branch information
cmoussa1 committed Jun 3, 2024
1 parent dba9f43 commit 7cf9651
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/man5/flux-config-accounting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ the priority plugin have the following weights:
+-------------+--------+
| queue | 10000 |
+-------------+--------+
| age | 1000 |
+-------------+--------+

The ``accounting.factor-weights`` sub-table may contain the following keys:

Expand All @@ -34,6 +36,11 @@ queue
Integer value that represents the weight associated with submitting a job
to a certain queue.

age
Integer value that represents the weight associated with how long a job has
been able to be scheduled but could not due to an external constraint (e.g
a resource constraint).


EXAMPLE
=======
Expand All @@ -43,3 +50,4 @@ EXAMPLE
[accounting.factor-weights]
fairshare = 10000
queue = 1000
age = 100

0 comments on commit 7cf9651

Please sign in to comment.