Merge pull request #10008 from morozovsk/patch-2

Documentation: path должен быть терминирован `/`.
This commit is contained in:
Ilya Yatsishin 2020-04-08 14:09:36 +03:00 committed by GitHub
commit 885d70fc2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,14 +494,14 @@ ALTER TABLE example_table
<storage_configuration> <storage_configuration>
<disks> <disks>
<disk_name_1> <!-- disk name --> <disk_name_1> <!-- disk name -->
<path>/mnt/fast_ssd/clickhouse</path> <path>/mnt/fast_ssd/clickhouse/</path>
</disk_name_1> </disk_name_1>
<disk_name_2> <disk_name_2>
<path>/mnt/hdd1/clickhouse</path> <path>/mnt/hdd1/clickhouse/</path>
<keep_free_space_bytes>10485760</keep_free_space_bytes> <keep_free_space_bytes>10485760</keep_free_space_bytes>
</disk_name_2> </disk_name_2>
<disk_name_3> <disk_name_3>
<path>/mnt/hdd2/clickhouse</path> <path>/mnt/hdd2/clickhouse/</path>
<keep_free_space_bytes>10485760</keep_free_space_bytes> <keep_free_space_bytes>10485760</keep_free_space_bytes>
</disk_name_3> </disk_name_3>