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

Use only 'start' command to start the NEO cluster.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1941 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 598f5e29
......@@ -58,7 +58,7 @@ Installation
d. Tell the cluster it can provide service.
neoctl start cluster
neoctl start
How to use
......
......@@ -30,9 +30,7 @@ action_dict = {
'node': 'setNodeState',
'cluster': 'setClusterState',
},
'start': {
'cluster': 'startCluster',
},
'start': 'startCluster',
'add': 'enableStorageList',
'drop': 'dropNode',
}
......
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