1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #5386: Fix disk persistency for template clone (#1200)

This commit is contained in:
Pavel Czerný 2021-05-11 09:40:08 +02:00 committed by Ruben S. Montero
parent ce863dbd91
commit 336574772b
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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)
{