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
28da21ab
Commit
28da21ab
authored
Mar 22, 2005
by
Leigh B. Stoller
Browse files
Add recent tables to TBDB_PHYSICAL_NODE_TABLES (used by deletenode).
parent
94fb69dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/libdb.pm.in
View file @
28da21ab
...
...
@@ -688,6 +688,9 @@ sub TBDB_PHYSICAL_NODE_TABLES() {
'widearea_nodeinfo' => [ 'node_id' ],
'widearea_recent' => [ 'node_id1', 'node_id2' ],
'wires' => [ 'node_id1', 'node_id2' ],
'node_startloc' => [ 'node_id' ],
'node_history' => [ 'node_id' ],
'node_bootlogs' => [ 'node_id' ],
);
}
...
...
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