Skip to content

Commit

Permalink
Merge pull request #2492 from pqarmitage/updates
Browse files Browse the repository at this point in the history
doc: add lvs_sync_daemon and mark lvs_sync_daemon_interface deprecated
  • Loading branch information
pqarmitage authored Nov 1, 2024
2 parents 32b7fcc + 6b19ac3 commit 0c1c640
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions doc/source/configuration_synopsis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,20 @@ Global Definitions Synopsis
**smtp_server** host
**smtp_connect_timeout** num
**router_id** string
**lvs_sync_daemon** string ...
}
======================== ====================================================== =========
Keyword Definition Type
======================== ====================================================== =========
======================== =========================================================== =========
Keyword Definition Type
======================== =========================================================== =========
global_defs identify the global def configuration block
notification_email email accounts that will receive the notification mail List
notification_email_from email to use when processing “MAIL FROM:” SMTP command List
smtp_server remote SMTP server to use for sending mail notifications alphanum
smtp_connect_timeout specify a timeout for SMTP stream processing numerical
router_id specify the name of the LVS director string
======================== ====================================================== =========
notification_email email accounts that will receive the notification mail List
notification_email_from email to use when processing “MAIL FROM:” SMTP command List
smtp_server remote SMTP server to use for sending mail notifications alphanum
smtp_connect_timeout specify a timeout for SMTP stream processing numerical
router_id specify the name of the LVS director string
lvs_sync_daemon specify lvs sync daemon parameters (see keepalived.conf(5) string [...]
======================== =========================================================== =========

Email type: Is a string using charset as specified into the SMTP RFC eg: “[email protected]

Expand Down Expand Up @@ -171,7 +173,7 @@ vrrp_instance identify a VRRP instance definition block
state specify the instance state in standard use
Interface specify the network interface for the instance to run on string
mcast_src_ip specify the src IP address value for VRRP adverts IP header
lvs_sync_daemon_interface specify the network interface for the LVS sync_daemon to run on string
lvs_sync_daemon_interface* specify the network interface for the LVS sync_daemon to run on string
virtual_router_id specify to which VRRP router id the instance belongs numerical
priority specify the instance priority in the VRRP router numerical
advert_int specify the advertisement interval in seconds (set to 1) numerical
Expand All @@ -186,5 +188,6 @@ notify_backup specify a shell script to be executed during transit
notify_fault specify a shell script to be executed during transition to fault state path
vrrp_sync_group Identify the VRRP synchronization instances group string
========================== ======================================================================= =========
* lvs_sync_daemon_interface is deprecated. Please use global lvs_sync_daemon

Path type: A system path to a script eg: “/usr/local/bin/transit.sh <arg_list>”

0 comments on commit 0c1c640

Please sign in to comment.