Bug 1638299
| Summary: | [OSP-10] Nova puts virtio RX/TX Queue Size on SRIOV ports failing VM creation | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yariv <yrachman> |
| Component: | openstack-nova | Assignee: | OSP DFG:Compute <osp-dfg-compute> |
| Status: | CLOSED NOTABUG | QA Contact: | OSP DFG:Compute <osp-dfg-compute> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 10.0 (Newton) | CC: | atelang, berrange, dasmith, eglynn, fbaudin, fherrman, fiezzi, jhakimra, kchamart, lhh, lyarwood, mburns, moshele, nova-maint, sbauza, sgordon, slinaber, srevivo, stephenfin, supadhya, vromanso, yrachman |
| Target Milestone: | async | Keywords: | Reopened, Triaged, ZStream |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-nova-14.1.0-27.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: |
For Async release, fresh install, please prepare overcloud images and update openstack-nova* packages as following
source ~/stackrc
cp /usr/share/rhosp-director-images/overcloud-full.tar .
cp /usr/share/rhosp-director-images/ironic-python-agent.tar .
tar -xf /usr/share/rhosp-director-images/overcloud-full.tar
tar -xf /usr/share/rhosp-director-images/ironic-python-agent.tar
virt-customize -a overcloud-full.qcow2 --upload /etc/yum.repos.d/rhos-release-10.repo:/etc/yum.repos.d/
virt-customize -a overcloud-full.qcow2 -v --network --install "openstack-nova*"
virt-customize -a overcloud-full.qcow2 --selinux-relabel
openstack overcloud image upload --update-existing --image-path /tmp/create-image/
|
Story Points: | --- |
| Clone Of: | 1625180 | Environment: | |
| Last Closed: | 2018-12-17 18:01: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: | |||
| Bug Depends On: | 1620171, 1625180 | ||
| Bug Blocks: | 1570949, 1622577, 1625178, 1625179 | ||
|
Comment 1
Yariv
2018-10-11 10:02:13 UTC
See DocText source ~/stackrc cp /usr/share/rhosp-director-images/overcloud-full.tar . cp /usr/share/rhosp-director-images/ironic-python-agent.tar . tar -xf /usr/share/rhosp-director-images/overcloud-full.tar tar -xf /usr/share/rhosp-director-images/ironic-python-agent.tar virt-customize -a overcloud-full.qcow2 --upload /etc/yum.repos.d/rhos-release-10.repo:/etc/yum.repos.d/ virt-customize -a overcloud-full.qcow2 -v --network --install "openstack-nova*" virt-customize -a overcloud-full.qcow2 --selinux-relabel openstack overcloud image upload --update-existing --image-path /tmp/create-image/ Create server w/ Rx/Tx and SRIOV pass w/ success I think the ask here was to include this package in a puddle. Looks like that's already happened with the original bug, bug 1625180, so this can be closed. |