linux-stable/drivers/target/tcm_remote/Kconfig
Dmitry Bogdanov 075a5d3561 scsi: target: Add virtual remote target
Create virtual remote target module.

This can be used to see a whole ACL/LUN/TPG configuration from all nodes in
storage cluster.  For example, it permits setting up remote ports in ALUA
port groups. To report all ports in a cluster in REPORT TARGET PORT GROUP
command.

Suggested-by: Konstantin Shelekhin <k.shelekhin@yadro.com>
Signed-off-by: Dmitry Bogdanov <d.bogdanov@yadro.com>
Link: https://lore.kernel.org/r/20230313181110.20566-13-d.bogdanov@yadro.com
Reviewed-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2023-03-16 23:36:37 -04:00

8 lines
287 B
Text

# SPDX-License-Identifier: GPL-2.0-only
config REMOTE_TARGET
tristate "TCM Virtual Remote target"
depends on SCSI
help
Say Y here to enable the TCM Virtual Remote fabric
That fabric is a dummy fabric to tell TCM about configuration
of TPG/ACL/LUN on peer nodes in a cluster.