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
8de31238
Commit
8de31238
authored
Jun 02, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
647ae86a
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
8de31238
...
...
@@ -734,7 +734,8 @@ sub DeleteSlice($)
return
GeniResponse
->
MonitorResponse
();
}
#
If
any
slivers
are
imaging
,
then
we
are
busy
as
well
.
if
($
aggregate
->
CheckSliverStates
(
"imaging"
))
{
if
(
defined
($
aggregate
)
&&
$
aggregate
->
CheckSliverStates
(
"imaging"
))
{
$
slice
->
UnLock
();
return
GeniResponse
->
BusyResponse
();
}
...
...
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