diff options
| author | Vincent Milum Jr <github@darkain.com> | 2020-02-11 15:35:51 -0800 |
|---|---|---|
| committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-06-24 08:05:54 +0300 |
| commit | d09dd5e86c1ce77cf00858fb5628c3745a1213a5 (patch) | |
| tree | f8e49f412fcdea51e454ef7558c621fadc75f52e | |
| parent | 89c3b087a39933f1b9f01c22fc67bfe0f54ea50b (diff) | |
| download | mariadb-git-d09dd5e86c1ce77cf00858fb5628c3745a1213a5.tar.gz | |
Exclude needs to be on receiving side too
Exclude needs to be on receiving side too
It is possible that other excludes may need to be added to the receiving side too that exist on the sending side.
| -rw-r--r-- | scripts/wsrep_sst_rsync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/wsrep_sst_rsync.sh b/scripts/wsrep_sst_rsync.sh index 5de985237fc..96e542ce844 100644 --- a/scripts/wsrep_sst_rsync.sh +++ b/scripts/wsrep_sst_rsync.sh @@ -441,6 +441,7 @@ timeout = 300 $SILENT [$MODULE] path = $WSREP_SST_OPT_DATA + exclude = .zfs [$MODULE-log_dir] path = $WSREP_LOG_DIR [$MODULE-data_dir] |
