Skip to content

Commit

Permalink
B #5386: Fix disk persistency for template clone (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Czern媒 authored and rsmontero committed May 18, 2021
1 parent ce863db commit 3365747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rm/RequestManagerClone.cc
Expand Up @@ -185,7 +185,7 @@ Request::ErrorCode VMTemplateClone::clone(int source_id, const string &name,
oss << name << "-disk-" << ndisk;

ec = img_clone.request_execute(img_id, oss.str(), -1,
true, new_img_id, img_att);
false, new_img_id, img_att);

if ( ec != SUCCESS)
{
Expand Down

0 comments on commit 3365747

Please sign in to comment.