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
1161def4
Commit
1161def4
authored
Mar 20, 2004
by
Kirk Webb
Browse files
Sync DB and database-fill (someone changed a PCVM timeout).
parent
2a9de013
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
1161def4
...
...
@@ -269,7 +269,7 @@ REPLACE INTO state_timeouts VALUES ('TBCOMMAND','REBOOT',15,'CMDRETRY');
REPLACE
INTO
state_timeouts
VALUES
(
'TBCOMMAND'
,
'POWEROFF'
,
0
,
'CMDRETRY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'TBCOMMAND'
,
'POWERON'
,
0
,
'CMDRETRY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'TBCOMMAND'
,
'POWERCYCLE'
,
0
,
'CMDRETRY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'PCVM'
,
'BOOTING'
,
6
00
,
'NOTIFY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'PCVM'
,
'BOOTING'
,
12
00
,
'NOTIFY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'PCVM'
,
'SHUTDOWN'
,
0
,
''
);
REPLACE
INTO
state_timeouts
VALUES
(
'PCVM'
,
'ISUP'
,
0
,
''
);
REPLACE
INTO
state_timeouts
VALUES
(
'PCVM'
,
'TBSETUP'
,
600
,
'NOTIFY'
);
...
...
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