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

No needs to set the partition table id here.

PT's make() will override it right after.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2307 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 2db4de86
......@@ -98,7 +98,6 @@ class RecoveryManager(MasterHandler):
# resert IDs generators
self.app.tm.setLastOID(ZERO_OID)
# build the partition with this node
pt.setID(ZERO_TID)
pt.make(node_list)
def connectionLost(self, conn, new_state):
......
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