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
fd961821
Commit
fd961821
authored
Sep 09, 2010
by
Leigh B Stoller
Browse files
Bug Fix: Skip protogeni nodes in new fixnode checks.
parent
fdb60e08
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/libvtop.pm.in
View file @
fd961821
...
...
@@ -1276,6 +1276,9 @@ sub LoadVirtNodes($)
my
$
vnode
=
$
self
->
vnodes
()->{$
vname
};
my
$
osid
;
next
if
($
vnode
->
_isgeninode
());
next
if
(
! ($vnode->_isvirtnode() && $vnode->_fixedvm()));
...
...
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