Actions
action #6972
closedaction #6954: Create Assets and upload them to webui
add disk image extraction support to os-autoinst backend
Description
1) add abstract prototype to backend class
2) 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 over 9 years ago
you want os-autoinst to upload? Why?
Updated by oholecek over 9 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 over 9 years ago
granted. But $pooldir/testresults/THEIMAGE is all I'd expect from os-autoinst
Updated by nadvornik over 9 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