Merge "Don't record lvmdump, its not useful"

This commit is contained in:
Jenkins 2017-05-26 14:28:12 +00:00 committed by Gerrit Code Review
commit 0c61ab646b
1 changed files with 0 additions and 4 deletions

View File

@ -877,10 +877,6 @@ function cleanup_host {
sudo cp -r /var/core $BASE/logs/
fi
# record lvm dumpage to debug cinder lvm issues.
sudo -H lvmdump
sudo find /root -name 'lvmdump*.tgz' -execdir cp '{}' "$BASE/logs" \;
# Make sure the current user can read all the logs and configs
sudo chown -RL $USER:$USER $BASE/logs/
# (note X not x ... execute/search only if the file is a directory