Don't record lvmdump, its not useful

This was an experiment in attempting to get useful logging for debugging
lvm issues, but it turns out the data collected wasn't helpful. Also
problems went away on their own.

Change-Id: I5a35e5a786aec9d2d13a702638d5c3addee0544c
This commit is contained in:
Clark Boylan 2017-05-25 14:15:17 -07:00
parent 202bf016dc
commit f014fcf775
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