[slurm-users] Re: cgroups/v2 plugin rpmbuild issue

2024-07-06 Thread Chris Taylor via slurm-users
Ah, thanks :) - I just realized this when I saw v1 was the only plugin included in the source. Yes I'm cycling through 21.08 so I can eventually get on the latest Slurm. Chris > On 07/06/2024 9:38 AM PDT Adam Tygart via slurm-users > wrote: > > > The version of Slurm you're building doesn'

[slurm-users] Re: cgroups/v2 plugin rpmbuild issue

2024-07-06 Thread Adam Tygart via slurm-users
The version of Slurm you're building doesn't have support for cgroup v2. 22.05 does, but I'd recommend going through the upgrade cycle and moving to something even moderately recent. https://github.com/SchedMD/slurm/blob/slurm-22.05/RELEASE_NOTES#L60 -- Adam On Sat, Jul 6, 2024 at 11:29 AM Chris

[slurm-users] Re: cgroups/v2 plugin rpmbuild issue

2024-07-06 Thread Chris Taylor via slurm-users
Also it looks like only the v1 plugin gets built and added to the RPM- # ls -l /usr/lib64/slurm/cgroup_v1.so -rwxr-xr-x 1 root root 385872 Jul 1 18:47 /usr/lib64/slurm/cgroup_v1.so # ls -l /usr/lib64/slurm/cgroup_v2.so ls: cannot access '/usr/lib64/slurm/cgroup_v2.so': No such file or directory