mirror of
https://github.com/kubernetes-csi/csi-driver-nvmf.git
synced 2025-09-11 18:09:01 +00:00
fix: make example available
1. fix path error in pkg/nvmf/fabrics.go 2. add nvmf kernel target setup guide 3. update example and deploy yaml Signed-off-by: Meinhard Zhou <zhouenhua@bytedance.com>
This commit is contained in:
@@ -17,7 +17,7 @@ package nvmf
|
||||
|
||||
const (
|
||||
NVMF_NQN_SIZE = 223
|
||||
SYS_NVMF = "/sys/class/nvmf"
|
||||
SYS_NVMF = "/sys/class/nvme"
|
||||
)
|
||||
|
||||
// Here erron
|
||||
|
Reference in New Issue
Block a user