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
11f211d9
Commit
11f211d9
authored
Oct 24, 2014
by
Leigh B Stoller
Browse files
Allow mere users to set CPU on shared nodes.
parent
6be075a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop_test.pm.in
View file @
11f211d9
...
...
@@ -1455,7 +1455,7 @@ sub LoadVirtNodes($)
# We will deal with later, but set a default=1 for now.
$self->experiment()->SetVirtNodeAttribute($vname, "VM_VCPUS", 1)
if ($vnode->_sharedokay() && !$self->user()->IsAdmin());
if (
0 &&
$vnode->_sharedokay() && !$self->user()->IsAdmin());
}
#
...
...
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