summaryrefslogtreecommitdiff
path: root/drivers/target/tcm_remote/Kconfig
diff options
context:
space:
mode:
authorMartin K. Petersen <martin.petersen@oracle.com>2023-03-17 06:41:00 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2023-03-17 06:41:00 +0300
commitc5797fda210fc852f876f0660e959b5e9db604d8 (patch)
treee97e2e4e94345990e174dae9ab6e76611b852454 /drivers/target/tcm_remote/Kconfig
parente943e97ca9b94fc7d222465c48598dd417b599d8 (diff)
parent075a5d356103b32bc7023b03ede60a2f183bcfb3 (diff)
downloadlinux-c5797fda210fc852f876f0660e959b5e9db604d8.tar.xz
Merge patch series "add virtual remote fabric"
Dmitry Bogdanov <d.bogdanov@yadro.com> says: The patchset is based on 6.4/scsi-staging branch. The first 11 patches are just a refactoring to reduce code duplication in fabric drivers. They make several callouts be optional in fabric ops. Make a default implementation of the optional ops and remove such implementations in the fabric drivers. The last patch is a new virtual remote fabric driver. It has a valueble sence with patchset "scsi: target: make RTPI an TPG identifier" to configure RPTI on remote/tpgt_x same as on tpgt_y on other nodes in a storage cluster. That allows to report the same ports in RTPG from each node and to have a clusterwide tpg/acl/lun view in kernel. Link: https://lore.kernel.org/r/20230313181110.20566-1-d.bogdanov@yadro.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/target/tcm_remote/Kconfig')
-rw-r--r--drivers/target/tcm_remote/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/target/tcm_remote/Kconfig b/drivers/target/tcm_remote/Kconfig
new file mode 100644
index 000000000000..e6bebb5fe6f1
--- /dev/null
+++ b/drivers/target/tcm_remote/Kconfig
@@ -0,0 +1,8 @@
+# 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.