Technical Tip: How to extend a clickhouse DB disk
| Description | The article provides how to extend a ClickHouse DB disk. |
| Scope | FortiSIEM with ClickHouse as event storage. |
| Solution | The requirement is to extend clickhouse hot tier disk /data-clickhouse-hot-1 of a clickhouse node (Supervisor or workers), then the following steps can be performed.
# lsblk
# xfs_growfs /data-clickhouse-hot-1
# df -h
Similarly, it is possible to extend clickhouse warm or cold-tier disks:
/data-clickhouse-warm-1 /data-clickhouse-cold-1 |
