Skip to content
GitLab
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
bbb73ca6
Commit
bbb73ca6
authored
Aug 07, 2017
by
Mike Hibler
Browse files
Forgot to apply the parallelism factor. Bigger timeout.
parent
484edfc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/pushrootkey.in
View file @
bbb73ca6
...
...
@@ -57,8 +57,8 @@ my $TBOPS = "@TBOPSEMAIL@";
# XXX
my
$PSCP
=
"
/usr/local/bin/pscp
";
my
$PSCPOPTS
=
"
-O BatchMode=yes -O StrictHostKeyChecking=no -O UserKnownHostsFile=/dev/null
";
my
$PARALLEL
=
8
;
my
$TIMEOUT
=
2
;
my
$PARALLEL
=
20
;
my
$TIMEOUT
=
2
0
;
# un-taint path
$ENV
{'
PATH
'}
=
'
/bin:/usr/bin:/usr/local/bin:/usr/site/bin
';
...
...
@@ -198,7 +198,7 @@ if (@nodeids > 0 && defined($expt)) {
print
FD
"
$key
";
close
(
FD
);
my
$opts
=
"
$PSCPOPTS
-t
$TIMEOUT
";
my
$opts
=
"
$PSCPOPTS
-t
$TIMEOUT
-p
$PARALLEL
";
if
(
$debug
)
{
my
$dir
=
"
/tmp/
"
.
$expt
->
idx
();
mkdir
("
$dir
.o
",
0700
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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