prototypes: bifrost: Cleanup old VM console logs 83/27883/2
authorMarkos Chandras <mchandras@suse.de>
Thu, 2 Feb 2017 10:12:39 +0000 (10:12 +0000)
committerMarkos Chandras <mchandras@suse.de>
Thu, 2 Feb 2017 15:43:47 +0000 (15:43 +0000)
The VM logs may not be rotated by logrotate so they are accumulated
over time. Make sure they are gone when we start a new job.

Change-Id: Iecf7e53015740db98c17a42612da7f44f3c4a676
Signed-off-by: Markos Chandras <mchandras@suse.de>
prototypes/bifrost/scripts/destroy-env.sh

index 9920046..f6c66a8 100755 (executable)
@@ -33,7 +33,7 @@ fi
 echo "removing leases"
 [[ -e /var/lib/misc/dnsmasq/dnsmasq.leases ]] && > /var/lib/misc/dnsmasq/dnsmasq.leases
 echo "removing logs"
-rm -rf /var/log/libvirt/baremetal_logs/*.log
+rm -rf /var/log/libvirt/baremetal_logs/*
 
 # clean up dib images only if requested explicitly
 CLEAN_DIB_IMAGES=${CLEAN_DIB_IMAGES:-false}