Details
Description
When storage is NFS, Mariabackup SST may fail with:
rm: cannot remove '/bitnami/mariadb/data/.nfs00000000012345000012345': Device or resource busy
|
The solution that seems to work is to add .nfs to the cpat variable:
cpat=.*\.nfs.*\.........
|
With this Jira we would be happy if you evaluated if such pattern should be added to the default value of the cpat variable in the [sst] section.