다른 노드는 시계 동기화를 위해 컨트롤러 노드를 가리킵니다. 다른 모든 노드에 대해 다음 단계를 수행합니다.
패키지를 설치하십시오:
# yum install chrony
/etc/chrony.conf 파일을 편집하여 server 키를 제외한 나머지를 주석 처리 또는 삭제합니다. 그리고 해당 키를 컨트롤러 노드를 가리키도록 변경합니다:
server controller iburst
NTP 서비스를 시작하고 시스템 부팅시 시작하도록 설정합니다:
# systemctl enable chronyd.service
# systemctl start chronyd.service
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.