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
d8fb5829
Commit
d8fb5829
authored
Oct 22, 2010
by
Jonathon Duerig
Browse files
Run os select on initialization for dedicated remote nodes, not just local nodes.
parent
5493abcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop.pm.in
View file @
d8fb5829
...
...
@@ -6170,7 +6170,8 @@ sub InitializePhysNode($$$)
#
# Now call os_select.
#
if (defined($osid) && !$pnode->isremotenode()) {
if (defined($osid) && (!$pnode->isremotenode()
|| $pnode->isdedicatedremote()) {
if ($self->impotent() || $self->alloconly()) {
$self->printdb(" pretending to os_select $osid\n");
}
...
...
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