From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/test/cli/crushtool/rules.txt | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/test/cli/crushtool/rules.txt (limited to 'src/test/cli/crushtool/rules.txt') diff --git a/src/test/cli/crushtool/rules.txt b/src/test/cli/crushtool/rules.txt new file mode 100644 index 000000000..c7acf52e5 --- /dev/null +++ b/src/test/cli/crushtool/rules.txt @@ -0,0 +1,54 @@ +# 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 -- cgit v1.2.3