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
f814f9df
Commit
f814f9df
authored
Aug 07, 2017
by
Leigh B Stoller
Browse files
Reflect change to CreateImage() prototype in commit 6f08f4b.
parent
0640cfc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/manage_dataset.in
View file @
f814f9df
...
...
@@ -805,7 +805,8 @@ sub DoSnapShotInternal($$$$$)
}
my
$response
=
$aggregate
->
CreateImage
(
$sliver_urn
,
$dataset
->
dataset_id
(),
0
,
$dataset
->
_copyback_uuid
(),
$bsname
);
$dataset
->
_copyback_uuid
(),
$bsname
,
0
,
0
);
if
(
$response
->
code
()
!=
GENIRESPONSE_SUCCESS
)
{
$errmsg
=
"
SnapshotDataset failed:
"
.
$response
->
output
()
.
"
\n
";
goto
failed
;
...
...
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