From: Kefu Chai Date: Mon, 22 Apr 2019 13:26:39 +0000 (+0800) Subject: doc/dev/corpus.rst: correct instructions X-Git-Tag: v15.1.0~2832^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27741%2Fhead;p=ceph.git doc/dev/corpus.rst: correct instructions * should keep all OSD up and running, otherwise some tests will wait for healthy cluster for ever. * should start 2 MGR for an active-standby setting -- better coverage this way Signed-off-by: Kefu Chai --- diff --git a/doc/dev/corpus.rst b/doc/dev/corpus.rst index 368ff0518848..13a4eef4ba58 100644 --- a/doc/dev/corpus.rst +++ b/doc/dev/corpus.rst @@ -36,14 +36,15 @@ We can generate an object corpus for a particular version of ceph like so. #. Start via vstart:: cd build - MON=3 OSD=3 MDS=3 RGW=1 ../src/vstart.sh -n -x + MON=3 MGR=2 OSD=3 MDS=3 RGW=1 ../src/vstart.sh -n -x #. Use as much functionality of the cluster as you can, to exercise as many object encoder methods as possible:: bin/ceph osd pool create mypool 8 bin/rados -p mypool bench 10 write -b 123 bin/ceph osd out 0 - bin/init-ceph stop osd.1 + bin/ceph osd in 0 + bin/init-ceph restart osd.1 for f in ../qa/workunits/cls/*.sh ; do PATH="bin:$PATH" $f ; done PATH="bin:$PATH" ../qa/workunits/rados/test.sh bin/ceph_test_librbd