NetApp / netappdvp

A Docker volume plugin for NetApp storage
96 stars 33 forks source link

Use snapshot of existing lun as a Docker volume #91

Closed garrethmcdaid closed 7 years ago

garrethmcdaid commented 7 years ago

Does the NetApp plugin permit the use of a snapshot of an existing lun as a Docker volume?

I have tested and while I can create new volumes, and re-use these, I can't see to use a snapshot of a lun as a Docker volume.

garrethmcdaid commented 7 years ago

Apologies. Just found Volume Cloning in docs. Let me try that.

garrethmcdaid commented 7 years ago

Actually, that isn't what I need. My use case is that I use an existing lun as a data volume in a MySQL server. I'd like to be able to clone that lun and distribute it as Docker volume to development MySQL systems.