Skip to content

Commit 90363c7

Browse files
authored
Merge pull request #197 from ubccr/fix-slurmd-cgroup
Add cap for slurmd cgroup support
2 parents a819447 + b3566f7 commit 90363c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ services:
103103
container_name: cpn01
104104
networks:
105105
- compute
106+
cap_add:
107+
- SYS_ADMIN
106108
volumes:
107109
- etc_munge:/etc/munge
108110
- etc_slurm:/etc/slurm
@@ -123,6 +125,8 @@ services:
123125
container_name: cpn02
124126
networks:
125127
- compute
128+
cap_add:
129+
- SYS_ADMIN
126130
volumes:
127131
- etc_munge:/etc/munge
128132
- etc_slurm:/etc/slurm

0 commit comments

Comments
 (0)