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

Add an XXX when StartStorage packet is sent from administration handler.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2023 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4df31ae1
...@@ -145,6 +145,7 @@ class AdministrationHandler(MasterHandler): ...@@ -145,6 +145,7 @@ class AdministrationHandler(MasterHandler):
node.setRunning() node.setRunning()
app.broadcastNodesInformation(node_list) app.broadcastNodesInformation(node_list)
# start nodes # start nodes
# XXX: should start storages only when RUNNING
for node in self.app.nm.getIdentifiedList(pool_set=uuid_set): for node in self.app.nm.getIdentifiedList(pool_set=uuid_set):
node.notify(Packets.StartOperation()) node.notify(Packets.StartOperation())
# broadcast the new partition table # broadcast the new partition table
......
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