Project

General

Profile

action #38780

Updated by nicksinger over 5 years ago

Observation 
 ----------- 

 malbec is running with tmpfs for a long time to avoid the HDD as a bottleneck. This however can cause problems if many "big" jobs are running the same time since it could saturate the RAM/tmpfs pretty quickly (therefore the inital bug, see blow). However we're also running qa-power8-5 for a long time from spinning-disks now and don't see major problems so the idea is to switch malbec back to have its pool-directories written on the build-in HDDs instead of tmpfs. 

 Guess this would mainly involve modifying salt (to remove tmpfs) and adjust malbec to mount its HDD instead (mkfs, fstab-entry). 


 Previous bug description 
 ------------------------ 


 ### Observation description: 

 [openQA test in scenario sle-12-SP4-Server-DVD-ppc64le-cryptlvm@ppc64le](https://openqa.suse.de/tests/1853100) finished as **Incomplete** due to `"qemu-img: error while writing sector 17047168: No space left on device"` while writing an image. 

 * Please, see [autoinst-log.txt](https://openqa.suse.de/tests/1853100/file/autoinst-log.txt) 
 * Worker configuration: https://openqa.suse.de/admin/workers/919

Back