Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
  • Loading branch information
clwluvw committed May 16, 2024
1 parent b88704d commit b8953b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/collect-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
run_once: true
with_items: "{{ ceph_status.results }}"

- name: DEBUG
ansible.builtin.shell: ls -alh /var/run/ceph/
changed_when: false

- name: Get ceph-exporter logs # noqa: ignore-errors
ansible.builtin.shell: journalctl -l -u ceph-exporter@{{ ansible_facts['hostname'] }} | tee -a /var/log/ceph/ceph-exporter.{{ ansible_facts['hostname'] }}.log
changed_when: false
Expand Down

0 comments on commit b8953b0

Please # to comment.