Skip to content

roles/mariadb: Set the nocow attribute when using btrfs

Giancarlo Razzolini requested to merge mariadb-nocow into master

To improve mysql performance when using btrfs, set the nocow attribute before running initdb, so all the files created under the mysql datadir have the attribute.

Merge request reports