mirror of
https://github.com/kubernetes-csi/csi-driver-nvmf.git
synced 2025-04-27 19:05:26 +00:00
1. add SPDK target setup in README. 2. fix setup_kernel_nvmf_target command error. 3. fix pv.yaml's storageclass name. Signed-off-by: Meinhard Zhou <zhouenhua@bytedance.com>
19 lines
450 B
YAML
19 lines
450 B
YAML
apiVersion: v1
|
|
kind: PersistentVolume
|
|
metadata:
|
|
name: csi-nvmf-pv
|
|
spec:
|
|
storageClassName: csi-nvmf-sc
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
capacity:
|
|
storage: 20Gi
|
|
csi:
|
|
driver: csi.nvmf.com
|
|
volumeHandle: nvmf-data-id
|
|
volumeAttributes:
|
|
targetTrAddr: "192.168.122.18"
|
|
targetTrPort: "49153"
|
|
targetTrType: "tcp"
|
|
deviceUUID: "58668891-c3e4-45d0-b90e-824525c16080"
|
|
nqn: "nqn.2022-08.org.test-nvmf.example" |