]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
iscsigw: remove `--cap-add=all` from `podman run` cmd
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Nov 2020 13:55:16 +0000 (14:55 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 30 Nov 2020 17:24:11 +0000 (12:24 -0500)
commitd40dd764e004f9765e5d4e12507cdf3c707a3271
treeb35cf685da3198c278b0aa8559ae2e83d94b7f5c
parentc68b124ba89e0e4e7c4845b6dd1ce98be8e074d4
iscsigw: remove `--cap-add=all` from `podman run` cmd

As of podman `2.0.5`, `--cap-add` and `--privileged` are exclusive
options.

```
Nov 30 13:56:30 magna089 podman[171677]: Error: invalid config provided: CapAdd and privileged are mutually exclusive options
```

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1902149
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-iscsi-gw/templates/rbd-target-api.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-gw.service.j2
roles/ceph-iscsi-gw/templates/tcmu-runner.service.j2