728x90
반응형
Symptom..
ceph -s 로 상태 확인
root@mon0:~# ceph -s
cluster:
id: [fsid]
health: HEALTH_WARN
N daemons have recently crashed
crash 확인
root@mon0:~# ceph crash ls
ID ENTITY NEW
...
2024-11-22T10:30:06.857696Z_6667e9da-d97e-4d86-898e-2d1d2e771fc6 [mon] *
...
반응형
Touble_shooting..
crash가 되었다는 알람을 확인하고 처리하는 명령어 archive를 사용
root@mon0:~# ceph crash archive [ID]
ex)
ceph crash archive 2024-11-22T10:30:06.857696Z_6667e9da-d97e-4d86-898e-2d1d2e771fc6
ceph crash archive [ID] 는 crash를 확인하고 HEALTH_WARN상태를 무음모드(?) 느낌으로 전환한다.
728x90
Verifying..
ceph -s 로 상태 확인
root@mon0:~# ceph -s
cluster:
id: [fsid]
health: HEALTH_OK
services:
mon: 3 daemon, quorum [mon0],[mon1],[mon2]
728x90
반응형
'Ceph' 카테고리의 다른 글
[Ceph] remove OSD/OSD-node 제거 (0) | 2025.03.27 |
---|---|
[Ceph] rbd: error: image still has watchers (0) | 2025.01.03 |
[Ceph] pgs not deep-scrubbed in time (0) | 2024.11.27 |
[Ceph] failed cephadm daemon(s) out of quorum (0) | 2024.11.22 |
[Ceph] CEPHADM_HOST_CHECK_FAILED: 4 hosts fail cephadm check (1) | 2024.09.25 |