]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: use actual entity address for clarity 20927/head
authorRishabh Dave <ridave@redhat.com>
Thu, 15 Mar 2018 19:30:25 +0000 (01:00 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 26 Mar 2018 06:32:44 +0000 (12:02 +0530)
Fixes: https://tracker.ceph.com/issues/23334
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/cephfs/eviction.rst

index af2cef266b5efd59afd42586646c4a94b81c6ceb..1da68fe336389c30793c152cc10ece8a19ba9f1a 100644 (file)
@@ -100,9 +100,12 @@ the blacklist:
 
 ::
 
-    ceph osd blacklist ls
-    # ... identify the address of the client ...
-    ceph osd blacklist rm <address>
+    $ 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