From ed2d140976a18eebb4eef1a33526db2411a2f3da Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Wed, 12 Dec 2007 13:13:49 +0000 Subject: [PATCH] =?UTF-8?q?Update=20the=20man=20page=20for=20=E2=80=98gnt-?= =?UTF-8?q?cluster=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds some information about the new βverify-disksβ command. Reviewed-by: imsnah --- man/gnt-cluster.sgml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/man/gnt-cluster.sgml b/man/gnt-cluster.sgml index c98934a3f..bb18efb94 100644 --- a/man/gnt-cluster.sgml +++ b/man/gnt-cluster.sgml @@ -2,7 +2,7 @@ <!-- Fill in your name for FIRSTNAME and SURNAME. --> <!-- Please adjust the date whenever revising the manpage. --> - <!ENTITY dhdate "<date>June 20, 2007</date>"> + <!ENTITY dhdate "<date>December 12, 2007</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> <!ENTITY dhsection "<manvolnum>8</manvolnum>"> @@ -357,6 +357,26 @@ </para> </refsect2> + <refsect2> + <title>VERIFY-DISKS</title> + + <cmdsynopsis> + <command>verify-disks</command> + </cmdsynopsis> + + <para> + The command checks which instances have degraded DRBD disks + and activates the disks of those instances. + </para> + + <para> + This command is run from the <command>ganeti-watcher</command> + tool, which also has a different, complementary algorithm for + doing this check. Together, these two should ensure that DRBD + disks are kept consistent. + </para> + </refsect2> + <refsect2> <title>VERSION</title> -- GitLab