]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container: remove `--ignore` from `podman rm` command
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Nov 2020 13:52:47 +0000 (14:52 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 30 Nov 2020 17:24:11 +0000 (12:24 -0500)
commitc68b124ba89e0e4e7c4845b6dd1ce98be8e074d4
treedf57d9105e0e8197c6f44a3d9d30b8acf16b8e13
parent0b5b1de963257a353a51d3f2b0927a52d4d53ab5
container: remove `--ignore` from `podman rm` command

As of podman 2.0.5, `--ignore` param conflicts with `--storage`.
```
Nov 30 13:53:10 magna089 podman[164443]: Error: --storage conflicts with --volumes, --all, --latest, --ignore and --cidfile
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
15 files changed:
roles/ceph-crash/templates/ceph-crash.service.j2
roles/ceph-grafana/templates/grafana-server.service.j2
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
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-node-exporter/templates/node_exporter.service.j2
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-prometheus/templates/alertmanager.service.j2
roles/ceph-prometheus/templates/prometheus.service.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2