Skip to content

Commit b3566f7

Browse files
committed
Add cap for slurmd cgroup support
1 parent a819447 commit b3566f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docker-compose.yml

+4
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)