Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.4.1
-
Lustre 1.8 -> master
multi rail IB cluster
-
3
-
11126
Description
check_write_access() compares the local node name to the host name passed via
xxx_HOST env variables. This breaks when there is a mismatch.
My cluster uses the nodename as the host name of the management interface
(ethernet). The Infiniband interface(s) use 'hostname-ibX'. To use an IB
interface for acceptance tests, the ib host name must be used in xxx_HOST
env variables.
I have a patch to use the remote nodename in check_write_access().
Patch was back-ported to Lustre b2_4 branch: http://review.whamcloud.com/8343