Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix start development cluster operation in index.rst #11233

Merged
merged 2 commits into from Oct 11, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/dev/index.rst
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we can drop this section "Building from source" as a whole, as https://github.com/ceph/ceph/blob/master/doc/dev/quick_guide.rst#running-a-development-deployment also documents this area.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now, it looks OK?

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