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
cb103c16
Commit
cb103c16
authored
Nov 10, 2015
by
Leigh B Stoller
Browse files
Add -H argument to assign when virtnodes.
parent
8582fe06
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/mapper.in
View file @
cb103c16
...
...
@@ -702,7 +702,7 @@ sub RunAssign($$)
if
(
!
$vtop
->
sharednodecount
());
$args
=
"
-F
$args
"
if
(
!
$updating
);
$args
=
"
-uod -c .75
$args
"
$args
=
"
-uod -c .75
-H 3
$args
"
if
(
$vtop
->
virtnodecount
()
||
$vtop
->
simnodecount
());
$args
=
"
-n
$args
"
if
(
$precheck
);
...
...
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