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 598382 Details for
Bug 840377
IPaddr2 resource requires missing ipoibarping
[?]
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]
Quick replacement
ha-ipoibarping.patch (text/plain), 937 bytes, created by
David Hrbáč
on 2012-07-16 07:19:14 UTC
(
hide
)
Description:
Quick replacement
Filename:
MIME Type:
Creator:
David Hrbáč
Created:
2012-07-16 07:19:14 UTC
Size:
937 bytes
patch
obsolete
>--- /usr/lib/ocf/resource.d/heartbeat/IPaddr2 2012-06-22 14:57:21.000000000 +0200 >+++ /usr/lib/ocf/resource.d/heartbeat/IPaddr2.ok 2012-04-13 17:36:44.628324183 +0200 >@@ -545,17 +545,17 @@ > } > > # >-# Run ipoibarping to note peers about new Infiniband address >+# Run arping to note peers about new Infiniband address > # > run_send_ib_arp() { > ARGS="-q -c $ARP_REPEAT -U -I $NIC $BASEIP" >- ocf_log info "ipoibarping $ARGS" >+ ocf_log info "arping $ARGS" > case $ARP_BACKGROUND in > yes) >- (ipoibarping $ARGS || ocf_log err "Could not send gratuitous arps" &) >&2 >+ (arping $ARGS || ocf_log err "Could not send gratuitous arps" &) >&2 > ;; > *) >- ipoibarping $ARGS || ocf_log err "Could not send gratuitous arps" >+ arping $ARGS || ocf_log err "Could not send gratuitous arps" > ;; > esac > } >@@ -783,7 +783,7 @@ > ip_init > > case "$NIC" in >- ib*) check_binary ipoibarping >+ ib*) check_binary arping > ;; > esac >
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 840377
: 598382