Commit 01bc2f88 authored by Aurel's avatar Aurel

add missing parameters


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@403 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent fd6f1513
......@@ -99,7 +99,8 @@ class VerificationEventHandler(StorageEventHandler):
p = Packet()
p.acceptNodeIdentification(packet.getId(), STORAGE_NODE_TYPE,
app.uuid, app.server[0], app.server[1])
app.uuid, app.server[0], app.server[1],
app.num_partitions, app.num_replicas)
conn.addPacket(p)
# Now the master node should know that I am not the right one.
......
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