Call PostInitCluster from 'gnt-cluster init'.
Signed-off-by: Luca Bigliardi <[email protected]>
---
Please git-am this if LGTY.
scripts/gnt-cluster | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/scripts/gnt-cluster b/scripts/gnt-cluster
index 5e34201..e7b0198 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
--
1.5.4.3