From: Abhishek Lekshmanan Date: Tue, 5 Aug 2014 05:05:03 +0000 (+0530) Subject: doc: typo s/loose/lose X-Git-Tag: v0.85~98^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1682e62eeb72e0d97e8eb970c2a37893e22e1f6d;p=ceph.git doc: typo s/loose/lose Signed-off-by: Abhishek Lekshmanan --- diff --git a/doc/dev/erasure-coded-pool.rst b/doc/dev/erasure-coded-pool.rst index c1d0ecd0427d..585963714927 100644 --- a/doc/dev/erasure-coded-pool.rst +++ b/doc/dev/erasure-coded-pool.rst @@ -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 diff --git a/doc/dev/osd_internals/erasure_coding.rst b/doc/dev/osd_internals/erasure_coding.rst index 33c1a94003ac..9d273cbea5f5 100644 --- a/doc/dev/osd_internals/erasure_coding.rst +++ b/doc/dev/osd_internals/erasure_coding.rst @@ -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*, diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 380e9f9e690a..c9d11da07ce0 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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.