diff options
author | Sage Weil <sage@inktank.com> | 2013-09-09 16:31:28 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-09-09 16:31:28 -0700 |
commit | 63901a4f9feb8b33a1580d07e72400339352d9bf (patch) | |
tree | aa7e440c15365a52e635a7e080b735aebfa27614 | |
parent | a5a3510ea8def905af86ce64a10949f6c3d13b04 (diff) | |
parent | 3bc618b7b46496c5110edde0da9cae5d3e68e0e1 (diff) | |
download | ceph-63901a4f9feb8b33a1580d07e72400339352d9bf.tar.gz |
Merge pull request #583 from ceph/wip-6230-workunit
qa: workunits: mon: crush_ops: test 'ceph osd crush move'
Reviewed-by: Sage Weil <sage@inktank.com>
-rwxr-xr-x | qa/workunits/mon/crush_ops.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/workunits/mon/crush_ops.sh b/qa/workunits/mon/crush_ops.sh index 4f66e552153..09e49acfbf6 100755 --- a/qa/workunits/mon/crush_ops.sh +++ b/qa/workunits/mon/crush_ops.sh @@ -64,4 +64,8 @@ ceph osd crush rm host2 ceph osd crush rm osd.$o1 ceph osd crush rm osd.$o2 +ceph osd crush add-bucket foo host +ceph osd crush move foo root=default rack=localrack +ceph osd crush rm foo + echo OK |