Kunde21 / moosefs-csi

Kubernetes CSI driver backed by moosefs
MIT License
10 stars 4 forks source link

Track volumes #8

Closed Kunde21 closed 4 years ago

Kunde21 commented 4 years ago

Utilized a simple boltdb storage to track the creation and deletion of dynamic volumes. Can be extended to track all volumes with the addition of the controller publish/unpublish capabilities, in the future.

Completes the spec implementation and passes csi sanity check testing.