[MDEV-11036] Add link wsrep_sst_rsync_wan -> wsrep_sst_rsync Created: 2016-10-12  Updated: 2022-04-18  Resolved: 2017-06-20

Status: Closed
Project: MariaDB Server
Component/s: Galera SST
Affects Version/s: 10.1, 5.5-galera, 10.2
Fix Version/s: 5.5.57-galera

Type: Bug Priority: Major
Reporter: Francisco Biete Assignee: Sachin Setiya (Inactive)
Resolution: Fixed Votes: 0
Labels: galera

Issue Links:
Relates
relates to MDEV-4221 Either add wsrep_sst_rsync_wan to the... Closed
relates to MDEV-28236 Allow wsrep_sst_rsync to pass options... Open

 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.



 Comments   
Comment by Francisco Biete [ 2016-10-12 ]

Instead of removing the documentation option, I think is better create the needed link, because the functionality/code needed is just there.

Generated at Thu Feb 08 07:46:48 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.