1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/net/keepalived/files
Jaymin Patel 33398a38aa keepalived: high-availability files and data sync
add new package keepalived-sync to synchronize files and data
between master and backup node. The master node uses SSH over rsync
to send and the backup node will use inotifywatch to watch received files.

The master node can track rsync.sh script to send configuration file on
a backup node based on the vrrp_script configuration of the same script.

The backup node will have a keepalived-inotify service, which would watch
for newly received files and it would call hotplug event. Each service
can keep its respective script under the keepalived hotplug directory and
executes commands to stop, start service or update any config in real-time.

Whenever a switchover will happen, the backup node would have the latest
config and data files from the master node.

Hotplug events can be used to apply config when files are received.

Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
2022-10-13 16:57:02 +05:30
..
etc keepalived: high-availability files and data sync 2022-10-13 16:57:02 +05:30
lib/functions/keepalived keepalived: high-availability files and data sync 2022-10-13 16:57:02 +05:30
usr keepalived: high-availability files and data sync 2022-10-13 16:57:02 +05:30
hotplug-user net/keepalived: add keepalived.user script handling 2017-11-08 11:36:58 +01:00
keepalived.config keepalived: add new option vrrp_startup_delay 2019-04-03 11:18:23 +02:00
keepalived.init keepalived: high-availability files and data sync 2022-10-13 16:57:02 +05:30
keepalived.user net/keepalived: add keepalived.user script handling 2017-11-08 11:36:58 +01:00