Skip to content

Commit 0968d4c

Browse files
authored
Merge pull request #2532 from sshambar/patch-2
doc: use timer_expired_backup in place of thread_timer_expired
2 parents c514aa3 + 525ce08 commit 0968d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/man/man5/keepalived.conf.5.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ The syntax for vrrp_instance is :
18941894
# VRRP instance MUST use the same value.
18951895
\fBdown_timer_adverts \fR[1-100]
18961896

1897-
# Some users experience "thread_timer_expired" log messages. These are caused
1897+
# Some users experience "thread timer expired" log messages. These are caused
18981898
# by the kernel not scheduling keepalived quickly enough after a timer expired,
18991899
# which is always due to insufficient CPU resources being available (if running
19001900
# keepalived in a VM it could be due to the VM itself not being scheduled), or
@@ -1909,7 +1909,7 @@ The syntax for vrrp_instance is :
19091909
# this option), and if that time has expired since the last advert has been sent,
19101910
# the VRRP instance will revert to backup state (remember to include any track_script
19111911
# etc. weights when calculating the highest priority of other instances).
1912-
\fbthread_timer_expired \fR[HIGHEST_PRIORITY_OF_OTHER_INSTANCES]
1912+
\fBtimer_expired_backup \fR[HIGHEST_PRIORITY_OF_OTHER_INSTANCES]
19131913

19141914
# If keepalived is late running by more than 2 advert intervals for a VRRP instance,
19151915
# it is possible that another instance has taken over as master.

0 commit comments

Comments
 (0)