From f15f2d05d057f2a1bef8e76be63417c3e9b69939 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Thu, 27 Feb 2025 12:58:24 +0530 Subject: [PATCH] qa/workunits/nvmeof/fio_test: add "nvme list-subsys" This would help us to see connected devices and subsystems. Signed-off-by: Vallari Agrawal --- qa/workunits/nvmeof/fio_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/nvmeof/fio_test.sh b/qa/workunits/nvmeof/fio_test.sh index 4342ae2a923..2883f4c02f4 100755 --- a/qa/workunits/nvmeof/fio_test.sh +++ b/qa/workunits/nvmeof/fio_test.sh @@ -79,6 +79,7 @@ status_log() { ceph nvme-gw show $POOL $GROUP sudo nvme list sudo nvme list | wc -l + sudo nvme list-subsys for device in $selected_drives; do echo "Processing device: $device" sudo nvme list-subsys /dev/$device -- 2.39.5