Fix collect script to capture VM console logs
VM console.log files were moved when we cutover to containers config. Update collect script accordingly. Change-Id: Ic430588efd90a8c5df41dc7c32724d7bacd88bcd Partial-Bug: 1835567 Signed-off-by: Gerry Kopec <gerry.kopec@windriver.com>
This commit is contained in:
parent
7a8add1636
commit
86b412adb0
@ -401,7 +401,7 @@ else
|
||||
fi
|
||||
|
||||
# Add VM console.log
|
||||
for i in /etc/nova/instances/*/console.log; do
|
||||
for i in /var/lib/nova/instances/*/console.log; do
|
||||
if [ -e "$i" ]; then
|
||||
tmp=`dirname $i`
|
||||
mkdir -p ${COLLECT_NAME_DIR}/$tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user