Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b08c4a
)
* llmount fix
author
eeb
<eeb>
Wed, 30 Mar 2005 14:03:28 +0000
(14:03 +0000)
committer
eeb
<eeb>
Wed, 30 Mar 2005 14:03:28 +0000
(14:03 +0000)
- vibnal needs IP address as well as NID (assuming NID == IP
could lead to ARP failures; e.g. bug 5858).
lustre/utils/llmount.c
patch
|
blob
|
history
diff --git
a/lustre/utils/llmount.c
b/lustre/utils/llmount.c
index
363864c
..
d0f788c
100644
(file)
--- 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) {