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
9a6d3969
Commit
9a6d3969
authored
Feb 10, 2015
by
Leigh B Stoller
Browse files
Minor blockstore fix.
parent
db50992d
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
9a6d3969
...
...
@@ -1626,6 +1626,19 @@ sub GetTicketAuxAux($$$$$$$$$$)
"attrvalue"
=>
$
attr_ref
->{
'value'
}});
}
#
#
Local
blockstores
#
foreach
my
$
blockref
(
GeniXML
::
FindNodesNS
(
"n:blockstore"
,
$
ref
,
$
GeniXML
::
EMULAB_NS
)->
get_nodelist
())
{
$
response
=
HandleBlockstore
($
slice_experiment
,
$
virtexperiment
,
$
user
,
$
slice
,
$
ref
,
$
blockref
,
@$
credentials
);
goto
bad
if
(
GeniResponse
::
IsError
($
response
));
}
#
#
Look
for
interface
forward
declarations
that
will
be
used
later
#
in
the
link
specifications
.
...
...
@@ -1702,18 +1715,6 @@ sub GetTicketAuxAux($$$$$$$$$$)
};
}
}
#
#
Local
blockstores
#
foreach
my
$
blockref
(
GeniXML
::
FindNodesNS
(
"n:blockstore"
,
$
ref
,
$
GeniXML
::
EMULAB_NS
)->
get_nodelist
())
{
$
response
=
HandleBlockstore
($
slice_experiment
,
$
virtexperiment
,
$
user
,
$
slice
,
$
ref
,
$
blockref
,
@$
credentials
);
goto
bad
if
(
GeniResponse
::
IsError
($
response
));
}
}
goto
skiplinks
...
...
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