Skip to content

Commit

Permalink
Update sos reports (whamcloud#2069)
Browse files Browse the repository at this point in the history
* Update sos reports

SOS reports use a docker plugin but this plugin does not include docker
logs by default. Ensure that all portions of docker are included.

Signed-off-by: johnsonw <wjohnson@whamcloud.com>

* remove -n docker

Signed-off-by: johnsonw <wjohnson@whamcloud.com>

* Update params

Signed-off-by: johnsonw <wjohnson@whamcloud.com>
  • Loading branch information
johnsonw authored and beevans committed Aug 6, 2020
1 parent c69b512 commit eefc9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/scripts/create_iml_diagnostics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ PREFIX=$1
# Clean out any existing sos reports on this node
yum install -y sos
rm -f /var/tmp/*sosreport*
sosreport --batch
sosreport --batch -k docker.all=on -k docker.logs=on
cd /var/tmp || exit 1
for f in *sosreport*.tar.xz; do mv "$f" "$PREFIX"_"$f"; done

0 comments on commit eefc9ec

Please sign in to comment.