yobasystems / alpine-mariadb

MariaDB running on Alpine Linux [Docker]
https://hub.docker.com/r/yobasystems/alpine-mariadb/
237 stars 71 forks source link

Inoperable on ZFS Hosts #44

Closed Aquilum closed 3 years ago

Aquilum commented 3 years ago

It appears that this container is using a version of MariaDB that attempts to use fallocate(...) on all Linux systems - which will fail if the host FS doesn't support that (ZFS being a notable case).

Upstream issue tracker suggests this is resolved if you take a later MariaDB build: https://jira.mariadb.org/browse/MDEV-16015

Confirmed using an alternative 10.5.8 build works for my deployment.

dominictayloruk commented 3 years ago

I will try to update all the images over the course of the next few days, been really busy recently so all the repos have been suffering a little neglect.

dominictayloruk commented 3 years ago

Sorry for the delay, i've updated the image to Alpine 3.13.5 & MariaDB version 10.5.8

Aquilum commented 3 years ago

Awesome, thanks!