Skip to content

Commit

Permalink
doc: Fix EC overhead example for 3+2 profile
Browse files Browse the repository at this point in the history
The EC 3+2 example used to show 40% overhead where it should be 67%. This might confuse new EC user to calculate the correct EC 3+2 profile overhead.

Signed-off-by: Charles Alva <[email protected]>
  • Loading branch information
chrone81 authored Feb 24, 2018
1 parent 215aa3a commit 99572e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rados/operations/erasure-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ to be created and all objects from the previous pool moved to the new.
The most important parameters of the profile are *K*, *M* and
*crush-failure-domain* because they define the storage overhead and
the data durability. For instance, if the desired architecture must
sustain the loss of two racks with a storage overhead of 40% overhead,
sustain the loss of two racks with a storage overhead of 67% overhead,
the following profile can be defined::

$ ceph osd erasure-code-profile set myprofile \
Expand Down

0 comments on commit 99572e2

Please sign in to comment.