Skip to content
GitLab
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
9a7e3bbd
Commit
9a7e3bbd
authored
Dec 22, 2004
by
Leigh B. Stoller
Browse files
Fix minor bug.
parent
ba205125
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/elabinelab.in
View file @
9a7e3bbd
...
...
@@ -805,8 +805,10 @@ sub TearDownEmulab()
#
DBQueryFatal
("
update nodes set
"
.
"
def_boot_osid='',next_boot_osid='',temp_boot_osid=''
"
.
"
where
"
.
join
("
or
",
map
("
node_id='
$_
'
",
@expnodes
)));
"
where
"
.
join
("
or
",
map
("
node_id='
$_
'
",
(
$bossnode
,
$opsnode
,
@expnodes
))));
#
# SSH in and kill the inner DHCPD daemon so that it does not reply
# to rebooting nodes along the inner control network.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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