X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fcrushtool%2Frules.txt;fp=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fcrushtool%2Frules.txt;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=c7acf52e56ee5b550dd249c2ae5bfc9a4d6f3ced;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/cli/crushtool/rules.txt b/src/ceph/src/test/cli/crushtool/rules.txt deleted file mode 100644 index c7acf52..0000000 --- a/src/ceph/src/test/cli/crushtool/rules.txt +++ /dev/null @@ -1,54 +0,0 @@ -# begin crush map - -# devices -device 0 osd.0 class ssd -device 1 osd.1 class ssd -device 2 osd.2 class ssd -device 3 osd.3 class hdd -device 4 osd.4 class hdd -device 5 osd.5 class hdd - -# types -type 0 osd -type 1 host -type 2 root - -# buckets -host foo { - id -3 - alg straw2 - hash 0 - item osd.0 weight 1.0 - item osd.1 weight 1.0 - item osd.2 weight 1.0 -} - -host bar { - id -2 - alg straw2 - hash 0 - item osd.3 weight 1.0 - item osd.4 weight 1.0 - item osd.5 weight 1.0 -} - -root default { - id -1 - alg straw2 - hash 0 - item foo weight 3.0 - item bar weight 3.0 -} - -# rules -rule data { - ruleset 0 - type replicated - min_size 1 - max_size 10 - step take default - step chooseleaf firstn 0 type host - step emit -} - -# end crush map