Bug 1221981
| Summary: | [RFE] Add VirtIO-Win repository to ovirt-release-master | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Sandro Bonazzola <sbonazzo> |
| Component: | ovirt-engine-installer | Assignee: | Lev Veyde <lveyde> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.6 | CC: | bugs, ecohen, gklein, jbelka, lsurette, rbalakri, yeylon |
| Target Milestone: | --- | Keywords: | Improvement |
| Target Release: | 3.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://fedoraproject.org/wiki/Windows_Virtio_Drivers | ||
| Whiteboard: | integration | ||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
Feature:
VirtIO-Win repo was added to allow easy installation of the VirtIO-Win RPM package which contains the files needed in order to run Microsoft Windows VMs on top of oVirt with maximum performance.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-04 13:53:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1108789 | ||
|
Description
Sandro Bonazzola
2015-05-15 11:51:04 UTC
ok, 3.6 $ rpm -qip ovirt-release-master.rpm Name : ovirt-release-master Relocations: (not relocateable) Version : 001 Vendor: (none) Release : 0.10.master Build Date: Fri Jul 10 09:47:16 2015 Install date: (not installed) Build Host: fc21-vm02.phx.ovirt.org Group : System Environment/Base Source RPM: ovirt-release-master-001-0.10.master.src.rpm Size : 8294 License: ASL 2.0 URL : http://www.ovirt.org Summary : oVirt repository configuration Description : This package contains the yum configuration for oVirt repositories $ for D in el6 el7 f20 f21 f22 ; do rpm2cpio ovirt-release-master.rpm | xzcat - | gcpio -i --to-stdout "./usr/share/ovirt-release-master/ovirt-${D}-deps.repo" 2>/dev/null | grep 'baseurl=.*virtio-win' ; done baseurl=http://fedorapeople.org/groups/virt/virtio-win/repo/stable baseurl=http://fedorapeople.org/groups/virt/virtio-win/repo/stable baseurl=http://fedorapeople.org/groups/virt/virtio-win/repo/stable baseurl=http://fedorapeople.org/groups/virt/virtio-win/repo/stable baseurl=http://fedorapeople.org/groups/virt/virtio-win/repo/stable oVirt 3.6.0 has been released on November 4th, 2015 and should fix this issue. If problems still persist, please open a new BZ and reference this one. |