Ticket #29 (closed defect: fixed)
PVFS Admin apps and client-core fail in a configuration where ib and tcp are both used.
| Reported by: | ligon | Owned by: | ligon |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Admin apps | Version: | latest |
| Keywords: | Cc: |
Description (last modified by ligon) (diff)
With a configuration using both IB and TCP bmi modules, all of the admin apps work until they issue the finalize step where a double-free occurs. The client core will hang as well. This is true for both admin apps and the client core if you have BOTH ib and tcp definitions in the pvfs2tab file.
Example:
Config file has the following entry:
<Aliases> Alias devorange21 ib://devorange21ib:3335,tcp://devorange21:3334 </Aliases>
Tab file has the following:
ib://devorange21ib:3335/pvfs2-fs /pvfs2-ib pvfs2 defaults 0 0 tcp://devorange21:3334/pvfs2-fs /pvfs2-tcp pvfs2 defaults 0 0
Change History
Note: See
TracTickets for help on using
tickets.
