Re: [PATCH v4] docs: consolidate storage interfaces

From: Costa Shulyupin
Date: Sun Jun 18 2023 - 12:10:11 EST


On Sun, 18 Jun 2023 at 18:20, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> What does the TCM Virtual Device comment refer to?

TCM stands for Target Core Mod.
It is configured by CONFIG_TARGET_CORE.
The moved doc is https://docs.kernel.org/target/. Good example to not
name directories.
It says "TCM is another name for LIO, an in-kernel iSCSI target (server)."
LIO stands for Linux-IO: https://en.wikipedia.org/wiki/LIO_(SCSI_target)

Thank you.