There is now a new option in gnt-cluster modify to specify the filename of the script diagnose data collector will run to get information about node health.
Signed-off-by: BSRK Aditya <[email protected]> --- man/gnt-cluster.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index 38f236e..cd60f6e 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -715,6 +715,7 @@ MODIFY | [\--maintenance-interval *seconds*] | [\--auto-balance-cluster {yes \| no }] | [\--auto-balance-threshold *score* ] +| [\--diagnose-data-collector-filename *filename*] Modify the options for the cluster. @@ -786,6 +787,11 @@ data collector. The second option expects similar pairs of collector name and number of seconds specifying the interval at which the collector shall be collected. +The ``--diagnose-data-collector-filename`` option specifies the filename +of the script diagnose data collector should run. If this value is an +empty string, the data collector will return sucess without running +anything. The default value is empty string. + The ``--maintenance-interval`` option specified the minimal waiting time by the maintenance daemon between maintenance rounds. The ``--auto-balance-cluster`` option tell the maintenance daemon -- 1.7.10.4
