nvmf: Enable tracing in filesystem test.
There is a sporadic error mounting ext4. Enable tracing to attempt and catch it. Change-Id: I8cb8425cbd076add0676064fccce66fdd4531b19 Signed-off-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
fa45aa0ae7
commit
a84c493af3
@ -36,7 +36,7 @@ rdma_device_init
|
|||||||
timing_enter fs_test
|
timing_enter fs_test
|
||||||
|
|
||||||
# Start up the NVMf target in another process
|
# Start up the NVMf target in another process
|
||||||
$rootdir/app/nvmf_tgt/nvmf_tgt -c $testdir/../nvmf.conf &
|
$rootdir/app/nvmf_tgt/nvmf_tgt -c $testdir/../nvmf.conf -t nvmf -t rdma &
|
||||||
nvmfpid=$!
|
nvmfpid=$!
|
||||||
|
|
||||||
trap "process_core; killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT
|
trap "process_core; killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT
|
||||||
|
Loading…
Reference in New Issue
Block a user