ClickHouse/tests/integration/test_disks_app_func/config.xml

45 lines
1.3 KiB
XML

<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>
<test3>
<type>s3</type>
<endpoint>http://minio1:9001/root/data/</endpoint>
<access_key_id>minio</access_key_id>
<secret_access_key>minio123</secret_access_key>
</test3>
</disks>
<policies>
<test1>
<volumes>
<main>
<disk>test1</disk>
</main>
</volumes>
</test1>
<test2>
<volumes>
<main>
<disk>test2</disk>
</main>
</volumes>
</test2>
<test3>
<volumes>
<main>
<disk>test3</disk>
</main>
</volumes>
</test3>
</policies>
</storage_configuration>
</clickhouse>