From 7592a5fe817d49bf7bff56fe3c035cefb497dc8e Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Fri, 15 Feb 2019 16:37:07 +0200 Subject: [PATCH] doc/iscsi: fix a typo Signed-off-by: Rami Rosen Change-Id: Ia8328982ad4036e3090010dd71859d519d55ca3c Reviewed-on: https://review.gerrithub.io/c/444890 Reviewed-by: Pawel Wodkowski Reviewed-by: Jim Harris Reviewed-by: Darek Stojaczyk Reviewed-by: Shuhei Matsumoto Tested-by: SPDK CI Jenkins --- doc/iscsi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/iscsi.md b/doc/iscsi.md index b09925844..9e2b86949 100644 --- a/doc/iscsi.md +++ b/doc/iscsi.md @@ -249,7 +249,7 @@ Create one initiator group with id 2 to accept any connection from 10.0.0.2/32: $ python ./scripts/rpc.py add_initiator_group 2 ANY 10.0.0.2/32 ``` -Finaly construct one target using previously created bdevs as LUN0 (Malloc0) and LUN1 (Malloc1) +Finally construct one target using previously created bdevs as LUN0 (Malloc0) and LUN1 (Malloc1) with a name "disk1" and alias "Data Disk1" using portal group 1 and initiator group 2. ```