Changes between Version 14 and Version 15 of keepalived
- Timestamp:
- 07/19/22 07:35:03 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
keepalived
v14 v15 70 70 71 71 72 After wake up, we need to start docker database and sync to mysql group replication. In command '''docker exec -i''', we use only '''-i''' not '''-it''' because '''-t''' was a tty console when run as a script it was not from tty console so we need to use only '''-i''' (interactive mode). This file was in [attachment:nodedb1_start.sh nodedb1_start.sh] 72 After wake up, we need to start docker database and sync to mysql group replication. In command '''docker exec -i''', we use only '''-i''' not '''-it''' because '''-t''' was a tty console when run as a script it was not from tty console so we need to use only '''-i''' (interactive mode). This file was in [attachment:nodedb1_start.sh nodedb1_start.sh] where the keepalived_notify_master.sh should call this file. 73 73 74 74 {{{