Bug 1243601
| Summary: | Overcloud deploys default to qemu instead of kvm | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ben Nemec <bnemec> | 
| Component: | python-rdomanager-oscplugin | Assignee: | Lennart Regebro <lregebro> | 
| Status: | CLOSED ERRATA | QA Contact: | Marius Cornea <mcornea> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | Director | CC: | akrivoka, beagles, brad, calfonso, dmacpher, jslagle, mburns, mcornea, nbarcet, rhel-osp-director-maint, rkharwar, sasha, sgordon | 
| Target Milestone: | y1 | Keywords: | Triaged, ZStream | 
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-rdomanager-oscplugin-0.0.10-1.el7ost | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-10-08 12:14:55 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
        
        
          Ben Nemec
        
        
        
        
        
          2015-07-15 21:38:17 UTC
        
       
      
      
      
    Note that this can be fixed after deployment by re-running the same deployment command with "--libvirt-type kvm" added. This is fairly critical and should be fixed as soon as practical. In addition to affecting performance, it prevents the use of features such as SR-IOV PCI passthrough. Added a few doc improvements. I also added a patch to change the default to KVM instead of QEMU, if it is decided that this is a bug that should be fixed. https://review.gerrithub.io/#/c/244069 This bug needs documentation changes in any case, but we can also change the default from qemu to kvm, but I get conflicting opinions about if we should do that. (In reply to Lennart Regebro from comment #10) > This bug needs documentation changes in any case, but we can also change the > default from qemu to kvm, but I get conflicting opinions about if we should > do that. WHY? We don't recommend the use of qemu emulation for real environments period from a Nova perspective. There should no confusion any longer here. Default should be kvm. Thanks. [stack@instack ~]$ rpm -qa | grep python-rdomanager-oscplugin python-rdomanager-oscplugin-0.0.10-1.el7ost.noarch Deploy command: openstack overcloud deploy --templates Resulting config: [heat-admin@overcloud-compute-0 ~]$ sudo grep virt_type /etc/nova/nova.conf | grep -v ^# virt_type=kvm 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. https://access.redhat.com/errata/RHSA-2015:1862 *** Bug 1270397 has been marked as a duplicate of this bug. *** *** Bug 1270396 has been marked as a duplicate of this bug. ***  |