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
8ecf486b
Commit
8ecf486b
authored
Dec 16, 2013
by
Leigh B Stoller
Browse files
Remove from tiplines table when deleting a vnode.
parent
a4477308
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Node.pm.in
View file @
8ecf486b
...
...
@@ -2599,7 +2599,10 @@ sub DeleteVnodes(@)
# Slothd updates/creates these records.
DBQueryWarn("delete from node_activity where node_id='
$
vnodeid
'");
DBQueryWarn("delete from node_idlestats where node_id='
$
vnodeid
'");
DBQueryWarn("delete from iface_counters where node_id='
$
vnodeid
'"); }
DBQueryWarn("delete from iface_counters where node_id='
$
vnodeid
'");
# We do this for XEN VMs.
DBQueryWarn("delete from tiplines where node_id='
$
vnodeid
'");
}
return 0;
}
...
...
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