]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/corpus.rst: updates to match gen-corpus.sh 28950/head
authorKefu Chai <kchai@redhat.com>
Wed, 10 Jul 2019 04:39:07 +0000 (12:39 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 11 Jul 2019 04:20:18 +0000 (12:20 +0800)
* to reference the script to generate corpus
* use qa/workunits/rgw/run-s3tests.sh for producing rgw corpus

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/dev/corpus.rst

index 98ae31cff21886cec5cd5deb561bdf719c43770d..879a819262ab939714278f9f4d4e5db3d2ffd9e0 100644 (file)
@@ -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::