Skip to main content
Version: 3.5

FlashArray and FlashBlade storageCluster environment variables

This section provides configuration details for setting FlashArray and FlashBlade environment variables in the StorageCluster object. All fields are objects under the spec.env[] list:

spec:
env:
- name: PURE_FLASHARRAY_SAN_TYPE
value: "ISCSI"
- name: PURE_DEFAULT_ENABLE_FB_NFS_SNAPSHOT
value: "true"
NameValueTypeDefault
PURE_FLASHARRAY_SAN_TYPESpecifies the SAN transport protocol that Portworx CSI uses to communicate with FlashArray. Supported values are ISCSI, NVMEOF-TCP, NVMEOF-RDMA, and FC.string"ISCSI"
PURE_DEFAULT_ENABLE_FB_NFS_SNAPSHOTDetermines whether the .snapshot directory is enabled on FlashBlade filesystems or not.enumerated string: true or false"true"
PURE_ISCSI_LOGIN_TIMEOUTLogin timeout in secondsstring"20"
PURE_ISCSI_ALLOWED_CIDRSUse this in cases where the FlashArray has additional network interfaces not on your own subnet. Use commas as the separator, e.g. 10.0.0.0/24,10.1.0.0/16. An empty string means all enabled iSCSI interfaces will be connected to.string"" (empty string)