-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No space left on device" error in build container on Ubuntu/LVM system #178
Comments
Do you have a sequence of commands to reproduce what you tried to do? |
You should be able to reproduce this behavior with (I noticed this while testing the CUDA support, hence some GPU specific modifications):
|
The observed issue seems to be related to EESSI/filesystem-layer#110. Local tests worked out when setting |
…/2023.1-foss/2022a {2023.06}[foss/2022a] GROMACS V2023.1
When using the build container on an Ubuntu system set up with LVM filesystems, EasyBuild commands result in "No space left on device" errors, see e.g.
It's not a disk space/inode issue:
and the mount options also seem fine (
/tmp
is mounted on/
on the host):Binding
/tmp
in the container to other paths did not fix this problem (it has to be noted that the other paths were also set up with LVM).This error does not occur when I use
/dev/shm
instead of/tmp
as bind mounts for the container (including the/tmp
bind). The main difference is that/dev/shm
is a tmpfs filesystem:This suggests to me that there seems to be a strange interplay of Singularity/overlayfs with the LVM filesystem. Has anyone seen something like this in the past?
The text was updated successfully, but these errors were encountered: