rancher / convoy

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

Is convoy still maintained / up to date? #225

Open pwFoo opened 6 years ago

pwFoo commented 6 years ago

The last convoy commit Mar 21, 2017. Is convoy still maintained and is it compatible to latest docker / swarm? Or any suggestion about a alternative storage plugin to handle nfs / ceph volumes?

yasker commented 6 years ago

@pwFoo Sadly we have to stop actively maintaining Convoy since we've moved our focus to Kubernetes.

Currently, we don't have other recommendations. Please let me know if you found good alternatives.

pwFoo commented 5 years ago

Hi @yasker I haven't found a similar plugin for docker (swarm). Other solutions do not create the remote volume directory and so the mount fails with an error :(

yasker commented 5 years ago

@pwFoo Which version of Docker you're using? And what issue you had? If it's just https://github.com/rancher/convoy/issues/224 we can patch it.

pwFoo commented 5 years ago

I'm using latest docker ans used convoy before. But I don't know how long convoy would be compatible to new docker versions?

So it should be compatible to latest docker?

yasker commented 5 years ago

I don't see interface changes except for #224

pwFoo commented 5 years ago

OK, so maybe I could set up my swarm environment with convoy. I wasn't sure how long it would with new docker versions because it's no longer maintained. But it's the best nfs plugin I know...

yasker commented 5 years ago

224 fixed in v0.5.1 release.