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
4280f220
Commit
4280f220
authored
Feb 18, 2011
by
Leigh B Stoller
Browse files
Make sure new virtual nodes get ISUP if the opmode is ALWAYSUP.
parent
0b2c2dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Node.pm.in
View file @
4280f220
...
...
@@ -1998,6 +1998,8 @@ sub CreateVnodes($$$)
# See below.
my $eventstate = TBDB_NODESTATE_SHUTDOWN();
$eventstate = TBDB_NODESTATE_ISUP()
if ($opmode eq "ALWAYSUP");
my $allocstate = TBDB_ALLOCSTATE_FREE_CLEAN();
#
...
...
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