There's no reason for launching tgt with only 1 backing store thread.

Signed-off-by: Hitoshi Mitake <[email protected]>
---
 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

-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to