Bug #58619
mds: client evict [-h|--help] evicts ALL clients
Status:
In Progress
Priority:
Normal
Assignee:
Category:
Correctness/Safety
Target version:
% Done:
0%
Source:
Tags:
Backport:
pacific,quincy
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
MDS
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
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
History
#1 Updated by Neeraj Pratap Singh about 2 months ago
- Description updated (diff)
#2 Updated by Venky Shankar about 2 months ago
- Category set to Correctness/Safety
- Target version set to v18.0.0
- Backport set to pacific,quincy
#3 Updated by Neeraj Pratap Singh about 2 months ago
- Pull request ID set to 49974
#4 Updated by Neeraj Pratap Singh 14 days ago
- Status changed from New to In Progress