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
e15074d9
Commit
e15074d9
authored
Nov 27, 2013
by
Mike Hibler
Browse files
Add initializing state.
parent
21bab869
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Lease.pm
View file @
e15074d9
...
...
@@ -42,7 +42,7 @@ use Data::Dumper;
use
overload
('
""
'
=>
'
Stringify
');
my
@LEASE_TYPES
=
("
stdataset
","
ltdataset
");
my
@LEASE_STATES
=
("
valid
","
unapproved
","
grace
","
locked
","
expired
");
my
@LEASE_STATES
=
("
valid
","
unapproved
","
grace
","
locked
","
expired
"
,"
initializing
"
);
# Cache of instances to avoid regenerating them.
my
%leases
=
();
...
...
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