From: Rishabh Dave Date: Thu, 15 Mar 2018 19:30:25 +0000 (+0530) Subject: doc: use actual entity address for clarity X-Git-Tag: v13.1.0~443^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f723aa14745d3e503e2ad0e3372aaee28c8c0007;p=ceph.git doc: use actual entity address for clarity Fixes: https://tracker.ceph.com/issues/23334 Signed-off-by: Rishabh Dave --- diff --git a/doc/cephfs/eviction.rst b/doc/cephfs/eviction.rst index af2cef266b5e..1da68fe33638 100644 --- a/doc/cephfs/eviction.rst +++ b/doc/cephfs/eviction.rst @@ -100,9 +100,12 @@ the blacklist: :: - ceph osd blacklist ls - # ... identify the address of the client ... - ceph osd blacklist rm
+ $ ceph osd blacklist ls + listed 1 entries + 127.0.0.1:0/3710147553 2018-03-19 11:32:24.716146 + $ ceph osd blacklist rm 127.0.0.1:0/3710147553 + un-blacklisting 127.0.0.1:0/3710147553 + Doing this may put data integrity at risk if other clients have accessed files that the blacklisted client was doing buffered IO to. It is also not