Actions
action #107029
closedcoordination #109668: [saga][epic] Stable and updated non-qemu backends for SLE validation
coordination #100688: [epic][virtualization][3rd party hypervisor] Add svirt backend compatibility for vmware 7.0
Consider removing support for ikvm size:M
Description
Acceptance criteria¶
- AC1: Usage of ikvm is documented (so we know whether it is still used or not)
- AC2: ikvm specific code is marked for removal from os-autoinst if not used anymore
Suggestions¶
- Lookup in git history who added that support and ask them if it's still needed
- Lookup on o3 and osd if there is any "machine" using ikvm as backend -> okurz: not used on o3 nor osd as SQL
select * from machines where backend ~ 'ikvm';
does not return any matches - Die in the backend with a "deprecated" message to see if someone complains. Allow that to be bypassed with a test or environment variable (lookup the approach we do already for backend::AMT or other cases)
Updated by okurz almost 3 years ago
- Status changed from New to In Progress
- Assignee set to okurz
Updated by okurz almost 3 years ago
- Due date set to 2022-03-03
- Status changed from In Progress to Feedback
Updated by okurz over 2 years ago
- Due date deleted (
2022-03-03) - Status changed from Feedback to Resolved
PR merged. With this the ikvm backend is marked as deprecated though obviously not directly removed.
Actions