#184 minor fix due to error message
This commit is contained in:
parent
737628dd1b
commit
560b45894b
1 changed files with 1 additions and 1 deletions
|
@ -3299,7 +3299,7 @@ sub mariadb_galera {
|
||||||
badprint "Galera Notify command is not defined.";
|
badprint "Galera Notify command is not defined.";
|
||||||
push( @adjvars, "set up parameter wsrep_notify_cmd to be notify" );
|
push( @adjvars, "set up parameter wsrep_notify_cmd to be notify" );
|
||||||
}
|
}
|
||||||
if ( trim( $myvar{'wsrep_sst_method'} ) !~ "^\s*xtrabackup.*" ) {
|
if ( trim( $myvar{'wsrep_sst_method'} ) !~ "^xtrabackup.*" ) {
|
||||||
badprint "Galera SST method is not xtrabackup based.";
|
badprint "Galera SST method is not xtrabackup based.";
|
||||||
push( @adjvars, "set up parameter wsrep_sst_method to xtrabackup based parameter" );
|
push( @adjvars, "set up parameter wsrep_sst_method to xtrabackup based parameter" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue