From eec903a6ec62bb4274a9fdd3213dc2e78dad71c6 Mon Sep 17 00:00:00 2001 From: Christophe Courtaut Date: Mon, 8 Jul 2013 22:19:21 +0200 Subject: [PATCH] doc: Fix env variables in vstart.sh documentation Signed-off-by: Christophe Courtaut --- doc/dev/dev_cluster_deployement.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3