Bug 1252923
Summary: | qemucmdline: Avoid duplication of qemu-kvm flags | ||
---|---|---|---|
Product: | [oVirt] vdsm | Reporter: | Douglas Schilling Landgraf <dougsland> |
Component: | General | Assignee: | Dan Kenigsberg <danken> |
Status: | CLOSED CANTFIX | QA Contact: | Lukas Svaty <lsvaty> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | --- | CC: | bazulay, bugs, jsuchane, lsurette, mgoldboi, michal.skrivanek, mtessun, rbalakri, sbonazzo, srevivo, vchoudha, ycui, ykaul |
Target Milestone: | ovirt-4.2.0 | Flags: | michal.skrivanek:
ovirt-4.2?
rule-engine: planning_ack? rule-engine: devel_ack? rule-engine: testing_ack? |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-21 08:30:09 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1029226 | ||
Bug Blocks: |
Description
Douglas Schilling Landgraf
2015-08-12 13:55:53 UTC
note this is currently not possible. There are libvirt hooks which also can't modify qemu command line, unfortunately The only way seem to be to wrap /usr/libexec/qemu-kvm-rhev and alter arguments there The only current use case I'm aware of is to supply allowed ciphers list. Feature bug 1029226 should solve it at system level need to rely on hook and custom wrapper (https://github.com/dougsland/misc-ovirt/tree/master/ovirt-qemu-kvm-wrapper) for the timebeing |