Liron Aravot has posted comments on this change. Change subject: core: Initialize entities in DB from OVF disk on attach ......................................................................
Patch Set 11: Code-Review+2 (1 comment) http://gerrit.ovirt.org/#/c/29041/11/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AttachStorageDomainToPoolCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AttachStorageDomainToPoolCommand.java: Line 159: for (OvfEntityData ovf : unregisteredEntitiesFromOvfDisk) { Line 160: getUnregisteredOVFDataDao().removeEntity(ovf.getEntityId(), Line 161: getParameters().getStorageDomainId()); Line 162: getUnregisteredOVFDataDao().saveOVFData(ovf); Line 163: log.infoFormat("Adding OVF data of entity id {0} and entity name {1}", maybe add here also the domain Line 164: ovf.getEntityId(), Line 165: ovf.getEntityName()); Line 166: } Line 167: return null; -- To view, visit http://gerrit.ovirt.org/29041 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ica68974916821ac1c9fbe6f43400170d19d716c9 Gerrit-PatchSet: 11 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
