From 35f840b32449c85a095567b71436b53c18b73e9f Mon Sep 17 00:00:00 2001 From: Liang Yan Date: Fri, 9 Aug 2019 09:25:32 +0800 Subject: [PATCH] iscsi: remove portal group cpumask usage example Change-Id: I6e87c15ae0e9839d0d4b0922bbb9e397588b770d Signed-off-by: Liang Yan Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/464624 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto --- etc/spdk/iscsi.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/spdk/iscsi.conf.in b/etc/spdk/iscsi.conf.in index e53063d68..1a7864473 100644 --- a/etc/spdk/iscsi.conf.in +++ b/etc/spdk/iscsi.conf.in @@ -77,7 +77,7 @@ # Portal [:] [PortalGroup1] Portal DA1 192.168.2.21:3260 - Portal DA2 192.168.2.22:3260@0xF + Portal DA2 192.168.2.22:3260 # Users must change the InitiatorGroup section(s) to match the IP # addresses and initiator configuration in their environment.