action #38780
closed[tools] Remove tmpfs from malbec again and give it a try
0%
Description
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¶
openQA test in scenario sle-12-SP4-Server-DVD-ppc64le-cryptlvm@ppc64le 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
- Worker configuration: https://openqa.suse.de/admin/workers/919
Updated by szarate over 6 years ago
- Related to action #30595: [ppc64le] Deploy bcache on tmpfs workers added
Updated by szarate over 6 years ago
We could reduce the number of workers to 3, and see if it improves the situation, pool for workers is mounted on tmpfs for malbec
Updated by szarate over 6 years ago
I don't think this is really urgent anymore :)
Updated by coolo about 6 years ago
- Project changed from openQA Project (public) to openQA Infrastructure (public)
Updated by nicksinger about 6 years ago
- Subject changed from [tools] No space left on worker malbec:5 to [tools] Remove tmpfs from malbec again and give it a try
- Description updated (diff)
- Status changed from New to Workable
Updated by okurz over 4 years ago
- Status changed from Workable to Rejected
- Assignee set to okurz
Overall we seem to have less issues with this since we moved some jobs from malbec to other machines. More important to followup I find #30595