** Description changed:

  Description:    Ubuntu 20.04.2 LTS
  Release:        20.04
  
  mariadb-server-10.3:
-   Installed: 1:10.3.30-0ubuntu0.20.04.1
-   Candidate: 1:10.3.30-0ubuntu0.20.04.1
+   Installed: 1:10.3.30-0ubuntu0.20.04.1
+   Candidate: 1:10.3.30-0ubuntu0.20.04.1
  
  When running wsrep-sst using mariabackup I constantly get:
  -wsrep-sst-donor: /usr//bin/wsrep_sst_mariabackup: line 389: 
WSREP_SST_OPT_HOST_UNSECAPED: unbound variable
  
  and SST can not be completed.
- It looks like typo in /usr/bin/wsrep_sst_mariabackup ans can be fixed easily:
+ It looks like typo in /usr/bin/wsrep_sst_mariabackup and can be fixed easily:
  
- --- wsrep_sst_mariabackup       2021-08-06 09:48:19.508054133 +0000
- +++ /usr/bin/wsrep_sst_mariabackup      2021-07-17 22:59:58.000000000 +0000
+ --- /usr/bin/wsrep_sst_mariabackup      2021-07-17 22:59:58.000000000 +0000
+ +++ wsrep_sst_mariabackup       2021-08-06 09:48:19.508054133 +0000
  @@ -386,7 +386,7 @@
                   elif is_local_ip "$WSREP_SST_OPT_HOST_UNESCAPED"; then
                       CN_option=',commonname=localhost'
                   else
- -                    CN_option=",commonname='$WSREP_SST_OPT_HOST_UNESCAPED'"
- +                    CN_option=",commonname='$WSREP_SST_OPT_HOST_UNSECAPED'"
+ -                    CN_option=",commonname='$WSREP_SST_OPT_HOST_UNSECAPED'"
+ +                    CN_option=",commonname='$WSREP_SST_OPT_HOST_UNESCAPED'"
                   fi
                   
tcmd="$tcmd,cert='$tpem',key='$tkey',cafile='$tcert'$CN_option$sockopt"
                   wsrep_log_info "$action with cert=$tpem, key=$tkey, 
cafile=$tcert"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939123

Title:
  Typo in usr/bin/wsrep_sst_mariabackup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1939123/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to