From: Rishabh Dave Date: Thu, 15 Mar 2018 19:28:38 +0000 (+0530) Subject: doc: make minor grammatical rectifications X-Git-Tag: v13.1.0~443^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8eb9bd3dc2a0cdb01a1bd9d11ddd53d4e2180e6;p=ceph.git doc: make minor grammatical rectifications Signed-off-by: Rishabh Dave --- diff --git a/doc/cephfs/eviction.rst b/doc/cephfs/eviction.rst index 48da7195d38b..af2cef266b5e 100644 --- a/doc/cephfs/eviction.rst +++ b/doc/cephfs/eviction.rst @@ -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.