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
4c6dd2a0
Commit
4c6dd2a0
authored
Jun 10, 2015
by
Leigh B Stoller
Browse files
Fix for loading image versions on VMs.
parent
a1b47e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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