Other nodes reference the controller node for clock synchronization. Perform these steps on all other nodes.
Установите пакеты:
# 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.