7.6. OSD 보고 상태
Ceph OSD 데몬이 Ceph 모니터에 보고되지 않는 경우, Ceph 모니터는 mon_osd_report_timeout
후 Ceph OSD 데몬을 표시합니다. 이 시간은 900초입니다. Ceph OSD 데몬은 실패와 같은 보고 가능한 이벤트, 배치 그룹 통계 변경,
up_thru
가 변경되거나 5초 이내에 부팅되는 경우 Ceph 모니터로 보고서를 보냅니다.
런타임에 osd_mon_report_interval
값을 설정하여 Ceph OSD 데몬 최소 보고서 간격을 변경할 수 있습니다.
구문
ceph config set osd osd_mon_report_interval TIME_IN_SECONDS
다음 예제를 사용하여 구성을 가져오고, 설정하고, 확인할 수 있습니다.
예제
[ceph: root@host01 /]# ceph config get osd osd_mon_report_interval 5 [ceph: root@host01 /]# ceph config set osd osd_mon_report_interval 20 [ceph: root@host01 /]# ceph config dump | grep osd global advanced osd_pool_default_crush_rule -1 osd basic osd_memory_target 4294967296 osd advanced osd_mon_report_interval 20
