Commit e141d8b4 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove TODO, master ask for nodes and partition table itself.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@974 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent ab39302c
......@@ -33,9 +33,6 @@ class AdministrationHandler(MasterHandler):
app = self.app
# I'm the primary
conn.answer(protocol.answerPrimaryMaster(app.uuid, []), packet)
# TODO: Admin will ask itself for these data
app.sendNodesInformations(conn)
app.sendPartitionTable(conn)
def handleSetClusterState(self, conn, packet, name, state):
self.checkClusterName(name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment