test/nvmf/shutdown: reduce number of subsystems
The setup.sh parameters we use in autotest don't allow for enough RAM for 12 subsystems; reduce it slightly while still testing a large number. Change-Id: I595589db6e5199ad87ad9511bb0ad63b7b60211d Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
bfe2897da3
commit
44ceff8c17
@ -27,8 +27,8 @@ trap "killprocess $pid; exit 1" SIGINT SIGTERM EXIT
|
|||||||
|
|
||||||
waitforlisten $pid ${RPC_PORT}
|
waitforlisten $pid ${RPC_PORT}
|
||||||
|
|
||||||
# Create 12 subsystems
|
# Create 10 subsystems
|
||||||
for i in `seq 1 12`
|
for i in `seq 1 10`
|
||||||
do
|
do
|
||||||
bdevs="$($rpc_py construct_malloc_bdev $MALLOC_BDEV_SIZE $MALLOC_BLOCK_SIZE)"
|
bdevs="$($rpc_py construct_malloc_bdev $MALLOC_BDEV_SIZE $MALLOC_BLOCK_SIZE)"
|
||||||
$rpc_py construct_nvmf_subsystem Virtual nqn.2016-06.io.spdk:cnode${i} "transport:RDMA traddr:$NVMF_FIRST_TARGET_IP trsvcid:$NVMF_PORT" '' -s SPDK${i} -n "$bdevs"
|
$rpc_py construct_nvmf_subsystem Virtual nqn.2016-06.io.spdk:cnode${i} "transport:RDMA traddr:$NVMF_FIRST_TARGET_IP trsvcid:$NVMF_PORT" '' -s SPDK${i} -n "$bdevs"
|
||||||
|
Loading…
Reference in New Issue
Block a user