This option control the number of jobs in non-finalized non-queued state and was added some time ago. Document it in the man page as well.
Signed-off-by: Klaus Aehlig <[email protected]> --- man/gnt-cluster.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index 9f61d30..1f1e3a9 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -650,6 +650,7 @@ MODIFY | [\--add-uids *user-id pool definition*] | [\--remove-uids *user-id pool definition*] | [{-C|\--candidate-pool-size} *candidate\_pool\_size*] +| [--max-running-jobs *count* ] | [\--maintain-node-health {yes \| no}] | [\--prealloc-wipe-disks {yes \| no}] | [{-I|\--default-iallocator} *default instance allocator*] @@ -688,6 +689,10 @@ described in the **init** command. The ``--hypervisor-state`` and ``--disk-state`` options are described in detail in **ganeti**\(7). +The ``--max-running-jobs`` options allows to set limit on the +number of jobs in non-finished jobs that are not queued, i.e., +the number of jobs that are in waiting or running state. + The ``--add-uids`` and ``--remove-uids`` options can be used to modify the user-id pool by adding/removing a list of user-ids or user-id ranges. -- 2.1.0.rc2.206.gedb03e5
