summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-09-25 10:10:21 -0700
committerSage Weil <sage@inktank.com>2013-09-25 10:10:21 -0700
commitc8cae87e9e08468cc86145e0fd60c05d12826239 (patch)
tree485d5816a05ede817195aa2374cfc242efce79e0
parent3de32562b55c6ece3a6ed783c36f8b9f21460339 (diff)
downloadceph-c8cae87e9e08468cc86145e0fd60c05d12826239.tar.gz
qa/workunits/mon/crush_ops.sh: fix test
Fix root. Fixes: #6392 Signed-off-by: Sage Weil <sage@inktank.com>
-rwxr-xr-xqa/workunits/mon/crush_ops.sh2
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