[sheepdog] [PATCH 2/2] tests/functional: launch tgt with multi threaded mode in 096
Hitoshi Mitake
mitake.hitoshi at lab.ntt.co.jp
Thu Aug 21 04:47:31 CEST 2014
There's no reason for launching tgt with only 1 backing store thread.
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
---
tests/functional/097 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/functional/097 b/tests/functional/097
index ec7e285..2f07c40 100755
--- a/tests/functional/097
+++ b/tests/functional/097
@@ -41,7 +41,7 @@ _setup_tgtd()
# $2: iscsi portal
# $3: VDI name for backing store
{
- $TGTD -t 1 -C $1 --iscsi portal=$2
+ $TGTD -C $1 --iscsi portal=$2
$TGTADM -C $1 --lld iscsi --mode target --op new --tid 1 --targetname iqn.2014-06.org.sheepdog-project
$TGTADM -C $1 --mode logicalunit --op new --tid 1 --lun 1 --bstype sheepdog --backing-store $3
$TGTADM -C $1 --mode target --op bind --tid 1 --initiator-address ALL
--
1.8.3.2
More information about the sheepdog
mailing list