Add seccomp=unconfined for vitastor docker OSDs to not break io_uring

This commit is contained in:
Vitaliy Filippov
2025-03-11 00:42:10 +03:00
parent c8321b8ed1
commit b760951aa7
2 changed files with 3 additions and 2 deletions
@@ -8,7 +8,7 @@ PartOf=vitastor.target
Restart=always
EnvironmentFile=/etc/vitastor/docker.conf
ExecStart=bash -c 'docker run --rm -i -v /etc/vitastor:/etc/vitastor -v /dev:/dev -v /run:/run \
--privileged --log-driver none --network host --name vitastor vitastor:$VITASTOR_VERSION \
--security-opt seccomp=unconfined --privileged --log-driver none --network host --name vitastor vitastor:$VITASTOR_VERSION \
sleep.sh'
ExecStartPost=udevadm trigger
ExecStop=docker stop vitastor