Liron Aravot has posted comments on this change.

Change subject: core: import vm -persist disks with correct storage domain
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java
Line 660:     }
Line 661: 
Line 662:     private void setDiskStorageDomainInfo(DiskImage disk) {
Line 663:         ArrayList<Guid> storageDomain = new ArrayList<Guid>();
Line 664:         
storageDomain.add(imageToDestinationDomainMap.get(disk.getId()));
it needs to be arraylist.
Line 665:         disk.setstorage_ids(storageDomain);
Line 666:     }
Line 667: 
Line 668:     /** Saves the base disk object */


--
To view, visit http://gerrit.ovirt.org/11327
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I43280c97f2e444720044966eead7276999bdce1a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to