Bug 2034801
| Summary: | Deployment fails at task [Reload NetworkManager] when we have large VF per pF | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Shailesh Chhabdiya <schhabdi> |
| Component: | os-net-config | Assignee: | Robin Jarry <rjarry> |
| Status: | CLOSED ERRATA | QA Contact: | Sanjay Upadhyay <supadhya> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.1 (Train) | CC: | abhijadh, bfournie, cfields, chrisw, dsneddon, ekuris, eshulman, gregraka, gurpsing, hakhande, hjensas, jamsmith, jslagle, ksundara, mariel, mburns, mnietoji, ralonsoh, rjarry, scohen, sputhenp, supadhya, vcandapp |
| Target Milestone: | z4 | Keywords: | Triaged |
| Target Release: | 17.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | os-net-config-14.2.1-17.1.20240917140802.61d7bd7.el9osttrunk | Doc Type: | If docs needed, set a value |
| Doc Text: |
In the SR-IOV deployment guide [1], the below changes shall be amended
Create a /home/stack/osp17_ref/overcloud-nm-config.yaml like [2]
In the baremetal_deployment.yaml [3], add the above playbook under the ComputeSriov Role.
ansible_playbooks:
- playbook: /home/stack/ospd-17.1-geneve-ovn-dpdk-sriov-ctlplane-dataplane-bonding-hybrid/playbooks/overcloud-nm-config.yaml
extra_vars:
reboot_wait_timeout: 900
- playbook: /usr/share/ansible/tripleo-playbooks/cli-overcloud-node-kernelargs.yaml
extra_vars:
reboot_wait_timeout: 600
kernel_args: 'default_hugepagesz=1GB hugepagesz=1G hugepages=32 iommu=pt intel_iommu=on isolcpus=1-11,13-23'
tuned_profile: 'cpu-partitioning'
tuned_isolated_cores: '1-11,13-23'
[1] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/17.1/html-single/configuring_network_functions_virtualization/index#deploy-sriov-tech_rhosp-nfv
[2] https://code.engineering.redhat.com/gerrit/c/nfv-qe/+/451731/1/tht/17.1/common-defaults/playbooks/overcloud-nm-config.yaml
[3] https://code.engineering.redhat.com/gerrit/c/nfv-qe/+/451731/1/tht/setups/panther02/17.1/ospd-17.1-geneve-ovn-dpdk-sriov-ctlplane-dataplane-bonding-hybrid/network/baremetal_deployment.yaml
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-11-21 09:38:09 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: | 2219830 | ||
| Bug Blocks: | |||
|
Description
Shailesh Chhabdiya
2021-12-22 08:14:17 UTC
Please verify the scenario in OSP17.1 using the comment #21 Made minor edits to doc text. @supadhya I think bz 2219830 would actually fix the problem. (In reply to Robin Jarry from comment #47) > @supadhya I think bz 2219830 would actually fix the problem. sorry did not see this ^^ I saw the change by @mnietoji - https://bugzilla.redhat.com/show_bug.cgi?id=2219830#c16 And I think this can be closed as well. I checked in https://bugzilla.redhat.com/show_bug.cgi?id=2219830 configuring multiple vfs per pf. In total i configured 96 vfs (2 pfs with 32 vfs each and 2 pfs with 16 vfs each) and I was not able to reproduce the issue in 17.1. So, I think this bz can be close 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 (RHOSP 17.1.4 bug fix and enhancement 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/RHBA-2024:9974 |