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 <[email protected]> --- doc/hooks.rst | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/doc/hooks.rst b/doc/hooks.rst index 829ee33..2779024 100644 --- a/doc/hooks.rst +++ b/doc/hooks.rst @@ -306,6 +306,17 @@ Renames an instance. Cluster operations ~~~~~~~~~~~~~~~~~~ +OP_POST_INIT_CLUSTER +++++++++++++++++++++ + +This is a special "empty" LU called after cluster initialization with the sole +purpose of running hooks ad cluster initialization time. + +:directory: cluster-init +:env. vars: none +:pre-execution: none +:post-execution: master node + OP_CLUSTER_VERIFY +++++++++++++++++ -- 1.5.4.3
