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/missing-bucket.crushmap.txt | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/test/cli/crushtool/missing-bucket.crushmap.txt (limited to 'src/test/cli/crushtool/missing-bucket.crushmap.txt') diff --git a/src/test/cli/crushtool/missing-bucket.crushmap.txt b/src/test/cli/crushtool/missing-bucket.crushmap.txt new file mode 100644 index 000000000..4ef7f4460 --- /dev/null +++ b/src/test/cli/crushtool/missing-bucket.crushmap.txt @@ -0,0 +1,39 @@ +device 0 device0 +device 1 device1 +device 2 device2 +device 3 device3 +device 4 device4 + +type 0 osd +type 1 domain + +domain root { + id -1 + alg straw + hash 0 + item device0 weight 1.000 + item device1 weight 1.000 + item device2 weight 1.000 + item device3 weight 1.000 + item device4 weight 1.000 +} + +rule rule-bad { + ruleset 0 + type replicated + min_size 1 + max_size 10 + step take root-404 + step choose firstn 0 type osd + step emit +} + +rule rule-good { + ruleset 1 + type erasure + min_size 1 + max_size 10 + step take root + step choose indep 0 type osd + step emit +} -- cgit v1.2.3