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
9591cc61
Commit
9591cc61
authored
Nov 16, 2012
by
Mike Hibler
Browse files
Propagate emulab_features, group_features, user_features into inner elab.
parent
3d3fcf00
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/elabinelab.in
View file @
9591cc61
...
...
@@ -703,7 +703,7 @@ sub DumpDBGoo()
"
interface_capabilities
",
"
switch_paths
",
"
switch_stack_types
",
"
switch_stacks
",
"
node_type_features
",
"
node_types_auxtypes
",
"
osid_map
",
"
os_boot_cmd
");
"
os_boot_cmd
"
,
"
emulab_features
"
);
#
# These tables are dumped by role (node/ops). For each one dump the table
...
...
@@ -717,12 +717,12 @@ sub DumpDBGoo()
#
# These tables are dumped by project ID.
#
my
@PROJTABLES
=
("
projects
",
"
groups
");
my
@PROJTABLES
=
("
projects
",
"
groups
"
,
"
group_features
"
);
#
# These tables are dumped by user ID (for the project members).
#
my
@USERTABLES
=
("
users
",
"
user_pubkeys
");
my
@USERTABLES
=
("
users
",
"
user_pubkeys
"
,
"
user_features
"
);
foreach
my
$table
(
@FULLTABLES
)
{
unlink
("
$statedir
/
$table
");
...
...
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