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
0c404afa
Commit
0c404afa
authored
Jun 29, 2010
by
Leigh B Stoller
Browse files
Minor bug fix to StartSlivers() failure handling; there is no ticket,
must use the manifest.
parent
4fe3217b
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/libGeni.pm.in
View file @
0c404afa
...
...
@@ -824,13 +824,12 @@ sub StartSlivers($$$$)
if
(@
failed
)
{
foreach
my
$
resource
(@
failed
)
{
my
$
manager_urn
=
$
resource
->
manager_urn
();
my
$
ticketstr
=
$
resource
->
Ticket
();
my
$
ticket
=
GeniXML
::
Parse
($
ticketstr
);
my
$
manifest
=
$
resource
->
Manifest
();
return
-
1
if
(
!defined($
ticke
t));
if
(
!defined($
manifes
t));
foreach
my
$
ref
(
GeniXML
::
FindNodes
(
"n:node"
,
$
ticke
t
)->
get_nodelist
())
{
$
manifes
t
)->
get_nodelist
())
{
my
$
vname
=
GeniXML
::
GetVirtualId
($
ref
);
my
$
this_manager_urn
=
GeniXML
::
GetManagerId
($
ref
);
...
...
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