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
77d3057f
Commit
77d3057f
authored
May 22, 2014
by
Leigh B Stoller
Browse files
Force limit=1 when using BuildClientSide
parent
f1b5bbb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/genirack/update-shared.pl
View file @
77d3057f
...
...
@@ -49,6 +49,13 @@ if (@ARGV) {
@nodes
=
@ARGV
;
}
else
{
#
# Set the limit=1 when using the rebuild function.
#
if
(
$fname
eq
"
BuildClientSide
")
{
$limit
=
1
;
}
#
# Get list of nodes in the shared pool, for the given type.
#
...
...
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