Same volume mounted to multiple pvc's when pvc's are created through template
Issue
- Same volume mounted to multiple pvc's when pvc's are created through template
oc get pvc
NAME LABELS STATUS VOLUME
aem-author-data-pvc map[application:aem-author createdBy:template] Bound phpvolume
aem-author-logs-pvc map[application:aem-author createdBy:template] Bound phpvolume
- Persistent volume shows bound to only one volume claim.
oc get pv
NAME LABELS CAPACITY ACCESSMODES STATUS CLAIM REASON
newvolume <none> 5368709120 RWO Available
phpvolume <none> 5368709120 RWO Bound persistent/aem-author-data-pvc
Environment
- Openshift Enterprise
- 3.0.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.