Skip to content

Commit

Permalink
Merge pull request #290 from mykaul/get_sanlock_logs
Browse files Browse the repository at this point in the history
Added /var/log/sanlock.log to the log collection from hosts
  • Loading branch information
lago-bot authored Jul 18, 2016
2 parents 417328c + 904721c commit 14d884c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ovirtlago/virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,9 @@ def _artifact_paths(self):
if self.distro() not in ['fc22', 'fc23']:
inherited_artifacts.append('/var/log/messages')

return set(inherited_artifacts + ['/var/log/vdsm', ])
return set(
inherited_artifacts + [
'/var/log/vdsm',
'/var/log/sanlock.log',
]
)

0 comments on commit 14d884c

Please sign in to comment.