Skip to content

Commit 2328940

Browse files
igawkawasaki
authored andcommitted
common/nvme: add debug nvmet path variable
Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Daniel Wagner <[email protected]> Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
1 parent 9a9a365 commit 2328940

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

common/nvme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ nvmet_blkdev_type=${nvmet_blkdev_type:-"device"}
2626
NVMET_BLKDEV_TYPES=${NVMET_BLKDEV_TYPES:-"device file"}
2727
nvme_target_control="${NVME_TARGET_CONTROL:-}"
2828
NVMET_CFS="/sys/kernel/config/nvmet/"
29+
# shellcheck disable=SC2034
30+
NVMET_DFS="/sys/kernel/debug/nvmet/"
2931
nvme_trtype=${nvme_trtype:-}
3032
nvme_adrfam=${nvme_adrfam:-}
3133

0 commit comments

Comments
 (0)