]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: typo s/loose/lose 2200/head
authorAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Tue, 5 Aug 2014 05:05:03 +0000 (10:35 +0530)
committerAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Tue, 5 Aug 2014 05:05:03 +0000 (10:35 +0530)
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
doc/dev/erasure-coded-pool.rst
doc/dev/osd_internals/erasure_coding.rst
doc/rados/operations/pools.rst

index c1d0ecd0427d45585f254df2d03fa5c5ee60d967..5859637149273ff5cbf3dde2b0de5928c6b522bf 100644 (file)
@@ -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
index 33c1a94003acbb00c1025d2c8ff8791ea6603d72..9d273cbea5f56b6116b7d576ca2b41e634aa9838 100644 (file)
@@ -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*, 
index 380e9f9e690aa9470b049b017567f1562a1dd1d7..c9d11da07ce02512910acf8068c2db148172ff8e 100644 (file)
@@ -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.