From 8dcfeee4df35c0a28a7ac66aaf68e65b89bff85c Mon Sep 17 00:00:00 2001 From: Alex Maras Date: Thu, 9 Jul 2026 19:23:17 +0800 Subject: [PATCH 1/2] fix(clickhouse-keeper): use /var/lib/clickhouse-keeper in config Fix telemetrykeeper molding to output the same path for log_storage_path and snapshot_storage_path as was used in castings. --- .../templates/keeper.clickhouse.v25125.yaml.gotmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/molding/telemetrykeepermolding/templates/keeper.clickhouse.v25125.yaml.gotmpl b/internal/molding/telemetrykeepermolding/templates/keeper.clickhouse.v25125.yaml.gotmpl index a20ab9ae..9622a7de 100644 --- a/internal/molding/telemetrykeepermolding/templates/keeper.clickhouse.v25125.yaml.gotmpl +++ b/internal/molding/telemetrykeepermolding/templates/keeper.clickhouse.v25125.yaml.gotmpl @@ -11,7 +11,7 @@ keeper_server: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: {{- range $i := until .ServerCount }} @@ -21,5 +21,5 @@ keeper_server: id: {{ $i }} {{- end }} server_id: {{ .ServerID }} - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: {{ (index .ClientAddresses .ServerID).Port }} From c072bc7352c8a530c0e1130183fbe6b4e8185999 Mon Sep 17 00:00:00 2001 From: Alex Maras Date: Fri, 10 Jul 2026 19:11:21 +0800 Subject: [PATCH 2/2] docs(telemetrykeeper): regenerate after volume change --- docs/examples/coolify/stack/casting.yaml.lock | 8 ++++---- docs/examples/coolify/stack/pours/deployment/coolify.yaml | 4 ++-- docs/examples/docker/compose/casting.yaml.lock | 8 ++++---- .../telemetrykeeper/clickhousekeeper/keeper-0.yaml | 4 ++-- docs/examples/docker/swarm/casting.yaml.lock | 8 ++++---- .../telemetrykeeper/clickhousekeeper/keeper-0.yaml | 4 ++-- docs/examples/ecs/ec2/terraform/casting.yaml.lock | 8 ++++---- .../module/telemetrykeeper/clickhousekeeper/keeper-0.yaml | 4 ++-- docs/examples/kubernetes/helm/casting.yaml.lock | 8 ++++---- docs/examples/kubernetes/kustomize/casting.yaml.lock | 8 ++++---- docs/examples/railway/template/casting.yaml.lock | 8 ++++---- .../deployment/telemetrykeeper/keeper.d/keeper-0.yaml | 4 ++-- docs/examples/render/blueprint/casting.yaml.lock | 8 ++++---- .../configs/telemetrykeeper/keeper.d/keeper-0.yaml | 4 ++-- docs/examples/systemd/binary/casting.yaml.lock | 8 ++++---- .../telemetrykeeper/clickhousekeeper/keeper-0.yaml | 4 ++-- 16 files changed, 50 insertions(+), 50 deletions(-) diff --git a/docs/examples/coolify/stack/casting.yaml.lock b/docs/examples/coolify/stack/casting.yaml.lock index 9af18a54..d1623368 100644 --- a/docs/examples/coolify/stack/casting.yaml.lock +++ b/docs/examples/coolify/stack/casting.yaml.lock @@ -376,14 +376,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 enabled: true image: clickhouse/clickhouse-keeper:25.12.5 @@ -410,14 +410,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 telemetrystore: kind: clickhouse diff --git a/docs/examples/coolify/stack/pours/deployment/coolify.yaml b/docs/examples/coolify/stack/pours/deployment/coolify.yaml index 3ce4a592..e46f9179 100644 --- a/docs/examples/coolify/stack/pours/deployment/coolify.yaml +++ b/docs/examples/coolify/stack/pours/deployment/coolify.yaml @@ -266,14 +266,14 @@ services: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 source: ./configs/telemetrykeeper/keeper-0.yaml target: /etc/clickhouse-keeper/keeper.yaml diff --git a/docs/examples/docker/compose/casting.yaml.lock b/docs/examples/docker/compose/casting.yaml.lock index 0fbd28a3..a2fa2f9b 100644 --- a/docs/examples/docker/compose/casting.yaml.lock +++ b/docs/examples/docker/compose/casting.yaml.lock @@ -376,14 +376,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 enabled: true image: clickhouse/clickhouse-keeper:25.12.5 @@ -410,14 +410,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 telemetrystore: kind: clickhouse diff --git a/docs/examples/docker/compose/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml b/docs/examples/docker/compose/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml index 5c1e6fcb..0434c1dc 100644 --- a/docs/examples/docker/compose/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml +++ b/docs/examples/docker/compose/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml @@ -7,14 +7,14 @@ keeper_server: snapshot_distance: 100000 snapshots_to_keep: 3 four_letter_word_white_list: '*' - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 id: 0 port: 9234 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 listen_host: 0.0.0.0 logger: diff --git a/docs/examples/docker/swarm/casting.yaml.lock b/docs/examples/docker/swarm/casting.yaml.lock index 55a80494..3bf94c3e 100644 --- a/docs/examples/docker/swarm/casting.yaml.lock +++ b/docs/examples/docker/swarm/casting.yaml.lock @@ -376,14 +376,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 enabled: true image: clickhouse/clickhouse-keeper:25.12.5 @@ -410,14 +410,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 telemetrystore: kind: clickhouse diff --git a/docs/examples/docker/swarm/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml b/docs/examples/docker/swarm/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml index 5c1e6fcb..0434c1dc 100644 --- a/docs/examples/docker/swarm/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml +++ b/docs/examples/docker/swarm/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml @@ -7,14 +7,14 @@ keeper_server: snapshot_distance: 100000 snapshots_to_keep: 3 four_letter_word_white_list: '*' - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 id: 0 port: 9234 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 listen_host: 0.0.0.0 logger: diff --git a/docs/examples/ecs/ec2/terraform/casting.yaml.lock b/docs/examples/ecs/ec2/terraform/casting.yaml.lock index 940030b0..6b1dd48d 100644 --- a/docs/examples/ecs/ec2/terraform/casting.yaml.lock +++ b/docs/examples/ecs/ec2/terraform/casting.yaml.lock @@ -375,14 +375,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: telemetrykeeper-clickhousekeeper.signoz.local port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 enabled: true image: clickhouse/clickhouse-keeper:25.12.5 @@ -409,14 +409,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: telemetrykeeper-clickhousekeeper.signoz.local port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 telemetrystore: kind: clickhouse diff --git a/docs/examples/ecs/ec2/terraform/pours/deployment/module/telemetrykeeper/clickhousekeeper/keeper-0.yaml b/docs/examples/ecs/ec2/terraform/pours/deployment/module/telemetrykeeper/clickhousekeeper/keeper-0.yaml index 89dd46c7..53f4bb57 100644 --- a/docs/examples/ecs/ec2/terraform/pours/deployment/module/telemetrykeeper/clickhousekeeper/keeper-0.yaml +++ b/docs/examples/ecs/ec2/terraform/pours/deployment/module/telemetrykeeper/clickhousekeeper/keeper-0.yaml @@ -7,14 +7,14 @@ keeper_server: snapshot_distance: 100000 snapshots_to_keep: 3 four_letter_word_white_list: '*' - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: telemetrykeeper-clickhousekeeper.signoz.local id: 0 port: 9234 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 listen_host: 0.0.0.0 logger: diff --git a/docs/examples/kubernetes/helm/casting.yaml.lock b/docs/examples/kubernetes/helm/casting.yaml.lock index 09722787..517b4aa5 100644 --- a/docs/examples/kubernetes/helm/casting.yaml.lock +++ b/docs/examples/kubernetes/helm/casting.yaml.lock @@ -373,14 +373,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-zookeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 enabled: true image: clickhouse/clickhouse-keeper:25.12.5 @@ -407,14 +407,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-zookeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 telemetrystore: kind: clickhouse diff --git a/docs/examples/kubernetes/kustomize/casting.yaml.lock b/docs/examples/kubernetes/kustomize/casting.yaml.lock index de39d2e4..5da69c2a 100644 --- a/docs/examples/kubernetes/kustomize/casting.yaml.lock +++ b/docs/examples/kubernetes/kustomize/casting.yaml.lock @@ -373,14 +373,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-clickhouse-keeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 enabled: true image: clickhouse/clickhouse-keeper:25.12.5 @@ -407,14 +407,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-clickhouse-keeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 telemetrystore: kind: clickhouse diff --git a/docs/examples/railway/template/casting.yaml.lock b/docs/examples/railway/template/casting.yaml.lock index 2a1b7747..bedaa0b5 100644 --- a/docs/examples/railway/template/casting.yaml.lock +++ b/docs/examples/railway/template/casting.yaml.lock @@ -371,14 +371,14 @@ spec: http_control: endpoint: /ready port: 9182 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: localhost id: 0 port: 9234 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 listen_host: '::' logger: @@ -408,14 +408,14 @@ spec: http_control: endpoint: /ready port: 9182 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: localhost id: 0 port: 9234 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 listen_host: '::' logger: diff --git a/docs/examples/railway/template/pours/deployment/telemetrykeeper/keeper.d/keeper-0.yaml b/docs/examples/railway/template/pours/deployment/telemetrykeeper/keeper.d/keeper-0.yaml index 1d490258..f845d8b3 100644 --- a/docs/examples/railway/template/pours/deployment/telemetrykeeper/keeper.d/keeper-0.yaml +++ b/docs/examples/railway/template/pours/deployment/telemetrykeeper/keeper.d/keeper-0.yaml @@ -10,14 +10,14 @@ keeper_server: http_control: endpoint: /ready port: 9182 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: localhost id: 0 port: 9234 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 listen_host: '::' logger: diff --git a/docs/examples/render/blueprint/casting.yaml.lock b/docs/examples/render/blueprint/casting.yaml.lock index 26d6a4a9..735a6724 100644 --- a/docs/examples/render/blueprint/casting.yaml.lock +++ b/docs/examples/render/blueprint/casting.yaml.lock @@ -372,14 +372,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 enabled: true image: clickhouse/clickhouse-keeper:25.12.5 @@ -406,14 +406,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 extras: service_names: signoz-telemetrykeeper-clickhousekeeper-0 diff --git a/docs/examples/render/blueprint/pours/deployment/configs/telemetrykeeper/keeper.d/keeper-0.yaml b/docs/examples/render/blueprint/pours/deployment/configs/telemetrykeeper/keeper.d/keeper-0.yaml index 5c1e6fcb..0434c1dc 100644 --- a/docs/examples/render/blueprint/pours/deployment/configs/telemetrykeeper/keeper.d/keeper-0.yaml +++ b/docs/examples/render/blueprint/pours/deployment/configs/telemetrykeeper/keeper.d/keeper-0.yaml @@ -7,14 +7,14 @@ keeper_server: snapshot_distance: 100000 snapshots_to_keep: 3 four_letter_word_white_list: '*' - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: signoz-telemetrykeeper-clickhousekeeper-0 id: 0 port: 9234 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 listen_host: 0.0.0.0 logger: diff --git a/docs/examples/systemd/binary/casting.yaml.lock b/docs/examples/systemd/binary/casting.yaml.lock index 30df1e20..9d6cd5ed 100644 --- a/docs/examples/systemd/binary/casting.yaml.lock +++ b/docs/examples/systemd/binary/casting.yaml.lock @@ -388,14 +388,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: localhost port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 enabled: true image: clickhouse/clickhouse-keeper:25.12.5 @@ -422,14 +422,14 @@ spec: force_sync: false snapshot_distance: 100000 snapshots_to_keep: 3 - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: localhost port: 9234 id: 0 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 telemetrystore: kind: clickhouse diff --git a/docs/examples/systemd/binary/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml b/docs/examples/systemd/binary/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml index c74400c9..65c1bb73 100644 --- a/docs/examples/systemd/binary/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml +++ b/docs/examples/systemd/binary/pours/deployment/telemetrykeeper/clickhousekeeper/keeper-0.yaml @@ -7,14 +7,14 @@ keeper_server: snapshot_distance: 100000 snapshots_to_keep: 3 four_letter_word_white_list: '*' - log_storage_path: /var/lib/clickhouse/coordination/log + log_storage_path: /var/lib/clickhouse-keeper/coordination/log raft_configuration: server: - hostname: localhost id: 0 port: 9234 server_id: 0 - snapshot_storage_path: /var/lib/clickhouse/coordination/snapshots + snapshot_storage_path: /var/lib/clickhouse-keeper/coordination/snapshots tcp_port: 9181 listen_host: 0.0.0.0 logger: