Merge "gzip, not xz"

This commit is contained in:
Zuul 2021-04-07 13:12:25 +00:00 committed by Gerrit Code Review
commit 2c275ab7db
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
cmd: |
journalctl -o export \
--since="$(cat {{ devstack_base_dir }}/log-start-timestamp.txt)" \
| xz --threads=0 - > {{ stage_dir }}/logs/devstack.journal.xz
| gzip > {{ stage_dir }}/logs/devstack.journal.gz
- name: Save journal README
become: true

View File

@ -7,7 +7,7 @@ devstack run.
To use it, you will need to convert it so journalctl can read it
locally. After downloading the file:
$ /lib/systemd/systemd-journal-remote <(xzcat ./devstack.journal.xz) -o output.journal
$ /lib/systemd/systemd-journal-remote <(zcat ./devstack.journal.gz) -o output.journal
Note this binary is not in the regular path. On Debian/Ubuntu
platforms, you will need to have the "systemd-journal-remote" package