]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart.sh: Adds more ENV variables to configure dev cluster 522/head
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Wed, 21 Aug 2013 11:40:50 +0000 (13:40 +0200)
committerChristophe Courtaut <christophe.courtaut@gmail.com>
Wed, 21 Aug 2013 11:45:05 +0000 (13:45 +0200)
commit552bfe5be2a16ba1d2c36168843a415081ccfb0c
tree752823439f463cfae92867b7760302038e8b9d8e
parenta35ab949fd8e6e2e259076d76d0d41742f045398
vstart.sh: Adds more ENV variables to configure dev cluster

This patch adds a few ENV variables, so you can use vstart.sh
multiple time to launch multiple clusters

CEPH_DIR -> The working directory of the cluster
CEPH_DEV_DIR -> the dev directory of the cluster
CEPH_OUT_DIR -> the output directory of the cluster
CEPH_RGW_PORT -> the default radosgw port to start with

All theses new variables are set to default values if not specified,
which ones does not change the previous behaviour of vstart.sh

Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
src/vstart.sh