]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: dev: cache-pool.rst: fix typo s/objets/objects/
authorJoao Eduardo Luis <joao.luis@inktank.com>
Sat, 28 Jun 2014 13:44:09 +0000 (14:44 +0100)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Sat, 28 Jun 2014 13:44:09 +0000 (14:44 +0100)
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
doc/dev/cache-pool.rst

index 8c62877835337ff6a1912d3ed264e7fd5942cb6e..4a36686c80dd3b7bc29668ca0c94d29123b46dbe 100644 (file)
@@ -161,7 +161,7 @@ evicting clean objects when we reach 80% of the target size.
 The target size can be specified either in terms of objects or bytes::
 
  ceph osd pool set foo-hot target_max_bytes 1000000000000  # 1 TB
- ceph osd pool set foo-hot target_max_objets 1000000       # 1 million objects
+ ceph osd pool set foo-hot target_max_objects 1000000       # 1 million objects
 
 Note that if both limits are specified, Ceph will begin flushing or
 evicting when either threshold is triggered.