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