mirror of
https://github.com/ceph/ceph
synced 2025-03-09 17:59:10 +00:00
doc: fixing reported bug in CRUSH map example.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
cafccfaf06
commit
2e9c25f5ae
@ -631,7 +631,7 @@ below::
|
||||
ruleset 4
|
||||
type replicated
|
||||
min_size 0
|
||||
max_size 10
|
||||
max_size 4
|
||||
step take ssd
|
||||
step chooseleaf firstn 0 type host
|
||||
step emit
|
||||
@ -640,7 +640,7 @@ below::
|
||||
rule ssd-primary {
|
||||
ruleset 4
|
||||
type replicated
|
||||
min_size 0
|
||||
min_size 5
|
||||
max_size 10
|
||||
step take ssd
|
||||
step chooseleaf firstn 1 type host
|
||||
|
Loading…
Reference in New Issue
Block a user