...so that people know how they can obtain back the old behavior of hcheck.
Signed-off-by: Klaus Aehlig <[email protected]> --- man/hcheck.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/hcheck.rst b/man/hcheck.rst index 1dd3931..acdefc1 100644 --- a/man/hcheck.rst +++ b/man/hcheck.rst @@ -36,6 +36,7 @@ Algorithm options: **[ \--evac-mode ]** **[ \--select-instances *inst...* ]** **[ \--exclude-instances *inst...* ]** +**[ \--no-capacity-checks ]** Reporting options: @@ -66,6 +67,11 @@ OPTIONS Only perform checks based on current cluster state, without trying to simulate rebalancing. +\--no-capacity-checks + Do not check for global N+1 redundancy, i.e., do not warn if the + shared-storage instances of one node cannot be moved to the others + should that node fail. + For a detailed description about the options listed above have a look at **htools**\(1), **hspace**\(1) and **hbal**\(1). -- 2.2.0.rc0.207.ga3a616c
