-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start a container for MySQL 8: Log file ./ib_logfile0 size 18882560 is not a multiple of innodb_page_size #868
Comments
We experience the exact same issue here with our development setup on Ubuntu 22.04. It works fine with older Ubuntu and Fedora 35. |
I am using ZFS as well, so sounds like you're onto something. |
According to openzfs/zfs#13329 (comment) this was resolved in openzfs/zfs#13338. |
Seems like the merged fix is already part of 2.1.5-staging (openzfs/zfs#13532) |
Here is my workaround. |
Nice find! Given this is ZFS-related, there's not likely to be anything we could fix in the image to fix it. 😅 At most, maybe there's an issue on the upstream MySQL project for it? (Going to close this in favor of the more appropriate discussions on the ZFS and/or MySQL projects. 👍) |
zfs 2.1.5 was released 2 days ago and I can confirm that it indeed fixes this |
A bit off topic, but how did you upgrade to 2.1.5? I’m on Ubuntu 22.04. |
I am not using Ubuntu. Both versions were self compiled for CentOS Stream 9
|
If you are not in a rush just wait for Canonical to add this package in the apt repos. If you really want to update I guess that you need to do it manually following the docs here |
jonathonf's PPA: after reboot:
|
I am having the strangest error when starting a simple 8.0 container. Using defaults for everything, yet I get the error
Log file ./ib_logfile0 size 18882560 is not a multiple of innodb_page_size
and MySQL does not start.I tried different tags. MySQL 5.7 works, but no luck with version 8
Command on Ubuntu 22.04
Output
The text was updated successfully, but these errors were encountered: