From: eeb Date: Wed, 30 Mar 2005 14:03:28 +0000 (+0000) Subject: * llmount fix X-Git-Tag: v1_8_0_110~486^7~80 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=45f1ea5748f3c8c83fdfcf10535a22f3225e9c95;p=fs%2Flustre-release.git * llmount fix - vibnal needs IP address as well as NID (assuming NID == IP could lead to ARP failures; e.g. bug 5858). --- diff --git a/lustre/utils/llmount.c b/lustre/utils/llmount.c index 363864c..d0f788c 100644 --- a/lustre/utils/llmount.c +++ b/lustre/utils/llmount.c @@ -451,7 +451,6 @@ set_peer(char *hostname, struct lustre_mount_data *lmd) return 1; case IIBNAL: - case VIBNAL: if (lmd->lmd_server_nid != PTL_NID_ANY) break; if (ptl_parse_nid (&nid, hostname) != 0) { @@ -465,6 +464,7 @@ set_peer(char *hostname, struct lustre_mount_data *lmd) case SOCKNAL: case TCPNAL: case OPENIBNAL: + case VIBNAL: case RANAL: if (lmd->lmd_server_nid == PTL_NID_ANY) { if (ptl_parse_nid (&nid, hostname) != 0) {