Closed yanfali closed 9 years ago
Thanks for the report. I haven't had a chance to reproduce this issue yet, but it sounds suspiciously like some known issues with docker/devicemapper discussed in this issue: https://github.com/docker/docker/issues/5684#issuecomment-69052334
the linked page here provides more detail and a possible workaround: http://blog.hashbangbash.com/2014/11/docker-devicemapper-fix-for-device-or-resource-busy-ebusy/
You might also try an alternate storage driver, specified with -S
to your docker daemon runtime.
I'm working on getting a new blockade release out soon. If I can reproduce this problem, I'll see if I can figure out any workaround within blockade itself.
Thanks @labisso I'll give it a shot on Monday.
Using the workaround in the blog article seems to help. Closing this for now. Thank you @labisso for the timely assist :)
Using the examples in read the docs, I get errors while trying to run blockade log and blockade destroy. Does blockade have a specific version of docker and lxc it is targetting?
I'm on an arch linux box with
python-3.4.2, lxc-1.0.7 and docker-1.4.1
. I installed blockade via pip. The machine has lots of memory and cores 24 (real cores) and 384G of RAM. Let me know if you need more info on my setup.