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
7206f008
Commit
7206f008
authored
Oct 01, 2015
by
Mike Hibler
Browse files
Add blockstores and blockstore_state to list of tables to remove state from.
parent
04452ccd
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/EmulabConstants.pm.in
View file @
7206f008
...
...
@@ -668,6 +668,8 @@ sub TBDB_SECLEVEL_ZAPDISK() { TBDB_SECLEVEL_YELLOW(); }
#
sub TBDB_PHYSICAL_NODE_TABLES() {
return (
'
blockstore_state
' => [ '
node_id
' ],
'
blockstores
' => [ '
node_id
' ],
'
current_reloads
' => [ '
node_id
' ],
'
delays
' => [ '
node_id
' ],
'
iface_counters
' => [ '
node_id
' ],
...
...
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