onaci / docker-plugin-seaweedfs

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

work around some odd failures #8

Open SvenDowideit opened 5 years ago

SvenDowideit commented 5 years ago

i noticed something odd

  1. there was one case where v.connections == 0 but there was a container of the right name running with the mount mounted - should notice that the count is off, and re-use that container
  2. also notice when the mount container isn't running, and delete & recreate it (idk what that does to the containers that think they have the right thing)