Skip to content

Commit

Permalink
doc: fix start development cluster operation in index.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Zhang <[email protected]>
  • Loading branch information
zealoussnow committed Sep 27, 2016
1 parent 1f5d75f commit ee1de7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/dev/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ Development-mode cluster
You can start a development-mode Ceph cluster, after compiling the source,
with::

cd src
install -d -m0755 out dev/osd0
./vstart.sh -n -x -l
cd build
make vstart
../src/vstart.sh -n -x -l
# check that it's there
./ceph health
./bin/ceph health

For more ``vstart.sh`` examples, see :doc:`/dev/quick_guide`.

Expand Down

0 comments on commit ee1de7d

Please sign in to comment.