Skip to content

Commit

Permalink
chore: align rpm volume mounts with Kepler requirements
Browse files Browse the repository at this point in the history
This commit updates the rpm volume mounts to match to specific
requirements of Kepler

Signed-off-by: vprashar2929 <[email protected]>
  • Loading branch information
vprashar2929 committed Dec 20, 2024
1 parent 7b8c4eb commit a6a5d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/container-kepler.service
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Restart=always
TimeoutStopSec=70
ExecStartPre=/bin/rm -f %t/%n.ctr-id
ExecStart=/usr/bin/podman run --cidfile=%t/%n.ctr-id --cgroups=no-conmon --rm --sdnotify=conmon -d --replace --name kepler \
--privileged --network=host --pid=host --rm -e ENABLE_PROCESS_METRICS="true" -v /lib/modules:/lib/modules -v /usr/src:/usr/src -v /sys/:/sys/ -v /proc:/proc -v /etc:/etc \
--privileged --network=host --pid=host --rm -e ENABLE_PROCESS_METRICS="true" -v /sys/:/sys/ -v /proc:/proc -v /etc:/etc \
quay.io/sustainable_computing_io/kepler:latest
ExecStop=/usr/bin/podman stop --ignore --cidfile=%t/%n.ctr-id
ExecStopPost=/usr/bin/podman rm -f --ignore --cidfile=%t/%n.ctr-id
Expand Down

0 comments on commit a6a5d81

Please sign in to comment.