mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
075a5d3561
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>
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
# 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.
|