A new option was added to gnt-cluster verify-disks to restrict verification to a single group only. Describe it in the man page as well.
Signed-off-by: Klaus Aehlig <[email protected]> --- man/gnt-cluster.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index c178500..0f9dff7 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -985,11 +985,14 @@ List of error codes: VERIFY-DISKS ~~~~~~~~~~~~ -**verify-disks** +**verify-disks** [\--node-group *nodegroup*] The command checks which instances have degraded DRBD disks and activates the disks of those instances. +With ``--node-group``, restrict the verification to those nodes and +instances that live in the named group. + This command is run from the **ganeti-watcher** tool, which also has a different, complementary algorithm for doing this check. Together, these two should ensure that DRBD disks are kept -- 2.2.0.rc0.207.ga3a616c
