diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/test/cli/crushtool/missing-bucket.crushmap.txt | |
parent | Initial commit. (diff) | |
download | ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.tar.xz ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/cli/crushtool/missing-bucket.crushmap.txt')
-rw-r--r-- | src/test/cli/crushtool/missing-bucket.crushmap.txt | 39 |
1 files changed, 39 insertions, 0 deletions
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 00000000..4ef7f446 --- /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 +} |