Skip to content

Commit 6dda3e2

Browse files
authored
Merge pull request ceph#53247 from zdover23/wip-doc-2023-09-01-readme-md-running-test-cluster
doc/README.md - improve "Running a test cluster" Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 7cd15f3 + 420ecc7 commit 6dda3e2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)