test/nvmf: increase number of subsystems in lvol test
Number of susbystems for test on physical server increased. Due to SoftRoce limitations number of subsystems is not increased for VM tests. Change-Id: I6875204238f55f4bc4a819512ee0fd6a46c44fee Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/380459 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Piotr Pelpliński <piotr.pelplinski@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
c7b8fb9116
commit
d6bf976af4
@ -8,7 +8,7 @@ source $rootdir/test/nvmf/common.sh
|
||||
MALLOC_BDEV_SIZE=128
|
||||
MALLOC_BLOCK_SIZE=512
|
||||
LVOL_BDEV_SIZE=10
|
||||
SUBSYS_NR=1
|
||||
SUBSYS_NR=10
|
||||
|
||||
rpc_py="python $rootdir/scripts/rpc.py"
|
||||
|
||||
@ -28,6 +28,14 @@ if [ -z $NVMF_FIRST_TARGET_IP ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# SoftRoce does not have enough queues available for
|
||||
# multiconnection tests. Detect if we're using software RDMA.
|
||||
# If so - lower the number of subsystems for test.
|
||||
if check_ip_is_soft_roce $NVMF_FIRST_TARGET_IP; then
|
||||
echo "Using software RDMA, lowering number of NVMeOF subsystems."
|
||||
SUBSYS_NR=1
|
||||
fi
|
||||
|
||||
timing_enter lvol_integrity
|
||||
timing_enter start_nvmf_tgt
|
||||
# Start up the NVMf target in another process
|
||||
|
Loading…
Reference in New Issue
Block a user