Telemetry를 이용하여 블록 스토리지 서비스 사용량을 측정하고 모아 보여줍니다. Controller와 블록 스토리지 노드에서 다음 단계를 수행합니다.
주석
기본적으로 블록 스토리지 서비스가 설치되어 있어야합니다.
/etc/cinder/cinder.conf 파일을 편집하여 다음 작업을 완료합니다:
[DEFAULT] 섹션에서 notification을 구성합니다:
[DEFAULT]
...
notification_driver = messagingv2
Controller 노드에서 블록 스토리지 서비스를 재시작합니다:
# service cinder-api restart
# service cinder-scheduler restart
스토리지 노드에서 블록 스토리지 서비스를 재시작합니다:
# service cinder-volume restart
블록 스토리지 노드에서 cinder-volume-usage-audit 명령을 사용하여 주문형 (on demand) 측정을 검색합니다. 더 자세한 내용은 Cloud Administrator Guide (Cloud Administrator Guide) 를 확인하시면 됩니다.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.