Actions
Bug #14878
closedTask export shall add extracted log files in foreman-debug
Difficulty:
Triaged:
Bugzilla link:
Description
Task exported creates a tar.gz file which is then added to foreman-debug via add_file statement, but the contract requires only plain text (log) files to be added. There is additional filtering going on underneath, which fails for tarballs creating an output file in invalid format (broken tar).
We need to change the task export foreman-debug statement to create those files unextracted. They can be added all via
add_files /path/to/foreman-export/directory/*
Everything will be compressed, there is no need to create tarballs or compressed tarballs.
Actions