summaryrefslogtreecommitdiff
path: root/drivers/target/Makefile
diff options
context:
space:
mode:
authorDmitry Bogdanov <d.bogdanov@yadro.com>2023-03-13 21:11:10 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2023-03-16 23:36:37 -0400
commit075a5d356103b32bc7023b03ede60a2f183bcfb3 (patch)
tree01bba67427f95864348249e409b63c6e8dc685a8 /drivers/target/Makefile
parentdf02beb9afd246a41c70c62de9c186464e10282a (diff)
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>
Diffstat (limited to 'drivers/target/Makefile')
-rw-r--r--drivers/target/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/Makefile b/drivers/target/Makefile
index 45634747377e..431b84abfb94 100644
--- a/drivers/target/Makefile
+++ b/drivers/target/Makefile
@@ -30,3 +30,4 @@ obj-$(CONFIG_LOOPBACK_TARGET) += loopback/
obj-$(CONFIG_TCM_FC) += tcm_fc/
obj-$(CONFIG_ISCSI_TARGET) += iscsi/
obj-$(CONFIG_SBP_TARGET) += sbp/
+obj-$(CONFIG_REMOTE_TARGET) += tcm_remote/