gluster / gluster-subvol

Subdirectories of Gluster volumes as PVs in Kubernetes and OpenShift
Apache License 2.0
11 stars 6 forks source link

Use claimRef and volumeName to match recycler PV & PVC #3

Closed JohnStrunk closed 7 years ago

JohnStrunk commented 7 years ago

Previously, storageClass was being used to ensure the recycler's pv and pvc were matched. Using claimRef and volumeName are the correct way to do this.

Fixes #2