Hello,
I am trying to set up a 3-node cluster. On bootstrap I get this error message:
140110 10:32:20 [ERROR] WSREP: Failed to read ‘ready ’ from: wsrep_sst_xtrabackup --role ‘joiner’ --address ‘10.120.150.44’ --auth ‘sstuser:S5tU53R’ --datadir ‘/ccv/data/mysql/300/data/’ –defaults-file ‘/etc/my.cnf’ --parent ‘9475’
Read: ‘(null)’
140110 10:32:20 [ERROR] WSREP: Process completed with error: wsrep_sst_xtrabackup --role ‘joiner’ --address ‘10.120.150.44’ --auth ‘sstuser:S5tU53R’ --datadir ‘/ccv/data/mysql/300/data/’ –defaults-file ‘/etc/my.cnf’ --parent ‘9475’: 2 (No such file or directory)
140110 10:32:20 [ERROR] WSREP: Failed to prepare for ‘xtrabackup’ SST. Unrecoverable.
How can I specify that my defaults-file is “/etc/mysql/my.cnf” and not “/etc/my.cnf” ?
Thanks in advance.