Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Elijah Grubb
emulab-devel
Commits
05c6aac1
Commit
05c6aac1
authored
Dec 08, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix to previous revision.
parent
8b32f08a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
db/libGeni.pm.in
db/libGeni.pm.in
+6
-4
No files found.
db/libGeni.pm.in
View file @
05c6aac1
...
...
@@ -575,7 +575,7 @@ sub GetTickets($)
my
$
count
=
0
;
my
$
progress
=
0
;
foreach
my
$
result
(@
results
)
{
my
$
resource
=
$
resources
[$
count
];
my
$
resource
=
$
todo
[$
count
];
#
#
ParRun
does
a
fork
;
so
need
to
refresh
the
resource
object
...
...
@@ -989,7 +989,8 @@ sub StartSlivers($$$)
my
($
resource
)
=
@
_
;
#
The
sliver
was
auto
started
.
We
just
need
to
wait
for
it
.
if
($
resource
->
ManagerApi
()
eq
"AM"
||
$
resource
->
ManagerApiLevel
()
==
0
)
{
if
($
resource
->
ManagerApi
()
eq
"AM"
||
$
resource
->
ManagerApiLevel
()
==
0
)
{
print
STDERR
"Skipping start sliver on level 0 resource $resource
\n
"
;
return
0
;
...
...
@@ -997,8 +998,9 @@ sub StartSlivers($$$)
if
($
resource
->
ManagerVersion
()
>=
2
)
{
#
#
First
get
the
state
;
we
might
not
need
to
start
it
(
would
be
wrong
)
#
if
the
sliver
is
in
the
started
start
.
We
deal
with
restart
later
.
#
First
get
the
state
;
we
might
not
need
to
start
it
#
(
would
be
wrong
)
if
the
sliver
is
in
the
started
#
start
.
We
deal
with
restart
later
.
#
print
STDERR
"Getting current sliver status for $resource
\n
"
;
my
$
status
;
...
...
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