Skip to content

Commit 5e9ad62

Browse files
committed
update Readme.md
1 parent 1594158 commit 5e9ad62

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ECM (Elassandra Cluster Manager)
44
A script/library to create, launch and remove an Elassandra cluster on
55
localhost.
66

7+
It's a fork of [ccm](https://github.com/pcmanus/ccm) modified to run Elassandra.
8+
79
Requirements
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

8687
Known 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

0 commit comments

Comments
 (0)