You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary of Request
In certain situations, the system clock might be so far adrift that this slewing process would take a very long time to correct the system clock.
Normally chronyd will cause the system to gradually correct any time offset, by slowing down or speeding up the clock as required. In certain situations, the system clock might be so far adrift that this slewing process would take a very long time to correct the system clock.
This directive forces chronyd to step the system clock if the adjustment is larger than a threshold value, but only if there were no more clock updates since chronyd was started than a specified limit (a negative value can be used to disable the limit).
This is particularly useful when using reference clocks, because the initstepslew directive works only with NTP sources.
An example of the use of this directive is:
makestep 0.1 3
This would step the system clock if the adjustment is larger than 0.1 seconds, but only in the first three clock updates.
Describe alternatives you've considered
To use a dedicated role for chrony and disable the part on CIS
Suggested Code
templates/chrony.conf
{% if rhel7cis_chrony_makestep is defined %}
makestep {{ rhel7cis_chrony_makestep }}
{% endif %}
The text was updated successfully, but these errors were encountered:
I have added this option into the latest PR to devel. This is undocumented and would only be called if aware of the option as in the template.
Thank you for the suggestion and the time to provide a solution.
Feature Request or Enhancement
Summary of Request
In certain situations, the system clock might be so far adrift that this slewing process would take a very long time to correct the system clock.
Normally chronyd will cause the system to gradually correct any time offset, by slowing down or speeding up the clock as required. In certain situations, the system clock might be so far adrift that this slewing process would take a very long time to correct the system clock.
This directive forces chronyd to step the system clock if the adjustment is larger than a threshold value, but only if there were no more clock updates since chronyd was started than a specified limit (a negative value can be used to disable the limit).
This is particularly useful when using reference clocks, because the initstepslew directive works only with NTP sources.
An example of the use of this directive is:
This would step the system clock if the adjustment is larger than 0.1 seconds, but only in the first three clock updates.
Describe alternatives you've considered
To use a dedicated role for chrony and disable the part on CIS
Suggested Code
templates/chrony.conf
The text was updated successfully, but these errors were encountered: