documentation related to wsrep_sst_auth can be confusing

Bug #1018089 reported by Frederic Descamps
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC
Fix Released
Undecided
Hrvoje Matijakovic

Bug Description

on http://www.percona.com/doc/percona-xtradb-cluster/resources.html, it states that "If you use rsync or xtrabackup SST, wsrep_sst_auth is not necessary unless your SST script makes use of it".

But if you use xtrabackup as SST method, it will use /usr/bin/wsrep_sst_xtrabackup provided in Percona-XtraDB-Cluster-server package. And this script also needs user password if you have a password for root@localhost.

So I don't think it depends only on the SST script used but also about the user grants on the system.

In the code of wsrep_sst_xtrabackup we can see that innobackupex uses it:

 if [ ${#AUTH[*]} -eq 2 ]; then
           INNOBACKUPEX_ARGS="${INNOBACKUPEX_ARGS} --password=${AUTH[1]}"
 fi

Cheers

Tags: docs

Related branches

Revision history for this message
Alexey Kopytov (akopytov) wrote :

Seems to be an XtraDB Cluster bug rather than an XtraBackup one?

affects: percona-xtrabackup → percona-xtradb-cluster
Changed in percona-xtradb-cluster:
assignee: nobody → Hrvoje Matijakovic (hrvojem)
status: New → In Progress
Changed in percona-xtradb-cluster:
status: In Progress → Fix Committed
Changed in percona-xtradb-cluster:
status: Fix Committed → Fix Released
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXC-1228

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.