Proveďte tyto kroky na uzlu kontroléru.
Nainstalujte balíčky:
# apt install chrony
Edit the /etc/chrony/chrony.conf
file and add, change, or remove
these keys as necessary for your environment:
server NTP_SERVER iburst
Nahraďte NTP_SERVER
názvem hoatitele nebo IP adresou vhodného, přesnějšího NTP serveru (s nižší vrstvou). Nastavení podporuje zadání více klíčů server
.
Poznámka
Standardně je čas synchronizován uzlem kontroléru pomocí zásoby veřejných serverů. Nicméně můžete nastavit jiné servery, např. ty, které Vám poskytne vaše organizace.
To enable other nodes to connect to the chrony daemon on the controller node,
add this key to the /etc/chrony/chrony.conf
file:
allow 10.0.0.0/24
Restartujte službu NTP:
# service chrony restart
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.