From a84c493af3a52ef5163de04869acdb1a20e969d3 Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Thu, 30 Jun 2016 09:32:02 -0700 Subject: [PATCH] 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 --- test/nvmf/filesystem/filesystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nvmf/filesystem/filesystem.sh b/test/nvmf/filesystem/filesystem.sh index ecf3849ec..8847e3ed4 100755 --- a/test/nvmf/filesystem/filesystem.sh +++ b/test/nvmf/filesystem/filesystem.sh @@ -36,7 +36,7 @@ rdma_device_init timing_enter fs_test # 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=$! trap "process_core; killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT