]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/rados/thrash: remove write op
authormyoungwon oh <omwmw@sk.com>
Wed, 13 Dec 2017 15:26:19 +0000 (00:26 +0900)
committermyoungwon oh <omwmw@sk.com>
Wed, 13 Dec 2017 16:27:02 +0000 (01:27 +0900)
current chunked object and ChunkReadOp are
only for the read case.
write op and promote_object() still be tested without ChunkReadOp
by another ceph_test_rados in the same test suite (with --set_chunk)

Signed-off-by: Myoungwon Oh <omwmw@sk.com>
qa/suites/rados/thrash/workloads/set-chunks.yaml

index f30ee0fd67866f77d908180ccfffdb822ebe6fbf..f94a9786df14879f67836c28aaf9a0dcd5eb1eb1 100644 (file)
@@ -6,4 +6,3 @@ tasks:
     set_chunk: true
     op_weights:
       chunk_read: 100
-      write: 30