diff options
author | Sage Weil <sage@inktank.com> | 2013-09-25 10:10:21 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-09-29 20:53:28 -0700 |
commit | 66aeca5a9079be398403bbff67bd5bf68c6fb111 (patch) | |
tree | f46443dc623af399d0e0241a5d4868882d6713f3 | |
parent | beb366302a125dd422c4f092b12eb541cb3bc788 (diff) | |
download | ceph-66aeca5a9079be398403bbff67bd5bf68c6fb111.tar.gz |
qa/workunits/mon/crush_ops.sh: fix test
Fix root.
Fixes: #6392
Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit c8cae87e9e08468cc86145e0fd60c05d12826239)
-rwxr-xr-x | qa/workunits/mon/crush_ops.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/workunits/mon/crush_ops.sh b/qa/workunits/mon/crush_ops.sh index c2744fa279d..f1770e171eb 100755 --- a/qa/workunits/mon/crush_ops.sh +++ b/qa/workunits/mon/crush_ops.sh @@ -70,7 +70,7 @@ ceph osd crush rm foo # test reweight o3=`ceph osd create` -ceph osd crush add $o3 123 root=foo +ceph osd crush add $o3 123 root=default ceph osd tree | grep osd.$o3 | grep 123 ceph osd crush reweight osd.$o3 113 ceph osd tree | grep osd.$o3 | grep 113 |