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
cdc6da0b
Commit
cdc6da0b
authored
Aug 22, 2003
by
Mac Newbold
Browse files
Some values that will be used soon for TBCOMMANDs.
parent
96d8af79
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
cdc6da0b
...
...
@@ -241,14 +241,14 @@ REPLACE INTO state_timeouts VALUES ('USERSTATUS','ACTIVE',0,'');
REPLACE
INTO
state_timeouts
VALUES
(
'USERSTATUS'
,
'FROZEN'
,
0
,
''
);
REPLACE
INTO
state_timeouts
VALUES
(
'USERSTATUS'
,
'NEWUSER'
,
0
,
''
);
REPLACE
INTO
state_timeouts
VALUES
(
'USERSTATUS'
,
'UNAPPROVED'
,
0
,
''
);
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'
,
180
,
'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'
);
REPLACE
INTO
state_timeouts
VALUES
(
'TBCOMMAND'
,
'REBOOT'
,
60
,
'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'
);
--
-- Dumping data for table 'state_transitions'
...
...
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