mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
development: Fix bug of compatible system datastore (#2953)
This commit is contained in:
parent
10d34ca7ac
commit
08538c8156
@ -1513,7 +1513,7 @@ static int get_datastore_requirements(Template *tmpl, set<int>& ds_ids,
|
||||
// Get cluster id from all DISK vector attributes (IMAGE Datastore)
|
||||
int num_vatts = tmpl->get("DISK",vatts);
|
||||
|
||||
for(int i=0; i<num_vatts; i++)
|
||||
for(int i=0; i<num_vatts; i++, csystem_ds.clear())
|
||||
{
|
||||
int val;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user