Skip to content

Commit

Permalink
doc: typo s/loose/lose
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Lekshmanan <[email protected]>
  • Loading branch information
theanalyst committed Aug 5, 2014
1 parent 541006c commit 1682e62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/dev/erasure-coded-pool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Display the default erasure code profile::
plugin=jerasure
technique=reed_sol_van

Create a profile to set the data to be distributed on six OSDs (k+m=6) and sustain the loss of three OSDs (m=3) without loosing data::
Create a profile to set the data to be distributed on six OSDs (k+m=6) and sustain the loss of three OSDs (m=3) without losing data::

$ ceph osd erasure-code-profile set myprofile k=3 m=3
$ ceph osd erasure-code-profile get myprofile
Expand Down
2 changes: 1 addition & 1 deletion doc/dev/osd_internals/erasure_coding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Glossary
*M*
the number of coding *chunks*, i.e. the number of additional *chunks*
computed by the encoding functions. If there are 2 coding *chunks*,
it means 2 OSDs can be out without loosing data.
it means 2 OSDs can be out without losing data.

*N*
the number of data *chunks* plus the number of coding *chunks*,
Expand Down
2 changes: 1 addition & 1 deletion doc/rados/operations/pools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
When you first deploy a cluster without creating a pool, Ceph uses the default
pools for storing data. A pool provides you with:

- **Resilience**: You can set how many OSD are allowed to fail without loosing data.
- **Resilience**: You can set how many OSD are allowed to fail without losing data.
For replicated pools, it is the desired number of copies/replicas of an object.
A typical configuration stores an object and one additional copy
(i.e., ``size = 2``), but you can determine the number of copies/replicas.
Expand Down

0 comments on commit 1682e62

Please sign in to comment.