Revision 140aa4a8 scripts/gnt-cluster

b/scripts/gnt-cluster
74 74
    return 1
75 75

  
76 76
  op = opcodes.OpDestroyCluster()
77
  SubmitOpCode(op)
77
  master = SubmitOpCode(op)
78
  # if we reached this, the opcode didn't fail; we can proceed to
79
  # shutdown all the daemons
80
  bootstrap.FinalizeClusterDestroy(master)
78 81
  return 0
79 82

  
80 83

  

Also available in: Unified diff