mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 03:53:41 +00:00
33 lines
864 B
XML
33 lines
864 B
XML
<?xml version="1.0"?>
|
|
<clickhouse>
|
|
<path>/var/lib/clickhouse/</path>
|
|
<storage_configuration>
|
|
<disks>
|
|
<test1>
|
|
<type>local</type>
|
|
<path>/var/lib/clickhouse/path1/</path>
|
|
</test1>
|
|
<test2>
|
|
<type>local</type>
|
|
<path>/var/lib/clickhouse/path2/</path>
|
|
</test2>
|
|
</disks>
|
|
<policies>
|
|
<test1>
|
|
<volumes>
|
|
<main>
|
|
<disk>test1</disk>
|
|
</main>
|
|
</volumes>
|
|
</test1>
|
|
<test2>
|
|
<volumes>
|
|
<main>
|
|
<disk>test2</disk>
|
|
</main>
|
|
</volumes>
|
|
</test2>
|
|
</policies>
|
|
</storage_configuration>
|
|
</clickhouse>
|