updated some errors while testing

This commit is contained in:
Lalit Arvind
2024-11-25 10:59:05 -07:00
parent 351a6473a4
commit 13dc2b4089
3 changed files with 6 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
<storage_configuration>
<disks>
<hot_disk>
<path>../clickhouse_data{{server_num}}/hot</path>
<path>/clickhouse_data{{server_num}}/hot</path>
<keep_free_space_bytes>300000000</keep_free_space_bytes>
</hot_disk>
<cold_disk>
<path>../clickhouse_data{{server_num}}/cold</path>
<path>/clickhouse_data{{server_num}}/cold</path>
<keep_free_space_bytes>500000000</keep_free_space_bytes>
</cold_disk>
</disks>