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
e4fb0a0f
Commit
e4fb0a0f
authored
Dec 02, 2004
by
Robert Ricci
Browse files
Add a state trigger for the RELOAD-MOTE RELOADDONE state.
parent
51d10582
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
e4fb0a0f
...
...
@@ -459,6 +459,7 @@ REPLACE INTO state_triggers VALUES ('*','*','ISUP','RESET');
REPLACE
INTO
state_triggers
VALUES
(
'*'
,
'*'
,
'PXEBOOTING'
,
'PXEBOOT'
);
REPLACE
INTO
state_triggers
VALUES
(
'*'
,
'*'
,
'BOOTING'
,
'BOOTING, CHECKGENISUP'
);
REPLACE
INTO
state_triggers
VALUES
(
'*'
,
'MINIMAL'
,
'ISUP'
,
'RESET'
);
REPLACE
INTO
state_triggers
VALUES
(
'*'
,
'RELOAD-MOTE'
,
'RELOADDONE'
,
'RELOADDONE'
);
REPLACE
INTO
state_triggers
VALUES
(
'*'
,
'OPSNODEBSD'
,
'ISUP'
,
'SCRIPT:opsreboot'
);
--
...
...
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