Skip to content

Commit

Permalink
feat(csi): change creation to cv/cvr to mount operation (openebs#2650)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitta <vitta@mayadata.io>
  • Loading branch information
vishnuitta authored and Amit Kumar Das committed Jun 25, 2019
1 parent fad6e5f commit feda834
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions contribute/design/1.x/csi/20190606-csi-volume-provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,17 +216,20 @@ orchestrator.
```
[PVC]--1-->(CSI Provisioner)--2-->(OpenEBS CSI Driver)--3-->
|
|7
|4
\|/
[PV]
[CStorVolumeConfigClass]
/|\
|5
|
--3-->[CStorVolumeClaim]--4-->(CStorVolumeClaimController)--6-->
|6
\|/
--3-->[CStorVolumeClaim]--5-->(CStorVolumeClaimController)
--6-->[CStorVolume + ConfigInjector + Deployment + Service + CStorVolumeReplica(s)]
[Mount]--7-->(CSI Node)--8-->[CStorVolumeClaim]--9-->(CStorVolumeClaimController)--10-->
--10-->[CStorVolume + ConfigInjector + Deployment + Service + CStorVolumeReplica(s)]
```

Below represents owner and owned resources
Expand Down

0 comments on commit feda834

Please sign in to comment.