From 27f27b6ecd1297c1ff7949f2238fb2b8b7d5956a Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 21 Aug 2014 17:53:57 +0200 Subject: [PATCH] Document --max-tracked-jobs option of gnt-cluster modify The --max-tracked-jobs option allows to set the limit of job files watched via inotify; if the limit is exceeded, luxid will back off to periodic polling. The option was added some time ago. Document it in the man page as well. Signed-off-by: Klaus Aehlig Reviewed-by: Petr Pudlak --- man/gnt-cluster.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index 20d7108dd..e691865c1 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -683,6 +683,7 @@ MODIFY | [\--remove-uids *user-id pool definition*] | [{-C|\--candidate-pool-size} *candidate\_pool\_size*] | [--max-running-jobs *count* ] +| [--max-tracked-jobs *count* ] | [\--maintain-node-health {yes \| no}] | [\--prealloc-wipe-disks {yes \| no}] | [{-I|\--default-iallocator} *default instance allocator*] @@ -733,6 +734,11 @@ 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 ``--max-tracked-jobs`` options allows to set the limit on +the tracked jobs. Normally, Ganeti will watch waiting and running +jobs by tracking their job file with inotify. If this limit is +exceeded, however, Ganeti will back off and only periodically +pull for updates. 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 -- GitLab