OSError: [Errno 28] No space left on device
Hello everyone,
For a couple of days now I have been getting this error:
ERROR: the main setup script run by this job failed - exit code: 2
Looking at the devstack log, I have identified the issue causing this:
IOError: [Errno 28] No space left on device: '/opt/stack/new/tempest/.tox/venv/lib/python2.7/site-packages/wrapt/decorators.pyc'
OR
OSError: [Errno 28] No space left on device: '/opt/stack/new/tempest/.tox/venv/lib/python2.7/site-packages/pyflakes'
OR
OSError: [Errno 28] No space left on device: '/opt/stack/new/tempest/.tox/venv/lib/python2.7/site-packages/xxxxxxx
Basically the job fails and it tells me there is no space left on device when it comes to installing a site package, but the package in question is random every time and I am 100% sure there is enough space on the device as I have been monitoring usage on a few runs.
Any ideas on how to solve this?
Thank you