1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Add info about time sync (#847)

Adds a checklist item to software about configuring time
synchronization. Adds a prereq to the multi-node deployment about time
sync.

Closes #778
This commit is contained in:
Daryl White
2023-05-09 09:56:13 -05:00
committed by GitHub
parent 48d78340ff
commit 6c5d694756
2 changed files with 14 additions and 1 deletions

View File

@ -103,6 +103,15 @@ Local JBOD Storage with Sequential Mounts
For deployments that *require* using network-attached storage, use
NFSv4 for best results.
Time Synchronization
~~~~~~~~~~~~~~~~~~~~
Multi-node systems must maintain synchronized time and date to maintain stable internode operations and interactions.
Make sure all nodes sync to the same time server regularly.
Operating systems vary for methods used to synchronize time and date, such as with ``ntp``, ``timedatectl``, or ``timesyncd``.
Check the documentation for your operating system for how to set up and maintain accurate and identical system clock times across nodes.
Considerations
--------------