Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
08fdffb0
Commit
08fdffb0
authored
May 05, 2018
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup openvz clientside for
c03050eb
.
parent
a499b4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
clientside/tmcc/linux/openvz/libvnode_openvz.pm
clientside/tmcc/linux/openvz/libvnode_openvz.pm
+3
-3
No files found.
clientside/tmcc/linux/openvz/libvnode_openvz.pm
View file @
08fdffb0
#!/usr/bin/perl -w
#
# Copyright (c) 2008-2014 University of Utah and the Flux Group.
# Copyright (c) 2008-2014
, 2018
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -288,9 +288,9 @@ sub vz_init {
#
# Prepare the root context. Run once at boot.
#
sub
vz_rootPreConfig
($)
sub
vz_rootPreConfig
($
;
$
)
{
my
$bossip
=
shift
;
my
(
$bossip
,
$hostattributes
)
=
@_
;
#
# Only want to do this once, so use file in /var/run, which
# is cleared at boot.
...
...
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