-
Notifications
You must be signed in to change notification settings - Fork 55
Filehandles to /run/docker/plugins/azurefile.sock are not closed #19
Comments
@sascha-egerer hmm could these be connections from docker engine to the volume driver? could you please run the lsof command without |
There is something really odd going on here. Maybe the main problem was created by docker-compose as i've the defined the volume there and i think docker-compose tries to create the volume every time doing a
So after every Maybe this is related to #20 |
@sascha-egerer thanks this is very insightful. I will debug. |
Thanks for reporting, just fixed this in |
Looks like there is still a problem. Everytime i start a container the volume is mounted again under the same path.
|
yeah this is a separate issue, thanks for opening #23. |
Looks like file handles to
/run/docker/plugins/azurefile.sock
are not closed.After (re-)starting some containers with a azurefile volume i get a "Too many open fiels" error.
The text was updated successfully, but these errors were encountered: