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:
c7cc8fc
)
Branch b1_5
author
nathan
<nathan>
Fri, 9 Jun 2006 23:11:05 +0000
(23:11 +0000)
committer
nathan
<nathan>
Fri, 9 Jun 2006 23:11:05 +0000
(23:11 +0000)
b=9860
better errors
lustre/utils/mount_lustre.c
patch
|
blob
|
history
diff --git
a/lustre/utils/mount_lustre.c
b/lustre/utils/mount_lustre.c
index
635ca14
..
2148df4
100644
(file)
--- a/
lustre/utils/mount_lustre.c
+++ b/
lustre/utils/mount_lustre.c
@@
-391,8
+391,8
@@
int main(int argc, char *const argv[])
if (errno == ENOMEDIUM)
fprintf(stderr,"This filesystem needs at least 1 OST\n");
if (errno == ENOENT)
- fprintf(stderr, "Is the MGS specification correct? "
- "
(%s)\n", source
);
+ fprintf(stderr, "Is the MGS specification correct?
Is
"
+ "
the filesystem name correct?\n"
);
if (errno == EALREADY)
fprintf(stderr, "The target service is already running."
" (%s)\n", source);