Skip to content

Commit

Permalink
Do not log exclude Ceph containers from podman container list
Browse files Browse the repository at this point in the history
Patch 0e6058c resulted in a
lot of output in the Ansible logs which made a CI job for the
following PR get stuck. The output is unnecessary so do not
log it in an attempt to relieve IO pressure.

openstack-k8s-operators/data-plane-adoption#171

Signed-off-by: John Fulton <[email protected]>
  • Loading branch information
fultonj committed Oct 2, 2023
1 parent b7d90da commit 7275d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/edpm_container_manage/tasks/delete_orphan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
when:
- not (item['Name'] | regex_search('^ceph.*'))
loop: "{{ podman_containers.containers }}"
no_log: true

- name: "Delete orphan containers managed by Podman for {{ edpm_container_manage_config }}"
when:
Expand Down

0 comments on commit 7275d15

Please sign in to comment.