Project

General

Profile

action #129340

Updated by okurz 12 months ago

## Observation 

 When starting a job with an asset which is a symlink, openQA dies with the following error message 

 ~~~ 
 qemu-img: Could not open '/var/lib/openqa/pool/4/ignition.qcow2': Failed to lock byte 201 
 ~~~ 

 ## Steps to reproduce 

 * Create asset, which is a symlink 
 * Start a job with this asset as `HDD_1` variable (or `HDD_2`, ...) 

 ## Impact 

 * Regression, this means we can not have symlinks as asset files 

 ## Problem 

 * No hypothesis 

 ## Suggestion 

 * Investigate what the actual problem is 

 ## Workarounds Workaround 

 * Use hard-links or copies of asset files None identified

Back