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
25e405d4
Commit
25e405d4
authored
Jul 03, 2003
by
Leigh B. Stoller
Browse files
Add jail_osid to node_types table, so set the OSID that nodes must run
when acting as a host for jails.
parent
d7ddeb88
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
25e405d4
...
...
@@ -709,6 +709,7 @@ CREATE TABLE node_types (
control_iface
text
,
disktype
enum
(
'ad'
,
'da'
,
'ar'
)
default
NULL
,
delay_osid
varchar
(
35
)
default
NULL
,
jail_osid
varchar
(
35
)
default
NULL
,
pxe_boot_path
text
,
isvirtnode
tinyint
(
4
)
NOT
NULL
default
'0'
,
isremotenode
tinyint
(
4
)
NOT
NULL
default
'0'
,
...
...
sql/database-migrate.txt
View file @
25e405d4
...
...
@@ -720,4 +720,9 @@ last_net_act,last_cpu_act,last_ext_act);
"where exptidx=$exptidx and idx=$idx;\n";
$lastidx = $idx;
}
\ No newline at end of file
1.158: Add jail osid to node_types table.
alter table node_types add jail_osid varchar(35) default NULL
after delay_osid
Write
Preview
Markdown
is supported
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