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
8582fe06
Commit
8582fe06
authored
Nov 10, 2015
by
Leigh B Stoller
Browse files
Set a root password for all VMs.
parent
bbad9813
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Node.pm.in
View file @
8582fe06
...
...
@@ -2655,12 +2655,11 @@ sub CreateVnodes($$$)
$node->SetNodeHistory(TB_NODEHISTORY_OP_CREATE(),
$user, $experiment);
#
#
On a shared node
, generate a new root password so that
#
tmcd can
return it in the jail config call.
On a dedicated
#
node, the physical hos
t password
is used
.
#
Always
, generate a new root password so that
tmcd can
# return it in the jail config call.
Safer if all nodes have
#
different roo
t password
s
.
#
$node->NewRootPasswd()
if (defined($sharing_mode) && $sharing_mode);
$node->NewRootPasswd();
}
}
@$rptr = @created;
...
...
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