Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
8665ea40
Commit
8665ea40
authored
Apr 15, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hmm, too many locked tables when creating vnodes. Needs thought.
parent
6f5461f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
db/Node.pm.in
db/Node.pm.in
+2
-1
No files found.
db/Node.pm.in
View file @
8665ea40
...
...
@@ -2192,7 +2192,8 @@ sub CreateVnodes($$$)
# those. Must do this with tables locked, of course.
#
DBQueryFatal("lock tables nodes write, reserved write, ".
"node_attributes write, ".
"node_attributes write, node_idlestats write, ".
"iface_counters write, ".
"node_status write, node_hostkeys write, node_activity write,".
"virt_node_public_addr write, virt_node_attributes read");
...
...
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