File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ ECM (Elassandra Cluster Manager)
44A script/library to create, launch and remove an Elassandra cluster on
55localhost.
66
7+ It's a fork of [ ccm] ( https://github.com/pcmanus/ccm ) modified to run Elassandra.
8+
79Requirements
810------------
911
@@ -57,7 +59,6 @@ To start a cluster with a tarball release downloaded from github:
5759 $ ecm create cluster-name -v 2.4.2-10 -n 3 -s -e
5860
5961### Others commands
60- (to install python dependencies)
6162``` bash
6263 # see the cluster status
6364 $ ecm status
@@ -85,8 +86,10 @@ To start a cluster with a tarball release downloaded from github:
8586
8687Known issues
8788------------
89+ - Not every options from ccm work with ecm. Only a limited subset is used.
90+ Support will be extended according to our needs.
8891
89- - ecm only works on localhost for now. If you want to create multiple
92+ - Ecm only works on localhost for now. If you want to create multiple
9093 node clusters, the simplest way is to use multiple loopback aliases. On
9194 modern linux distributions you probably don't need to do anything, but
9295 on Mac OS X, you will need to create the aliases with
You can’t perform that action at this time.
0 commit comments