Changes between Version 16 and Version 17 of keepalived


Ignore:
Timestamp:
07/19/22 07:39:55 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • keepalived

    v16 v17  
    101101   cmd2="/usr/bin/docker exec -i $container_name mysql -uroot -pmypass -e \"SELECT * FROM performance_schema.replication_group_members;\" "
    102102   echo "$cmd2" >> $logfile
     103   # we need " double quote around "$cmd2" because * wildcard will not process as * in Linux command
    103104   eval "$cmd2" 2> /tmp/err.log 1>> $logfile
    104105else