From: David Zafman Date: Sun, 27 Jan 2019 03:22:43 +0000 (-0800) Subject: test: ceph-objectstore-tool cut down on large run X-Git-Tag: v14.1.0~247^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26158%2Fhead;p=ceph.git test: ceph-objectstore-tool cut down on large run Signed-off-by: David Zafman --- diff --git a/qa/standalone/special/ceph_objectstore_tool.py b/qa/standalone/special/ceph_objectstore_tool.py index c423f2761584..dde8cb7f209b 100755 --- a/qa/standalone/special/ceph_objectstore_tool.py +++ b/qa/standalone/special/ceph_objectstore_tool.py @@ -686,8 +686,8 @@ def main(argv): EC_NAME = "ECobject" if len(argv) > 0 and argv[0] == 'large': PG_COUNT = 12 - NUM_REP_OBJECTS = 800 - NUM_CLONED_REP_OBJECTS = 100 + NUM_REP_OBJECTS = 200 + NUM_CLONED_REP_OBJECTS = 50 NUM_EC_OBJECTS = 12 NUM_NSPACES = 4 # Larger data sets for first object per namespace