diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-08-05 14:48:38 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-08-05 14:48:38 -0700 |
commit | 2e9c25f5ae675fcca38c895e07902eaa08b880ea (patch) | |
tree | 5b71517382650687242a533ea1d36ae4408f0a6a | |
parent | cafccfaf068f08b73a9031d0772807a0b87d21e9 (diff) | |
download | ceph-2e9c25f5ae675fcca38c895e07902eaa08b880ea.tar.gz |
doc: fixing reported bug in CRUSH map example.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/operations/crush-map.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index daaef506c5f..bdbbde0e53c 100644 --- a/doc/rados/operations/crush-map.rst +++ b/doc/rados/operations/crush-map.rst @@ -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 |