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
8fa67d42
Commit
8fa67d42
authored
Apr 17, 2003
by
Mac Newbold
Browse files
Add latest state tweaks.
parent
d06a8c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
8fa67d42
...
...
@@ -276,7 +276,7 @@ REPLACE INTO state_timeouts VALUES ('NODEALLOC','RESERVED',0,NULL);
REPLACE
INTO
state_timeouts
VALUES
(
'NORMAL'
,
'BOOTING'
,
180
,
'REBOOT'
);
REPLACE
INTO
state_timeouts
VALUES
(
'NORMALv1'
,
'BOOTING'
,
180
,
'REBOOT'
);
REPLACE
INTO
state_timeouts
VALUES
(
'NORMALv1'
,
'ISUP'
,
0
,
NULL
);
REPLACE
INTO
state_timeouts
VALUES
(
'NORMALv1'
,
'TBSETUP'
,
12
0
,
'NOTIFY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'NORMALv1'
,
'TBSETUP'
,
60
0
,
'NOTIFY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'RELOAD'
,
'BOOTING'
,
180
,
'REBOOT'
);
REPLACE
INTO
state_timeouts
VALUES
(
'RELOAD'
,
'RELOADING'
,
600
,
'NOTIFY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'RELOAD'
,
'RELOADSETUP'
,
60
,
'NOTIFY'
);
...
...
@@ -305,6 +305,7 @@ REPLACE INTO state_transitions VALUES ('EXPTSTATUS','TESTING','SWAPPING');
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'BOOTING'
,
'BOOTING'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'BOOTING'
,
'ISUP'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'BOOTING'
,
'SHUTDOWN'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'ISUP'
,
'BOOTING'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'ISUP'
,
'SHUTDOWN'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'SHUTDOWN'
,
'BOOTING'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'SHUTDOWN'
,
'SHUTDOWN'
);
...
...
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