adfinis / openshift-mariadb-galera

Kubernetes / OpenShift Images for a MariaDB Galera Cluster
GNU General Public License v3.0
37 stars 42 forks source link

Lost+found directory inside /var/lib/mysql #10

Closed richard-julien closed 7 years ago

richard-julien commented 7 years ago

I finally successfully deploy on GKE with SSD volume instead of glusterFS. I'm able to connect but i noticed a schema named "#mysql50#lost+found and some logs

2017-06-05 20:49:17 140214132201728 [Note] mysqld: ready for connections.
Version: '10.1.20-MariaDB'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MariaDB Server
2017-06-05 20:49:21 140214130744064 [ERROR] Invalid (old?) table or database name 'lost+found'
2017-06-05 20:49:31 140214130744064 [ERROR] Invalid (old?) table or database name 'lost+found'
2017-06-05 20:49:41 140214130744064 [ERROR] Invalid (old?) table or database name 'lost+found'
2017-06-05 20:49:51 140214130744064 [ERROR] Invalid (old?) table or database name 'lost+found'

Any idea on this subject ?

Thanks.

tongpu commented 7 years ago

These errors can be removed by adding ignore-db-dir=lost+found to the configuration. I'll update the container scripts accordingly.

tongpu commented 7 years ago

@richard-julien The docker image on Docker Hub has been updated and the errors should be gone from the logs.