Move clickhouse off ZFS

For some reason, they really don't play well together!
This commit is contained in:
Jake Howard
2020-10-03 17:18:11 +01:00
parent 68bda30cb2
commit 4c40faf21d
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
- name: Install clickhouse config
template:
src: files/clickhouse-config.xml
dest: /mnt/tank/dbs/clickhouse/docker_related_config.xml
dest: /opt/plausible/docker_related_config.xml
mode: "0644"
notify: restart plausible
become: true
@ -17,7 +17,7 @@
- name: Install clickhouse user config
template:
src: files/clickhouse-user-config.xml
dest: /mnt/tank/dbs/clickhouse/docker_related_user_config.xml
dest: /opt/plausible/docker_related_user_config.xml
mode: "0644"
notify: restart plausible
become: true