From 24c5225e89783865fa1d73fde7560ed804e81090 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 10 Jul 2019 12:39:07 +0800 Subject: [PATCH] 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 --- doc/dev/corpus.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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:: -- 2.47.3