doc/iscsi: fix a typo

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Change-Id: Ia8328982ad4036e3090010dd71859d519d55ca3c
Reviewed-on: https://review.gerrithub.io/c/444890
Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Rami Rosen 2019-02-15 16:37:07 +02:00 committed by Darek Stojaczyk
parent dc07387aed
commit 7592a5fe81

View File

@ -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.
```