Actions
action #43940
closedErrors about cache not able to remove files but then removed them nevertheless?
Start date:
2018-11-17
Due date:
% Done:
0%
Estimated time:
Description
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 :)
Actions