Project

General

Profile

action #43940

Updated by okurz over 4 years ago

## Observation 

 As reported in #43823#note-1 there are some errors reported from caching services: 

 ``` 
 # tail -f /var/lib/openqa/pool/15/autoinst-log.txt  
 [INFO] CACHE: Purging non registered /var/lib/openqa/cache/old/openSUSE-13.2-x86_64.qcow2 
 [ERROR] CACHE: Could not remove /var/lib/openqa/cache/old/openSUSE-13.2-x86_64.qcow2 
 [DEBUG] CACHE: removed /var/lib/openqa/cache/old/openSUSE-13.2-x86_64.qcow2 
 … 
 ``` 

 so first an error is reported about "Could not remove" but then a debug message that the asset *was* removed 

 ## Steps to reproduce 



 ## Expected result 

 No error messages about something that turns out to work correctly in the end :)

Back