]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/cli/crushtool/empty-default.cushmap.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / cli / crushtool / empty-default.cushmap.txt
1 # begin crush map
2 tunable choose_local_tries 0
3 tunable choose_local_fallback_tries 0
4 tunable choose_total_tries 50
5 tunable chooseleaf_descend_once 1
6 tunable chooseleaf_vary_r 1
7 tunable chooseleaf_stable 0
8 tunable straw_calc_version 1
9 tunable allowed_bucket_algs 22
10
11 # types
12 type 0 osd
13 type 1 host
14 type 2 chassis
15 type 3 rack
16 type 4 row
17 type 5 pdu
18 type 6 pod
19 type 7 room
20 type 8 datacenter
21 type 9 region
22 type 10 root
23
24 # default bucket
25 root default {
26 id -1 # do not change unnecessarily
27 alg straw
28 hash 0 # rjenkins1
29 }
30
31 # rules
32 rule replicated_ruleset {
33 ruleset 0
34 type replicated
35 min_size 1
36 max_size 10
37 step take default
38 step chooseleaf firstn 0 type host
39 step emit
40 }
41
42 # end crush map