Commit 1d645dda authored by Grégory Wisniewski's avatar Grégory Wisniewski

Notify only admin nodes about new storage during recovery.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2092 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 9552321b
......@@ -141,8 +141,9 @@ class RecoveryManager(MasterHandler):
except IndexError:
raise ProtocolError('Invalid offset')
else:
self.app.broadcastNodesInformation(new_nodes)
notification = Packets.SendPartitionTable(ptid, row_list)
# notify the admin nodes
for node in self.app.nm.getAdminList(only_identified=True):
node.notify(notification)
self.app.sendPartitionTable(node.getConnection())
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