Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 309523 Details for
Bug 451654
Cluster Service Cannot Start With Xen Bridge Enabled On Bonded Interface
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to allow vips on bonded interface
rgmanager-xen_bond_slaves.patch (text/plain), 834 bytes, created by
John Ruemker
on 2008-06-16 18:41:10 UTC
(
hide
)
Description:
Patch to allow vips on bonded interface
Filename:
MIME Type:
Creator:
John Ruemker
Created:
2008-06-16 18:41:10 UTC
Size:
834 bytes
patch
obsolete
>--- rgmanager-2.0.38/src/resources/ip.sh.orig 2008-06-16 14:29:16.000000000 -0400 >+++ rgmanager-2.0.38/src/resources/ip.sh 2008-06-16 14:29:20.000000000 -0400 >@@ -551,12 +551,21 @@ > if [ "${intf_arg/bond/}" != "$intf_arg" ]; then > > # >+ # With Xen we must check for slaves of pbondX, not bondX >+ # >+ masterif=$intf_arg >+ line=$(ip link list | awk {'print $2'} | grep "p$intf_arg:") >+ if [ $? -eq 0 ] ; then >+ masterif="p$intf_arg" >+ fi >+ >+ # > # Bonded driver. Check link of all slaves for this interface. > # If any link is up, the bonding driver is expected to route > # traffic through that link. Thus, the entire bonded link > # is declared up. > # >- slaves=$(findSlaves $intf_arg) >+ slaves=$(findSlaves $masterif) > if [ $? -ne 0 ]; then > ocf_log err "Error finding slaves of $intf_arg" > return 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 451654
:
309504
| 309523