Bug 144423
| Summary: | altname interfaces not working correctly | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Cluster Suite | Reporter: | Derek Anderson <danderso> | 
| Component: | dlm | Assignee: | Christine Caulfield <ccaulfie> | 
| Status: | CLOSED DUPLICATE | QA Contact: | Cluster QE <mspqa-list> | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | CC: | cluster-maint | 
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-09-16 12:34:22 UTC | Type: | --- | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| 
        
          Description
        
        
          Derek Anderson
        
        
        
        
        
          2005-01-06 21:46:44 UTC
        
       yeah, multi-interface operation is currently a non-feature of the DLM. My plan for fixing this is to use sctp as the transport for the DLM, it's a non-trivial change but better than trying to kludge something that would work with TCP. In the meantime I suppose we should just use the bonding driver. If anyone has some time to burn there's a drop-in replacement lowcomms.c on homer ~patrick/public/lowcomms.c that uses SCTP as its transport protocol and should support multipath. There are a couple of things I want to sort out before releasing it on an unsuspecting world and it probably needs a lot of QA as it's a near-total rewrite of the DLM comms layer. oh, and don't forget to "modprobe sctp" before using it, module auto-loading seems not to work for it. |