...and also mention what the default behavior is, if this option is not given.
Signed-off-by: Klaus Aehlig <[email protected]> --- man/hbal.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/hbal.rst b/man/hbal.rst index 44e4253..dd3daaa 100644 --- a/man/hbal.rst +++ b/man/hbal.rst @@ -34,6 +34,7 @@ Algorithm options: **[ \--ignore-soft-errors ]** **[ \--mond *yes|no* ]** **[ \--mond-xen ]** +**[ \--exit-on-missing-mond-data ]** **[ \--evac-mode ]** **[ \--restricted-migration ]** **[ \--select-instances *inst...* ]** @@ -425,6 +426,11 @@ The options that can be passed to the program are as follows: If given, also query Xen-specific collectors from MonD, provided that monitoring daemons are queried at all. +\--exit-on-missing-mond-data + If given, abort if the data obtainable from querying MonDs is incomplete. + The default behavior is to continue with a best guess based on the static + information. + \--mond-data *datafile* The name of the file holding the data provided by MonD, to override quering MonDs over the network. This is mostly used for debugging. The -- 2.2.0.rc0.207.ga3a616c
