v.24.5Improvement

Clickhouse Disks Require Server Setting for Metadata Format Version

Clickhouse disks have to read server setting to obtain actual metadata format version. #63831 (Sema Checherinda).
ClickHouse disks now read the server setting to determine the actual metadata format version.

Why it matters

This feature ensures that disk components in ClickHouse correctly obtain and use the current metadata format version set on the server. It improves consistency and reliability when managing disk metadata by aligning disk operations with the server configuration.

How to use it

No explicit user action is required. Disks automatically read the server setting for the metadata format version during operation, ensuring compatibility with the server's configuration.