omallo / docker-volume-plugin-dostorage

Docker Volume Driver for DigitalOcean
Apache License 2.0
149 stars 5 forks source link

Abandoned? #17

Open brandontamm opened 6 years ago

brandontamm commented 6 years ago

This is a great start, but I don't see any traction or movement on the repo for several year. Also, is there any plan to share docker volume between hosts? I have seen many DO article comments requesting the feature and this is critical for CI/CD

jmlagace commented 6 years ago

Sharing the docker volume between host is not a limitation of the plugin but a limitation of DO at the moment.

I was wondering the same thing regarding the state of that plugin. For instance I'd rather not have to create the volume locally on all the hosts AND I'd prefer to use the driver options to specify the name of the DO volume.

Are you planning to make updates to the plugin? If not I think I'll fork and keep maintaining it.

brandontamm commented 6 years ago

I did speak with DO awhile back and that functionality was slated for release but they would not give a date. @omallo any plans to update plugin once DO releases functionality?

jmlagace commented 6 years ago

While determining if I was going to maintain it I noticed there is already another plugin that achieves the same functions on DO but is actively maintained...

I'm thinking about using it instead of making this one relive...

https://github.com/rexray/rexray/blob/master/.docs/user-guide/storage-providers/digitalocean.md#do-block-storage

What do you think?

g0t4 commented 3 years ago

If the other project is working and on-par I say one solution is great! Build the community around it and archive this repo with a link to it? You can always reverse course and open this back up later! I'll check out the other solution and see what I think of it.

djmaze commented 3 years ago

@g0t4 Unfortunately, the rexray plugin seems to not be maintained anymore as well.

I have another one which I am actively using and planning to maintain: https://github.com/djmaze/dobs-volume-plugin