Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvme/rc: don't print the nvme connect msg
With commit [1], the nvme connect command will show the connect msg which breaks blktests nvme/ related cases[2], fix it from blktests side. [1] linux-nvme/nvme-cli@0b8d1e0 [2] $ ./check nvme/003 nvme/003 (test if we're sending keep-alives to a discovery controller) [failed] runtime 11.344s ... 11.346s --- tests/nvme/003.out 2024-01-10 04:03:21.975035862 +0100 +++ /root/blktests/results/nodev/nvme/003.out.bad 2024-01-10 07:19:46.978193215 +0100 @@ -1,3 +1,4 @@ Running nvme/003 +connecting to device: nvme0 disconnected 1 controller(s) Test complete Signed-off-by: Yi Zhang <[email protected]>
- Loading branch information