From 44ceff8c1701260c6294f4436bf4974ef64d8cbb Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 2 Mar 2017 09:55:05 -0700 Subject: [PATCH] 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 --- test/nvmf/shutdown/shutdown.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/nvmf/shutdown/shutdown.sh b/test/nvmf/shutdown/shutdown.sh index b738e0a60..e22d4aa76 100755 --- a/test/nvmf/shutdown/shutdown.sh +++ b/test/nvmf/shutdown/shutdown.sh @@ -27,8 +27,8 @@ trap "killprocess $pid; exit 1" SIGINT SIGTERM EXIT waitforlisten $pid ${RPC_PORT} -# Create 12 subsystems -for i in `seq 1 12` +# Create 10 subsystems +for i in `seq 1 10` do 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"