From f723aa14745d3e503e2ad0e3372aaee28c8c0007 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Fri, 16 Mar 2018 01:00:25 +0530 Subject: [PATCH] doc: use actual entity address for clarity Fixes: https://tracker.ceph.com/issues/23334 Signed-off-by: Rishabh Dave --- doc/cephfs/eviction.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/eviction.rst b/doc/cephfs/eviction.rst index af2cef266b5ef..1da68fe336389 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 -- 2.39.5