hcheck now performs an additional check. So document it in the man page. Signed-off-by: Klaus Aehlig <[email protected]> --- man/hcheck.rst | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/man/hcheck.rst b/man/hcheck.rst index acdefc1..c64230c 100644 --- a/man/hcheck.rst +++ b/man/hcheck.rst @@ -60,6 +60,11 @@ simulation if necessary. For more information about the algorithm details check **hbal**\(1). +Additionally, hcheck also checks if the cluster is globally N+1 redundant. +That is, it checks for every node, if after failing over the DRBD instances +all instances on that node that with disks externally stored can be restarted +on some other node. + OPTIONS ------- -- 2.2.0.rc0.207.ga3a616c
