Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5.28a-galera
-
Fix Version/s: 5.5.34-galera
-
Component/s: None
-
Labels:
-
Environment:Ubuntu 12.04, repository install
Description
Following the instructions on:
https://kb.askmonty.org/en/getting-started-with-mariadb-galera-cluster/
The mysqldump SST Script does not seem to work by default. I get an "no such file or directory" error.
The script has a number of lines where it attempts to use a function 'err', only the function isn't defined in the script:
if test -z "$WSREP_SST_OPT_USER"; then err "USER cannot be nil"; exit $EINVAL; fi if test -z "$WSREP_SST_OPT_HOST"; then err "HOST cannot be nil"; exit $EINVAL; fi if test -z "$WSREP_SST_OPT_PORT"; then err "PORT cannot be nil"; exit $EINVAL; fi if test -z "$WSREP_SST_OPT_LPORT"; then err "LPORT cannot be nil"; exit $EINVAL; fi if test -z "$WSREP_SST_OPT_SOCKET";then err "SOCKET cannot be nil";exit $EINVAL; fi if test -z "$WSREP_SST_OPT_GTID"; then err "GTID cannot be nil"; exit $EINVAL; fi
rsync_wan as described does not exist. But rsync works fine.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi Tomas,
Could you please provide the full error log from the node where you are getting "no such file" error?
Thanks.