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
01a4ad56
Commit
01a4ad56
authored
Aug 05, 2014
by
Leigh B Stoller
Browse files
Record history when slice expires.
parent
f67802a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/sa_daemon.in
View file @
01a4ad56
...
...
@@ -361,6 +361,7 @@ sub ExpireSlices()
if
(
$MAINSITE
)
{
my
$instance
=
APT_Instance
->
LookupBySlice
(
$slice_uuid
);
if
(
defined
(
$instance
))
{
$instance
->
RecordHistory
();
$instance
->
Delete
();
}
}
...
...
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