From: Abhishek Lekshmanan Date: Fri, 18 Mar 2016 13:01:20 +0000 (+0100) Subject: doc: very basic doc on mstart X-Git-Tag: v10.1.1~137^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8207%2Fhead;p=ceph.git doc: very basic doc on mstart A very basic explanation of getting started with using mstart to deploy multiple clusters on a machine Signed-off-by: Abhishek Lekshmanan --- diff --git a/doc/dev/dev_cluster_deployement.rst b/doc/dev/dev_cluster_deployement.rst index 4c64c4f7766..2dd232f09a3 100644 --- a/doc/dev/dev_cluster_deployement.rst +++ b/doc/dev/dev_cluster_deployement.rst @@ -100,3 +100,30 @@ Theses environment variables will contains the number of instances of the desire Example: :: OSD=3 MON=3 RGW=1 vstart.sh + + +============================================================ + Deploying multiple development clusters on the same machine +============================================================ + +In order to bring up multiple ceph clusters on the same machine, *mstart.sh* a +small wrapper around the above *vstart* can help. + +Usage +===== + +To start multiple clusters, you would run mstart for each cluster you would want +to deploy, and it will start monitors, rgws for each cluster on different ports +allowing you to run multiple mons, rgws etc. on the same cluster. Invoke it in +the following way:: + + mstart.sh + +For eg:: + + ./mstart.sh cluster1 -n -r + + +For stopping the cluster, you do:: + + ./mstop.sh