Bug 887303
| Summary: | Change default networking type to virtio | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Perry Myers <pmyers> |
| Component: | openstack-nova | Assignee: | Alan Pevec <apevec> |
| Status: | CLOSED ERRATA | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.0 (Folsom) | CC: | acathrow, apevec, markmc, ndipanov, ykaul |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 2.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-nova-2012.2.2-1.el6ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 865345 | Environment: | |
| Last Closed: | 2013-01-30 21:07:37 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: | |||
|
Description
Perry Myers
2012-12-14 15:52:23 UTC
This seems to be a tweak in the nova.conf that comes with our rpms. Assigning to Martin to do the nova.conf we ship as a SOURCE in our RPMs. Given that Nova already hardcodes use of virtio for disks, defaulting to virtio for networking too leaves us no worse off in terms of guest OS compat. This should also be done upstream, not in a RH specific patch. Changing subject from e1000 to virtio, on the basis that we already have a hardcoded requirement for virtio. (In reply to comment #2) > Given that Nova already hardcodes use of virtio for disks, defaulting to > virtio for networking too leaves us no worse off in terms of guest OS > compat. This should also be done upstream, not in a RH specific patch. Re: virtio for disks, I filed bug # 887910 to track that separately. I agree though, that unless we address the block device issue, it makes no sense to address the NIC issue. Also agree wrt upstream. If we're going to change the defaults in RHOS, they should be changed in Fedora/EPEL OpenStack as well. Patch posted upstream to default to virtio for KVM/QEMU https://review.openstack.org/#/c/18233/ We'll take danpb's patch in Comment #5 to make the default virtio NICs, but accelerate fix to allow manual override of the drivers on a per guest basis so that we allow for images that don't have virtio drivers. That will become the focus of bug # 865345 Tests on openstack-nova-network-2012.2.2-5.el6ost.noarch Default Nic is virtio ( checked both on lspci on VM and qeum on host ) *** Bug 901596 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0208.html |