Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.2(EOL)
Description
Using ZFS with the following example config:
zfs create tank/mysql
|
zfs set snapdir=visible tank/mysql
|
zfs set mountpoint=/mysql tank/mysql
|
my.cnf:
[mysqld]
|
datadir=/mysql
|
|
[galera]
|
wsrep_on=ON
|
wsrep_sst_method = rsync
|
rsync will attempt to sync the .zfs special folder, which breaks rsync (and thus sst replication)
incoming patch in just a few minutes.
Attachments
Issue Links
- relates to
-
MDEV-21719 Set rsync to use MariaDB error.log
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to MDEV-21719 [ MDEV-21719 ] |
Summary | ZFS snapdir=visible breaks Galera rsync SST replcation | ZFS snapdir=visible breaks Galera rsync SST replication |
Fix Version/s | 10.4 [ 22408 ] | |
Assignee | Jan Lindström [ jplindst ] |
Assignee | Jan Lindström [ jplindst ] | Julius Goryavsky [ sysprg ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Julius Goryavsky [ sysprg ] | Jan Lindström [ jplindst ] |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.4.11 [ 24013 ] |
issue.field.resolutiondate | 2020-06-24 05:45:28.0 | 2020-06-24 05:45:28.024 |
Fix Version/s | 10.5.4 [ 24264 ] | |
Fix Version/s | 10.2.33 [ 24307 ] | |
Fix Version/s | 10.3.24 [ 24306 ] | |
Fix Version/s | 10.4.14 [ 24305 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Fix Version/s | 10.5.5 [ 24423 ] | |
Fix Version/s | 10.5.4 [ 24264 ] |
Workflow | MariaDB v3 [ 103873 ] | MariaDB v4 [ 157315 ] |
Is there any status on this issue? I've had an open PR for it for months now.
https://github.com/MariaDB/server/pull/1445