Actions
action #6972
closedaction #6954: Create Assets and upload them to webui
add disk image extraction support to os-autoinst backend
Description
- add abstract prototype to backend class
- implement it in qemu backend
This needs to take care of clean VM shutdown and then upload qcow to the scheduler
Updated by factory-maintainer about 10 years ago
you want os-autoinst to upload? Why?
Updated by oholecek about 10 years ago
The upload itself can, I guess, be handled by worker. But for the image extraction we need backend support. I suppose getting disk image from qemu is different procedure than from IPMI SUT.
Updated by coolo about 10 years ago
granted. But $pooldir/testresults/THEIMAGE is all I'd expect from os-autoinst
Updated by nadvornik about 10 years ago
- Status changed from New to In Progress
- Assignee changed from nadvornik to oholecek
- % Done changed from 0 to 80
Basic functionality is in https://github.com/os-autoinst/os-autoinst/pull/229
Needs some more work for vm snapshots support.
Actions