
UNSOLVED
[CSI][Powermax]How to create a customized PV
I tried this test case in CSI test directory : csi-powermax/test/helm/xfspre ,failed to create pod,the reason is the PV creating not successful ,i checked this file configuration :csi-powermax/test/helm/xfspre/templates/pv.yaml ,can you please help to explain the redline,and how to prepare for this test case.
##############################
apiVersion: v1
kind: PersistentVolume
metadata:
name: vol4
namespace: { { .Values.namespace }}
spec:
capacity:
storage: 16Gi
csi:
driver: powermax.emc.dell.com
fsType: xfs
volumeHandle: 72cebf0c00000001
volumeMode: Filesystem
accessModes:
- ReadWriteOnce
storageClassName: powermax
#############################
Thank you !
Responses (0)
Solutions (0)
