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
8afbdd12
Commit
8afbdd12
authored
Nov 11, 2003
by
Robert Ricci
Browse files
Snapshot.
parent
d8aa9ec6
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
8afbdd12
...
...
@@ -258,16 +258,14 @@ REPLACE INTO state_timeouts VALUES ('PCVM','TBSETUP',600,'NOTIFY');
REPLACE
INTO
state_transitions
VALUES
(
'ALWAYSUP'
,
'ISUP'
,
'SHUTDOWN'
,
'Reboot'
);
REPLACE
INTO
state_transitions
VALUES
(
'ALWAYSUP'
,
'SHUTDOWN'
,
'ISUP'
,
'BootDone'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'ACTIVATING'
,
'ACTIVE'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'ACTIVATING'
,
'SWAPPED'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'ACTIVE'
,
'SWAPPING'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'NEW'
,
'PRERUN'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'PRERUN'
,
'SWAPPED'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'SWAPPED'
,
'ACTIVATING'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'SWAPPED'
,
'TERMINATING'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'SWAPPING'
,
'SWAPPED'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'TERMINATING'
,
'TERMINATED'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'TESTING'
,
'SWAPPING'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'ACTIVATING'
,
'ACTIVE'
,
'SwappedIn'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'ACTIVATING'
,
'SWAPPED'
,
'Error'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'ACTIVE'
,
'SWAPPING'
,
'SwapOut'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'PRERUN'
,
'SWAPPED'
,
'Create'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'SWAPPED'
,
'ACTIVATING'
,
'SwapIn'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'SWAPPED'
,
'TERMINATING'
,
'End'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'SWAPPING'
,
'SWAPPED'
,
'SwappedOut'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'TESTING'
,
'SWAPPING'
,
'SwapOut'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'BOOTING'
,
'BOOTING'
,
'DHCPRetry'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'BOOTING'
,
'ISUP'
,
'BootDone'
);
REPLACE
INTO
state_transitions
VALUES
(
'MINIMAL'
,
'BOOTING'
,
'SHUTDOWN'
,
'Error'
);
...
...
@@ -371,15 +369,13 @@ REPLACE INTO state_transitions VALUES ('EXPTSTATUS2','ACTIVATING','ACTIVE','Swap
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'ACTIVATING'
,
'SWAPPED'
,
'Error'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'POSTED'
,
'ACTIVATING'
,
'BatchRun'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'ACTIVE'
,
'SWAPPING'
,
'SwapOut'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'PRERUN'
,
'POSTED'
,
'
Batch
'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'PRERUN'
,
'POSTED'
,
'
Create
'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'SWAPPED'
,
'ACTIVATING'
,
'SwapIn'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'NEW'
,
'PRERUN'
,
'Create'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'SWAPPING'
,
'SWAPPED'
,
'SwappedOut'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'PRERUN'
,
'SWAPPED'
,
'Create
d
'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'ACTIVATING'
,
'TESTING'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'PRERUN'
,
'SWAPPED'
,
'Create'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS'
,
'ACTIVATING'
,
'TESTING'
,
'
Testing
'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'SWAPPED'
,
'POSTED'
,
'ReBatch'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'SWAPPED'
,
'TERMINATING'
,
'End'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPTSTATUS2'
,
'TERMINATING'
,
'TERMINATED'
,
'Ended'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPT_STATES'
,
'NEW'
,
'ACTIVATING'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPT_STATES'
,
'ACTIVATING'
,
'SWAPPED'
,
''
);
REPLACE
INTO
state_transitions
VALUES
(
'EXPT_STATES'
,
'ACTIVATING'
,
'POSTED'
,
''
);
...
...
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