Hide Forgot
Description of problem: In doc https://docs.openshift.org/latest/install_config/persistent_storage/selector_label_binding.html#selector-label-volume-define we use reclaim policy recycle, but recycle is not supported for glusterfs, should be changed to retain. How reproducible: Always Steps to Reproduce: 1. Check https://docs.openshift.org/latest/install_config/persistent_storage/selector_label_binding.html#selector-label-volume-define Actual results: Reclaim policy recycle used for glusterfs. Expected results: Should use retain reclaim policy since recycle is not supported for glusterfs. Additional info:
And here https://docs.openshift.org/latest/install_config/storage_examples/binding_pv_by_label.html#binding-pv-by-label-pv-with-labels
https://docs.openshift.org/latest/install_config/persistent_storage/persistent_storage_glusterfs.html#gfs-creating-persistent-volume
PR https://github.com/openshift/openshift-docs/pull/2735