> As Florian mentioned, there's the debug option, but I doubt > think it is going to help. What may help is to take a look at > the network traffic, but you'd need really good sight ;-) > > Thanks, >
You're right, it didn't help. What helped was going back to the Linux bonding documentation, learning about /proc/net/bonding, and finding out that the bonded links were actually in rr mode instead of active-backup mode as I had thought, which in turn lead to the discovery that I had a typo (BONDING_OPS instead of BONDING_OPTS) which was causing 50% dropped packets. Fixed that and the rings are very stable now. Still, it would have helped if the debug option gave more information. :-) --Eric Disclaimer - November 7, 2011 This email and any files transmitted with it are confidential and intended solely for General Linux-HA mailing list. If you are not the named addressee you should not disseminate, distribute, copy or alter this email. Any views or opinions presented in this email are solely those of the author and might not represent those of Physicians' Managed Care or Physician Select Management. Warning: Although Physicians' Managed Care or Physician Select Management has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments. This disclaimer was added by Policy Patrol: http://www.policypatrol.com/ _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
