[MDEV-10303] rsync_sst_rsync: ignore lost+found during database directory transfer Created: 2016-06-29 Updated: 2020-03-16 Resolved: 2016-08-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.2.0 |
| Fix Version/s: | 5.5.51-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | contribution, foundation | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
lost+found is excluded when transferring normal directories. The database directory transfer however does not exclude it. As a result, wsrep_sst_rsync in donor mode attempts to read its content. This fails as it is owned by root with strict 700 permissions. This change excludes lost+found from the list of database directories in the wsrep_sst_rsync script. |