]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: make minor grammatical rectifications
authorRishabh Dave <ridave@redhat.com>
Thu, 15 Mar 2018 19:28:38 +0000 (00:58 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 15 Mar 2018 19:28:38 +0000 (00:58 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/cephfs/eviction.rst

index 48da7195d38bbfff300f89e4e29a83145d5ade20..af2cef266b5efd59afd42586646c4a94b81c6ceb 100644 (file)
@@ -40,7 +40,7 @@ Manual client eviction
 ======================
 
 Sometimes, the administrator may want to evict a client manually.  This
-could happen if a client is died and the administrator does not
+could happen if a client has died and the administrator does not
 want to wait for its session to time out, or it could happen if
 a client is misbehaving and the administrator does not have access to
 the client node to unmount it.
@@ -169,9 +169,9 @@ a per-inode basis. But we don't, because:
 
  * It would be more complicated.
  * It would use an extra 4 bytes of memory for every inode.
- * It would not be much more efficient as almost always everyone has the latest.
-   OSD map anyway, in most cases everyone will breeze through this barrier
-   rather than waiting.
+ * It would not be much more efficient as, almost always, everyone has
+   the latest OSD map. And, in most cases everyone will breeze through this
+   barrier rather than waiting.
  * This barrier is done in very rare cases, so any benefit from per-inode
    granularity would only very rarely be seen.