-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Installation problem with 1.3.0 and 1.4.0-rc1 -- MariaDB 10.2.10 issue on ext3 #4204
Comments
I wonder if the issue is related to https://jira.mariadb.org/browse/MDEV-14244. My filesystem type is ext3, Ubuntu 14.04 LTS. What MariaDB version is used in Harbor? |
Version appears:
Looks likes MariaDB needs to be updated to resolve the problem .... |
Did you upgrade to 1.3.0 and 1.4.0-rc1 from an old version or did a new installation without any existing data? |
I installed from scratch, ie no existing data. If you do a literal search on the error message you will find a number of hits, several of them pointing to the same cause. PS.I temporarily installed v1.2.0 with mysql, and that works fine. |
Is more information needed? I hope you can include the MariaDB upgrade in the next release candidate, so that I can use the latest version. I do not want to be stuck at 1.2.0 with mysql server. |
The file './ibdata1' resides in the |
@bergtwvd we can reproduce this issue on Thanks for raising the issue! |
Thanks for looking into this. Obviously I hope a fix can make it into 1.4.0, but I understand this may be not feasable. |
Is there another solution? Can i build the docker harbor-db(v1.4.0) myself? |
I just wonder if/when this issue will be resolved. At the moment I am stuck with an old version of Harbor that I cannot upgrade to the latest version due to this issue. Any forecast? |
Unfortunately the MariaDB in our internal software has not been updated yet, a ticket has been opened but I cannot give an accurate forecast. |
This is quite problematic since I do not control the host OS installation and the type of filesystem used. The IT department creates VMs from a standard image. The filesystem is ext3 by default. |
A small update from my end: I have moved to ext4 in the meantime and run Harbor 1.4.0. |
Verified in latest rc that mariaDB has been upgraded to 10.2.14, closing the issue. |
I follow the install/config instructions from the book. When I start it all up with install.sh I notice a problem in the database. Same problem for 1.3.0 and 1.4.0-rc1. Details below.
When I place the volumes of the db and registry in a 75 Gb filesystem, problem persists.
InnoDB: Could not set the file size of './ibdata1'. Probably out of disk space
There is enough disk space. On what filesystem does ibdata reside?
Any idea of the cause and solution?
1)Version of docker engine and docker-compose.
2)Config files of harbor, you can get them by packaging "harbor.cfg" and files in the same directory, including subdirectory.
3)Log files, you can get them by package the /var/log/harbor/ .
The text was updated successfully, but these errors were encountered: