Open MariusCausemann opened 1 year ago
Workaround here: https://github.com/sylabs/singularity/issues/1499#issuecomment-1493908443
See also an Ubuntu bug related to this: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.15/+bug/2013086
We should document this formally, and perhaps show an error that mentions max_loop as a pointer.
Note that the kernel patch that changes the behaviour only appears to affect Ubuntu, as it sets CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
in its kernel config, while others set CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
.
Version of Singularity singularity-ce version 3.11.4
Describe the bug When running singularity container in parallel (hybrid mode), the image creation fails with "no loop device available". This used to work before but fails since the machine got updated to a newer kernel and OS. Error message:
To Reproduce Steps to reproduce the behavior: Run e.g.:
Expected behavior I expect the container to run.
OS / Linux Distribution Which Linux distribution are you using?
Additional context
Maybe related to the kernel version: 5.15.0-79-generic