Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: TiKV的数据盘能用lvm进行管理吗
Can TiKV use disks formatted with LVM management, and can it be expanded later through logical volumes?
Sure, using LVM is fine, but it’s not recommended for a single KV disk to exceed 2TB.
There is no need because TiKV itself is distributed storage.
In Linux, it’s just a mount point and can be treated as a regular partition. To improve efficiency, it is recommended that the storage space of a single TiKV instance does not exceed 2TB.
Absolutely, many production environments do it this way.