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
59b33bf8
Commit
59b33bf8
authored
Jul 14, 2009
by
Leigh B. Stoller
Browse files
Do not add sharing mode features if $useshared is not set.
parent
f72cc3bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
59b33bf8
...
...
@@ -517,7 +517,7 @@ while (($node,$type,$physnode,$class,$issubnode,$def_boot_osid,$reserved,
}
else
{
$is_reserved
{
$node
}
=
0
;
}
if
(
$sharing_mode
)
{
if
(
$useshared
&&
$sharing_mode
)
{
$sharing_mode
{
$node
}
=
{
"
load_1min
"
=>
$load_1min
,
"
load_5min
"
=>
$load_5min
,
"
load_tstamp
"
=>
$load_tstamp
,
...
...
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