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)

(cherry picked from commit 826485c67a4464386facb1e36492f401f5c651fc)
This commit is contained in:
Pavel Czerný 2021-05-11 09:40:08 +02:00 committed by Ruben S. Montero
parent c649213923
commit 79da5d31d1
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)
{