Hide Forgot
Document URL: https://access.redhat.com/documentation/en/openshift-enterprise/version-3.1/installation-and-configuration/#using-iscsi Section Number and Name: 13.8. PERSISTENT STORAGE USING ISCSI Describe the issue: PV/PVC setup with iSCSI does not include `persistentVolumeReclaimPolicy: "Recycle"` or any other reference to the Reclaim Policy. Which means when a PVC is deleted after binding to that PV it does not know what to do. Suggestions for improvement: Include `persistentVolumeReclaimPolicy: "Recycle"` in the example.
Hi Huamin, I believe iSCSI does not support the ‘Recycle’ policy, according to: - https://docs.openshift.com/enterprise/3.1/architecture/additional_concepts/storage.html#pv-recycling-policy (which states that only NFS and HostPath support recycling). Is this correct?
yes, that's my understanding too. Currently only NFS supports recycling in production.
(In reply to hchen from comment #3) > yes, that's my understanding too. Currently only NFS supports recycling in > production. Thanks. Closing.