From: Kefu Chai Date: Wed, 10 Jul 2019 04:39:07 +0000 (+0800) Subject: doc/dev/corpus.rst: updates to match gen-corpus.sh X-Git-Tag: v15.1.0~2242^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28950%2Fhead;p=ceph.git doc/dev/corpus.rst: updates to match gen-corpus.sh * to reference the script to generate corpus * use qa/workunits/rgw/run-s3tests.sh for producing rgw corpus Signed-off-by: Kefu Chai --- diff --git a/doc/dev/corpus.rst b/doc/dev/corpus.rst index 98ae31cff218..879a819262ab 100644 --- a/doc/dev/corpus.rst +++ b/doc/dev/corpus.rst @@ -18,7 +18,8 @@ decode old objects across that $version (this is normally the case). How to generate an object corpus -------------------------------- -We can generate an object corpus for a particular version of ceph like so. +We can generate an object corpus for a particular version of ceph using the +script of ``script/gen-corpus.sh``, or by following the instructions below: #. Checkout a clean repo (best not to do this where you normally work):: @@ -50,8 +51,7 @@ We can generate an object corpus for a particular version of ceph like so. bin/ceph_test_librbd bin/ceph_test_libcephfs bin/init-ceph restart mds.a - -Do some more stuff with rgw if you know how. + ../qa/workunits/rgw/run-s3tests.sh #. Stop::