From 035a77831e0796438f61718fd200566d400daba9 Mon Sep 17 00:00:00 2001 From: Luca Bigliardi <shammash@google.com> Date: Tue, 25 Aug 2009 12:56:57 +0100 Subject: [PATCH] Document post cluster initialization LU Update hooks documentation with the new opcode (not deleting OP_INIT_CLUSTER from obsolete operations because the name is different). Signed-off-by: Luca Bigliardi <shammash@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- doc/hooks.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/hooks.rst b/doc/hooks.rst index 829ee3389..0224c8b98 100644 --- a/doc/hooks.rst +++ b/doc/hooks.rst @@ -306,6 +306,16 @@ Renames an instance. Cluster operations ~~~~~~~~~~~~~~~~~~ +OP_POST_INIT_CLUSTER +++++++++++++++++++++ + +This hook is called via a special "empty" LU right after cluster initialization. + +:directory: cluster-init +:env. vars: none +:pre-execution: none +:post-execution: master node + OP_CLUSTER_VERIFY +++++++++++++++++ -- GitLab