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
For an unknown reason, Slurm does not properly clean cgroupv2 hierarchy and it ends up being full and fail with no space left in cgroup virtual filesystem.
A workaround is to clean empty cgroups on compute nodes, with:
For an unknown reason, Slurm does not properly clean cgroupv2 hierarchy and it ends up being full and fail with no space left in cgroup virtual filesystem.
A workaround is to clean empty cgroups on compute nodes, with:
On Debian:
# clush -bw cn[1-4] 'find /sys/fs/cgroup/system.slice/cn?_slurmstepd.scope -depth -type d -exec rmdir {} +'
On Rocky:
$ clush -bw cn[1-4] 'find /sys/fs/cgroup/system.slice/slurmstepd.scope -depth -type d -exec rmdir {} +
The text was updated successfully, but these errors were encountered: