From 3552cd2e4c3224890ec08552f6e8e8237bb8c500 Mon Sep 17 00:00:00 2001 From: Luca Bigliardi <shammash@google.com> Date: Mon, 10 Aug 2009 09:59:50 +0100 Subject: [PATCH] Run post cluster initialization LU Call PostInitCluster from 'gnt-cluster init'. Signed-off-by: Luca Bigliardi <shammash@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- scripts/gnt-cluster | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gnt-cluster b/scripts/gnt-cluster index 5e3420126..e7b01980d 100755 --- a/scripts/gnt-cluster +++ b/scripts/gnt-cluster @@ -92,6 +92,8 @@ def InitCluster(opts, args): candidate_pool_size=opts.candidate_pool_size, modify_etc_hosts=opts.modify_etc_hosts, ) + op = opcodes.OpPostInitCluster() + SubmitOpCode(op) return 0 -- GitLab