mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
qa/workunits/mon/crush_ops.sh: fix test
Fix root. Fixes: #6392 Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
3de32562b5
commit
c8cae87e9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user