Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
2a9160f0
Commit
2a9160f0
authored
Aug 06, 2018
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple minor Docker clientside bugs.
parent
18361092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
clientside/tmcc/linux/docker/libvnode_docker.pm
clientside/tmcc/linux/docker/libvnode_docker.pm
+2
-2
No files found.
clientside/tmcc/linux/docker/libvnode_docker.pm
View file @
2a9160f0
...
...
@@ -6022,14 +6022,14 @@ sub addMounts($$)
else
{
if
(
!
-
e
$path
)
{
if
(
!
os_mkdir
(
$path
,
"
0770
"))
{
warn
ing
("
Could not make directory
$path
");
warn
("
Could not make directory
$path
");
next
;
}
}
print
STDOUT
"
Mounting
$remote
on
$path
\n
";
if
(
system
("
$NFSMOUNT
$remote
$path
"))
{
warn
ing
("
Could not
$NFSMOUNT
$remote
on
$path
");
warn
("
Could not
$NFSMOUNT
$remote
on
$path
");
next
;
}
TBDebugTimeStamp
("
$vnode_id
using new
$remote
")
...
...
Write
Preview
Markdown
is supported
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