onaci / docker-plugin-seaweedfs

A Docker Volume plugin creating swarm-wide volumes - using Seaweedfs
Other
12 stars 3 forks source link

Need to add some kind of shared config for un-created, but defined swarm stack volumes #9

Open SvenDowideit opened 5 years ago

SvenDowideit commented 5 years ago

it seems that a volume driver gets asked if it knows about a volume name that is unknown to docker

ie, on a swarm node that hasn't had the named volume created, it will get a chance to say "me" in Get(r *volume.GetRequest)

so if Create on any node keeps a record of that volume in the seaweedfs etcd, then we can say yes on other nodes. this also means that List (i think) will magically work on all nodes, so YAY