Project

General

Profile

Bug #58619

Updated by Neeraj Pratap Singh about 1 year ago

ceph --admin-daemon $socketfile client evict [-h|--help] evicts ALL clients. 
 It is observed that adding "--help|-h" with the "client evict" command terminates all active client connections and adds to the blocklist. 

 Steps to Reproduce: 
 1. Connect clients to cephfs server 
 2. # ceph --admin-daemon $socketfile client evict [-h|--help] evicts ALL clients 
 3. Observe all active sessions using cephfs are lost and all active clients have been added to blocklist

Back