Merge "Add lost+found to list of ignored db dirs"

This commit is contained in:
Zuul 2022-06-03 10:23:51 +00:00 committed by Gerrit Code Review
commit 8b102ff94b
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ galera_tmp_table_size: 32M
galera_tmp_dir: /var/lib/mysql/#tmp
galera_ignore_db_dirs:
- "'#tmp'"
- "lost+found"
galera_file_limits: 164679
galera_wait_timeout: "{{ openstack_db_connection_recycle_time | default('600') }}"