To check whether time is in sync (ntp) you can make use of ansible.
First fillup your inventory file with all nodes.
Then,
ansible all -m shell -a "date"
all here will contact all the nodes in inventory and get time.
If it varies widely you have an issue. check whether ntp service like
chronyd/ntpd running in the nodes.
No comments:
Post a Comment