rancher / convoy

A Docker volume plugin, managing persistent container volumes.
Apache License 2.0
1.31k stars 135 forks source link

Add multi pool type to create volume and surport yaml or json profile to start daemon #179

Closed smileusd closed 7 years ago

smileusd commented 7 years ago
I add change the --driver and --dirver-opts option into yaml or json profile to start daemon. The same time, the profile can create different pool-type (I rename "storagetype") to create volume. Different pool-type can link to different backend (I just finish the devmapper). When the user create volume, he can specify pool by "--storagetype". Different storagetype has own cfg file and store in different file folder.
I also add option of "convoy list-type" to list current storagetype.