Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.4.8
-
None
-
Linux 5.2.8_1 #1 SMP PREEMPT x86_64 GNU/Linux
Description
using mariadb:10.4 dockerimage with additional galera setup in
conf.d/galera.cnf
[galera]
|
wsrep_on=ON
|
wsrep_sst_method=rsync
|
wsrep_provider=/usr/lib/galera/libgalera_smm.so
|
wsrep_provider_options="debug=yes;socket.ssl_cert=/etc/mysql/ssl/server.crt;socket.ssl_key=/etc/mysql/ssl/server.key"
|
 |
[sst]
|
tkey = /etc/mysql/ssl/server.key
|
tcert = /etc/mysql/ssl/server.crt
|
the wsrep_sst_rsync script calls on line 294
eval rsync ${STUNNEL:+--rsh="$STUNNEL"} \ |
which leads to the stunnel error message
[!] Invalid configuration file name "172.19.0.3"
|
use
eval rsync ${STUNNEL:+--rsh=\""$STUNNEL\""} |
instead to set the stunnel config file correct
Attachments
Issue Links
- relates to
-
MDEV-23580 galera_3nodes.galera_ipv6_rsync_section MTR failed: WSREP_SST: [ERROR] rsync daemon port '16008' has been taken
- Closed