Comment 16 for bug 1572521

Revision history for this message
Oleksiy Molchanov (omolchanov) wrote : Re: Time on nodes was not set with 'ntpdate'

The problem is that you are doing time_sync after small amount of time node is online. It works for controller nodes, but non-controller nodes are trying to reach ntp server that is managed by pacemaker. It fails because of ntp pacemaker resource is not started yet, it need more time.

I think you should sync time with master node for all nodes. Or wait for ntp resource is up, but I prefere first approach.