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
0a057238
Commit
0a057238
authored
Jul 25, 2014
by
Leigh B Stoller
Browse files
Handle reloadinfo as list instead of singleton, but of course we do
not support deltas on OPENVZ.
parent
e753a138
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/openvz/libvnode_openvz.pm
View file @
0a057238
...
...
@@ -1021,6 +1021,9 @@ sub vz_vnodeCreate {
}
}
elsif
(
defined
(
$raref
))
{
#
# reloadinfo can be a list now, but we do no support that here.
#
$inreload
=
1
;
# Tell stated via tmcd
...
...
@@ -2572,7 +2575,7 @@ sub GClvm($)
sub
createImageDisk
($$$$$)
{
my
(
$image
,
$vnode_id
,
$raref
,
$tarfile
,
$lvsize
)
=
@_
;
my
$tstamp
=
$raref
->
{'
IMAGEMTIME
'};
my
$tstamp
=
$raref
->
[
0
]
->
{'
IMAGEMTIME
'};
my
$lvname
=
"
image+
"
.
$image
;
my
$imagepath
;
my
$lvmpath
=
lvmVolumePath
(
$lvname
);
...
...
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