NetApp / netappdvp

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

Remove unnecessary panic() calls from E-Series driver #39

Closed lmprice closed 8 years ago

lmprice commented 8 years ago

There are many calls to panic() within the storage_drivers package. These panic calls should be removed to make it easier for this package to be used as a library.