[MDEV-15033] Node fails to join mdb cluster with wsrep_sst_mariabackup due to dependency from socat Created: 2018-01-22 Updated: 2018-03-23 Resolved: 2018-02-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup, Galera SST |
| Affects Version/s: | 10.1, 10.2.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Zdravelina Sokolovska (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7.4 |
||
| Issue Links: |
|
||||||||
| Description |
|
Node fails to join mdb cluster with wsrep_sst_mariabackup due to dependency from socat how to repeat
|
| Comments |
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-01-22 ] |
|
Workaround Workaround : install manually socat package |
| Comment by Jan Lindström (Inactive) [ 2018-02-06 ] |
|
http://lists.askmonty.org/pipermail/commits/2018-February/011959.html |
| Comment by Jan Lindström (Inactive) [ 2018-02-06 ] |
|
We cannot add new RPM dependencies in GA-releases. greenman Can you update relevant documentation. |
| Comment by Elena Stepanova [ 2018-02-06 ] |
|
As discussed by email, it can still be fixed in 10.3 if we want to. |
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-02-06 ] |
|
serg but mariabackup does not use socat at the moment? mariabackup --backup | --copy-back works without socat packdge to be installed . |
| Comment by Sergei Golubchik [ 2018-02-06 ] |
|
mariabackup doesn't. And the server doesn't. Only when a user enables galera and configures it to use wsrep_sst_mariabackup method, then he will need both socat and mariabackup. Currently the server does not require either socat or mariabackup. It'd be rather strange to require socat and not require mariabackup. And requiring both would introduce a dependency that's not needed by more than 99% (my estimate) of users, so it wouldn't be very user friendly. |
| Comment by Elena Stepanova [ 2018-02-06 ] |
|
greenman, I think it's still worth documented though, as Jan requested above. |