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
9fb6bc76
Commit
9fb6bc76
authored
Sep 23, 2009
by
Leigh B. Stoller
Browse files
Minor fix.
parent
102db580
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniSliver.pm.in
View file @
9fb6bc76
...
...
@@ -857,6 +857,14 @@ sub Provision($;$)
if
($
node
->
ModifyReservation
({
"genisliver_idx"
=>
$
self
->
idx
()}))
{
return
-
1
;
}
#
#
Terrible
place
to
do
this
.
#
if
($
node
->
OSSelect
(
"<DEFAULT>"
,
"def_boot_osid"
,
0
)
!= 0) {
print
STDERR
"Could not os_select $node to default
\n
"
;
return
-
1
;
}
}
#
See
below
;
remote
nodes
are
currently
assumed
to
be
running
.
$
self
->
SetStatus
(
"ready"
)
...
...
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