Bug 1416421
| Summary: | OVS DPDK bonds fail to configure during provisioning | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Sanjay Upadhyay <supadhya> |
| Component: | os-net-config | Assignee: | Sanjay Upadhyay <supadhya> |
| Status: | CLOSED DUPLICATE | QA Contact: | Yariv <yrachman> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 10.0 (Newton) | CC: | abays, atelang, dnavale, emacchi, fbaudin, hbrock, hrushikesh.gangur, jslagle, lpeer, mburns, oblaut, pillala, rhel-osp-director-maint, skramaja, smerrow, srevivo, supadhya, suryanarayana.nayani, vchundur, yrachman |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
While creating the DPDK bond, `if-up` of the bond interface will activate the member iterfaces by itself. Individual members should not be able to call for `if-up`. As a result, the deployment fails with bonding in the OVS-DPDK use case.
As a workaround, you need to comment out the interfaces in the `impl_ifcfg.py` file as follows:
# if base_opt.primary_interface_name:
# primary_name = base_opt.primary_interface_name
# self.bond_primary_ifaces[base_opt.name] = primary_name
|
Story Points: | --- |
| Clone Of: | 1396605 | Environment: | |
| Last Closed: | 2017-01-25 15:00:24 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: | 1396605 | ||
| Bug Blocks: | 1335596, 1406834 | ||
|
Comment 1
Sanjay Upadhyay
2017-01-25 15:00:24 UTC
|