Skip to content

Commit

Permalink
Merge pull request #11233 from zealoussnow/wip-0927
Browse files Browse the repository at this point in the history
doc: fix start development cluster operation in index.rst

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Oct 11, 2016
2 parents bee4218 + 5582407 commit 4f40fca
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions doc/dev/index.rst
Expand Up @@ -163,21 +163,12 @@ All newcomers are encouraged to read that file carefully.
Building from source
--------------------

See instructions at :doc:`/dev/quick_guide` and :doc:`/install/build-ceph`.
See instructions at :doc:`/install/build-ceph`.

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
# check that it's there
./ceph health

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

Backporting
-----------
Expand Down

0 comments on commit 4f40fca

Please sign in to comment.