Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
49477706
Commit
49477706
authored
May 18, 2017
by
Jonathon Duerig
Browse files
Fix typo for issue
#261
. Also fix bonus typo that the search for the original typo uncovered.
parent
a71345e2
Changes
2
Show whitespace changes
Inline
Side-by-side
clientside/tmcc/common/checknode/rc.nodecheck
View file @
49477706
...
...
@@ -114,7 +114,7 @@ if [ -f "/etc/emulab/ismfs" ] ; then
if
[
!
-d
$mountpoint
/nodecheck/
`
uname
-s
`
/bin-
`
uname
-m
`
]
;
then
echo
"Nodecheck - Can not run in MFS mode without having helper programs."
echo
"Expecting to have
$MFSPROJDIR
/nodecheck/
`
uname
-s
`
/bin-
`
uname
-m
`
avaiable"
echo
"Expecting to have
$MFSPROJDIR
/nodecheck/
`
uname
-s
`
/bin-
`
uname
-m
`
avai
l
able"
exit
0
fi
...
...
tbsetup/mapper.in
View file @
49477706
...
...
@@ -766,7 +766,7 @@ sub RunAssign($$)
if
(
$wanted
>
$bound
)
{
print
"
*** Resource reservation violation:
"
.
"
$wanted
nodes of type
$type
requested, but only
$bound
"
.
"
avaiable because of existing resource reservations
"
.
"
avai
l
able because of existing resource reservations
"
.
"
to other projects.
\n
";
# Unretriable error
return
-
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment