Merge branch 'devel' into 'main'

no cgroup requirement for the moment.

See merge request glicid-public/guix-glicid!44
This commit is contained in:
Yann Dupont 2022-05-23 15:03:17 +00:00
commit 2b507b61ae

View file

@ -253,23 +253,23 @@
(documentation "Run slurmd.") (documentation "Run slurmd.")
(requirement '( (requirement '(
user-processes user-processes
file-system-/sys/fs/cgroup/blkio ; file-system-/sys/fs/cgroup/blkio
file-system-/sys/fs/cgroup/cpu ; file-system-/sys/fs/cgroup/cpu
file-system-/sys/fs/cgroup/cpuset ; file-system-/sys/fs/cgroup/cpuset
file-system-/sys/fs/cgroup/devices ; file-system-/sys/fs/cgroup/devices
file-system-/sys/fs/cgroup/memory ; file-system-/sys/fs/cgroup/memory
file-system-/sys/fs/cgroup/pids ; file-system-/sys/fs/cgroup/pids
file-system-/sys/fs/cgroup/cpuacct ; file-system-/sys/fs/cgroup/cpuacct
file-system-/sys/fs/cgroup/freezer ; file-system-/sys/fs/cgroup/freezer
file-system-/sys/fs/cgroup/hugetlb ; file-system-/sys/fs/cgroup/hugetlb
file-system-/sys/fs/cgroup/net_cls ; file-system-/sys/fs/cgroup/net_cls
file-system-/sys/fs/cgroup/net_prio ; file-system-/sys/fs/cgroup/net_prio
file-system-/sys/fs/cgroup/perf_event ; file-system-/sys/fs/cgroup/perf_event
file-system-/sys/fs/cgroup/pids ; file-system-/sys/fs/cgroup/pids
file-system-/sys/fs/cgroup/rdma ; file-system-/sys/fs/cgroup/rdma
file-system-/sys/fs/cgroup/unified ; file-system-/sys/fs/cgroup/unified
file-system-/sys/fs/cgroup/networking ; file-system-/sys/fs/cgroup/networking
file-system-/sys/fs/cgroup/udev ; file-system-/sys/fs/cgroup/udev
)) ))
(respawn? #t) (respawn? #t)
(start #~(make-forkexec-constructor (start #~(make-forkexec-constructor