After transfer snapshot of Percona XtraDB Cluster I received below error:
2016-01-29 06:57:18 20161 [Warning] WSREP: Could not open state file for reading: '/var/lib/mysql//grastate.dat' 2016-01-29 06:57:18 20161 [ERROR] WSREP: Could not open state file for writing: '/var/lib/mysql//grastate.dat'. Check permissions and/or disk space.: 13 (Permission denied) at galera/src/saved_state.cpp:SavedState():49 2016-01-29 06:57:18 20161 [ERROR] WSREP: wsrep::init() failed: 7, must shutdown 2016-01-29 06:57:18 20161 [ERROR] Abortingturns out chxmod 660 or 666 or 777 didn't help and the reason was the mysql folder ownership was root instead of mysql, so to fix it:
chown -R mysql:mysql /var/lib/mysql/