From 470e7e060548a708e0189902f7dbbcd2c69776f6 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 30 Apr 2008 09:30:06 +0000 Subject: [PATCH] hooks.sgml: Add cluster-verify hooks information Reviewed-by: iustinp --- doc/hooks.sgml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/hooks.sgml b/doc/hooks.sgml index eb89c7ebd..6afbb6b4f 100644 --- a/doc/hooks.sgml +++ b/doc/hooks.sgml @@ -291,6 +291,15 @@ <entry><constant>INSTANCE_NAME</constant>, <constant>OLD_SECONDARY</constant>, <constant>NEW_SECONDARY</constant></entry> </row> + <row> + <entry>OP_CLUSTER_VERIFY</entry> + <entry><filename class="directory">cluster-verify</filename></entry> + <entry>Verifies the cluster status</entry> + <entry><computeroutput>gnt-cluster verify</computeroutput></entry> + <entry><constant>CLUSTER</constant>, <constant>MASTER</constant></entry> + <entry>NONE</entry> + <entry>all nodes</entry> + </row> </tbody> </tgroup> </table> -- GitLab