Changes between Version 15 and Version 16 of keepalived
- Timestamp:
- 07/19/22 07:36:39 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
keepalived
v15 v16 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] where the keepalived_notify_master.sh should call this file.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) ref[https://stackoverflow.com/questions/43099116/error-the-input-device-is-not-a-tty here]. 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 {{{