From: Christophe Courtaut Date: Mon, 8 Jul 2013 20:19:21 +0000 (+0200) Subject: doc: Fix env variables in vstart.sh documentation X-Git-Tag: v0.67-rc1~128^2~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F395%2Fhead;p=ceph.git doc: Fix env variables in vstart.sh documentation Signed-off-by: Christophe Courtaut --- diff --git a/doc/dev/dev_cluster_deployement.rst b/doc/dev/dev_cluster_deployement.rst index d79f7de4dfa1..589641f315ba 100644 --- a/doc/dev/dev_cluster_deployement.rst +++ b/doc/dev/dev_cluster_deployement.rst @@ -76,7 +76,10 @@ Options Environment variables ===================== -CEPH_NUM_{OSD,MDS,MON,RGW} +{OSD,MDS,MON,RGW} Theses environment variables will contains the number of instances of the desired ceph process you want to start. +Example: :: + + OSD=3 MON=3 RGW=1 vstart.sh