Commit 89c01627 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Add a FIXME on the master administration handler about an issue with the 'drop'

neoctl command on disconnected nodes.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1205 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 6c672fea
......@@ -71,6 +71,9 @@ class AdministrationHandler(MasterHandler):
p = protocol.noError('node state changed')
conn.answer(p, packet.getId())
else:
# FIXME: this is wrong, what about a disconnected node to set in
# down state ? we can't get a connection to it but still set the
# state.
# first make sure to have a connection to the node
node_conn = None
conn_found = False
......
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