Seems that real problem which we should fix is:
```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.```
Seems that real problem which we should fix is:
```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.```