5.15. Ceph 파일 시스템 클라이언트 수동 제거
클라이언트에서 오류가 발생하고 클라이언트 노드에 액세스할 수 없거나 클라이언트가 종료되면 Ceph 파일 시스템(CephFS) 클라이언트를 수동으로 제거할 수 있습니다. 클라이언트 세션이 시간 초과될 때까지 기다리지 않습니다.
사전 요구 사항
- Ceph 모니터 노드에 대한 루트 수준 액세스.
절차
클라이언트 목록을 검토합니다.
구문
ceph tell DAEMON_NAME client ls
예제
[ceph: root@host01 /]# ceph tell mds.0 client ls [ { "id": 4305, "num_leases": 0, "num_caps": 3, "state": "open", "replay_requests": 0, "completed_requests": 0, "reconnecting": false, "inst": "client.4305 172.21.9.34:0/422650892", "client_metadata": { "ceph_sha1": "79f0367338897c8c6d9805eb8c9ad24af0dcd9c7", "ceph_version": "ceph version 16.2.8-65.el8cp (79f0367338897c8c6d9805eb8c9ad24af0dcd9c7)", "entity_id": "0", "hostname": "senta04", "mount_point": "/tmp/tmpcMpF1b/mnt.0", "pid": "29377", "root": "/" } } ]
지정된 CephFS 클라이언트를 제거합니다.
구문
ceph tell DAEMON_NAME client evict id=ID_NUMBER
예제
[ceph: root@host01 /]# ceph tell mds.0 client evict id=4305