Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5-galera, 10.1(EOL), 10.2(EOL)
Description
To use rsync_wan (rsync with delta transfers) we need to create a link named wsrep_sst_rsync_wan pointing to wsrep_sst_rsync.
See line 130 of wsrep_sst_rsync
# Use deltaxfer only for WAN
|
inv=$(basename $0)
|
[ "$inv" = "wsrep_sst_rsync_wan" ] && WHOLE_FILE_OPT="" \
|
|| WHOLE_FILE_OPT="--whole-file"
|
The functionality is there, but we are missing the link.
Attachments
Issue Links
- relates to
-
MDEV-4221 Either add wsrep_sst_rsync_wan to the release, or remove it from documentation
- Closed
-
MDEV-28236 Allow wsrep_sst_rsync to pass options to rsync binary via [sst] settings
- Open