You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2018. It is now read-only.
I'm currently using this with Rancher. With Rancher, I see log entries like:
2016-12-02 17:45:44,458 ERROR [:] [] [] [] [ecutorService-2] [.e.s.i.ProcessInstanceDispatcherImpl] Agent error for [compute.instance.remove.reply;agent=341]: Error response from daemon: Unable to remove filesystem for 37b69759385e175622c2f06345db8e53cad042e9ffb8471ee8b1887707e2f13a: remove /var/lib/docker/containers/37b69759385e175622c2f06345db8e53cad042e9ffb8471ee8b1887707e2f13a/shm: device or resource busy
I'm assuming the part Unable to remove filesystem ... is from gce-docker but don't know for sure. Given I have a fleet of machines I'm using this for, its really hard to figure out what host / container / volume this is related to. If it included just the name of the GCE volume, that would solve my problem debugging what is going on.
I'm currently using this with Rancher. With Rancher, I see log entries like:
I'm assuming the part
Unable to remove filesystem ...is from gce-docker but don't know for sure. Given I have a fleet of machines I'm using this for, its really hard to figure out what host / container / volume this is related to. If it included just the name of the GCE volume, that would solve my problem debugging what is going on.