File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -174,24 +174,25 @@ are committed to git.)
174174
175175## Running a test cluster
176176
177- To run a functional test cluster,
177+ From the ` ceph/ ` directory, run the following commands to launch a test Ceph
178+ cluster:
178179
179180 cd build
180181 ninja vstart # builds just enough to run vstart
181182 ../src/vstart.sh --debug --new -x --localhost --bluestore
182183 ./bin/ceph -s
183184
184- Almost all of the usual commands are available in the bin/ directory.
185- For example,
185+ Most Ceph commands are available in the ` bin/ ` directory. For example:
186186
187187 ./bin/rados -p rbd bench 30 write
188188 ./bin/rbd create foo --size 1000
189189
190- To shut down the test cluster,
190+ To shut down the test cluster, run the following command from the ` build/ `
191+ directory:
191192
192193 ../src/stop.sh
193194
194- To start or stop individual daemons, the sysvinit script can be used:
195+ Use the sysvinit script to start or stop individual daemons:
195196
196197 ./bin/init-ceph restart osd.0
197198 ./bin/init-ceph stop
You can’t perform that action at this time.
0 commit comments