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
Elijah Grubb
emulab-devel
Commits
4c6dd2a0
Commit
4c6dd2a0
authored
Jun 10, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for loading image versions on VMs.
parent
a1b47e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tbsetup/libossetup.pm.in
tbsetup/libossetup.pm.in
+1
-1
No files found.
tbsetup/libossetup.pm.in
View file @
4c6dd2a0
...
...
@@ -1609,7 +1609,7 @@ sub AddNode($$)
$reload_args{'
asyncmode
'} = 0;
$reload_args{'
waitmode
'} = 0;
$reload_args{'
noreboot
'} = 1;
$reload_args{'
imageid
'} = $image->
image
id();
$reload_args{'
imageid
'} = $image->
vers
id();
$reload_args{'
nodelist
'} = [ $node_id ];
if (EmulabFeatures->FeatureEnabled("NewOsload",$self->user(),
...
...
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