Skip to content

Commit

Permalink
qa: use 4k stripe_width again for test_rados_tool.sh
Browse files Browse the repository at this point in the history
The stripe_unit change altered the default stripe_width to depend on k.

Signed-off-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin committed Apr 20, 2017
1 parent a3e5cba commit 4a7c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/workunits/rados/test_rados_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 4a7c058

Please sign in to comment.