[Neo-report] r2023 gregory - /trunk/neo/master/handlers/administration.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 26 10:03:37 CEST 2010


Author: gregory
Date: Mon Apr 26 10:03:36 2010
New Revision: 2023

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

Modified:
    trunk/neo/master/handlers/administration.py

Modified: trunk/neo/master/handlers/administration.py
==============================================================================
--- trunk/neo/master/handlers/administration.py [iso-8859-1] (original)
+++ trunk/neo/master/handlers/administration.py [iso-8859-1] Mon Apr 26 10:03:36 2010
@@ -145,6 +145,7 @@
             node.setRunning()
         app.broadcastNodesInformation(node_list)
         # start nodes
+        # XXX: should start storages only when RUNNING
         for node in self.app.nm.getIdentifiedList(pool_set=uuid_set):
             node.notify(Packets.StartOperation())
         # broadcast the new partition table





More information about the Neo-report mailing list