Skip to content

Commit

Permalink
ovirt-collect-logs: Collect core dumps from hypervisors
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Mar 6, 2017
1 parent 6af9e85 commit 8f354c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/ovirt-collect-logs/tasks/hypervisor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with_items:
- "etc"

- name: Link vdsm and libfirt logs
- name: Link vdsm and libvirt logs
file:
src: "{{ item.src }}"
dest: "{{ ovirt_collect_logs_tmp_dir }}/{{ item.dest }}"
Expand All @@ -35,6 +35,9 @@
-
src: "/var/log/ovirt-hosted-engine-ha"
dest: "hosted-engine-logs"
-
src: "/var/log/core"
dest: "coredumps"
ignore_errors: true

- name: Dump mount
Expand Down

0 comments on commit 8f354c3

Please sign in to comment.