clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

sosreport defaults to xz compression but GitHub does not allow that for uploads to issues #78

Closed christopheredsall closed 4 years ago

christopheredsall commented 4 years ago

In the documentation we say:

For case id put your GitHub username (if you have one). This will generate a tar.xz file that can be downloaded and then attached to, for example, a GitHub issue.

sosreport defaults to producing .xz format files, however that is not on the current list of allowed filetypes for uploading to issues.

We could chage the documentation to add the flag -z gzip (or --compression-type gzip). However it might be neater to deploy a customised /etc/sos.conf to change the default.