cli icon indicating copy to clipboard operation
cli copied to clipboard

Suite_verify should check if node clocks are synchronized

Open BrendanFishback opened this issue 10 months ago • 2 comments

Feature and motivation Node clocks not being synchronized has been known to cause assorted issues during the MAS installation. It would be ideal if the node clocks were verified when confirming cluster health in the suite_verify task.

Usage example Many customers have had unsynchronized node clocks in their cluster. We often discover this weeks into troubleshooting, so having this verification pre-install would save a lot of headaches.

BrendanFishback avatar Feb 28 '25 14:02 BrendanFishback

Please add the Serviceability label to this issue.

BrendanFishback avatar Feb 28 '25 14:02 BrendanFishback

We should do this in the ocp_verify role rather than suite_verify:

  • https://github.com/ibm-mas/ansible-devops/tree/master/ibm/mas_devops/roles/ocp_verify

If we know that unsync'd clocks is an issue, we should treat this as a basic requirement to even start the install.

durera avatar Mar 07 '25 12:03 durera