9.7.3. 조각화 확인
BlueStore OSD의 조각화 수준을 확인하는 작업은 온라인 또는 오프라인에서 수행할 수 있습니다.
사전 요구 사항
- 실행 중인 Red Hat Ceph Storage 3.3 이상 스토리지 클러스터.
- bluestore OSD.
온라인 BlueStore 조각화 점수
실행중인 BlueStore OSD 프로세스를 검사합니다.
간단한 보고서:
구문
ceph daemon OSD_ID bluestore allocator score block
예제
[root@osd ~]# ceph daemon osd.123 bluestore allocator score block
더 자세한 보고서:
구문
ceph daemon OSD_ID bluestore allocator dump block
예제
[root@osd ~]# ceph daemon osd.123 bluestore allocator dump block
오프라인 BlueStore 조각화 점수
실행되고 있지 않은 BlueStore OSD 프로세스를 검사합니다.
간단한 보고서:
구문
ceph-bluestore-tool --path PATH_TO_OSD_DATA_DIRECTORY --allocator block free-score
예제
[root@osd ~]# ceph-bluestore-tool --path /var/lib/ceph/osd/ceph-123 --allocator block free-score
더 자세한 보고서:
구문
ceph-bluestore-tool --path PATH_TO_OSD_DATA_DIRECTORY --allocator block free-dump
예제
[root@osd ~]# ceph-bluestore-tool --path /var/lib/ceph/osd/ceph-123 --allocator block free-dump
추가 리소스
- 조각화 점수에 대한 자세한 내용은 Red Hat Ceph Storage 4.1 BlueStore Fragmentation Tool 을 참조하십시오.