]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use 4k stripe_width again for test_rados_tool.sh
authorJosh Durgin <jdurgin@redhat.com>
Fri, 14 Apr 2017 00:31:02 +0000 (17:31 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Thu, 20 Apr 2017 00:45:44 +0000 (17:45 -0700)
The stripe_unit change altered the default stripe_width to depend on k.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
qa/workunits/rados/test_rados_tool.sh

index 3a5ddd2e8590528660da3206225b82dfb2861ab8..a792835d09995aaa0e83ebd31c765fe1ad25de70 100755 (executable)
@@ -87,7 +87,7 @@ run_expect_nosignal "$RADOS_TOOL" --object_locator "asdf" ls
 run_expect_nosignal "$RADOS_TOOL" --namespace "asdf" ls
 
 run_expect_succ "$RADOS_TOOL" mkpool "$POOL"
-run_expect_succ "$CEPH_TOOL" osd erasure-code-profile set myprofile k=2 m=1 ruleset-failure-domain=osd
+run_expect_succ "$CEPH_TOOL" osd erasure-code-profile set myprofile k=2 m=1 stripe_unit=2K ruleset-failure-domain=osd --force
 run_expect_succ "$CEPH_TOOL" osd pool create "$POOL_EC" 100 100 erasure myprofile