Allon Mureinik has posted comments on this change. Change subject: core, restapi: Introducing support for attaching disk snapshot ......................................................................
Patch Set 31: (1 comment) .................................................... File packaging/dbscripts/create_views.sql Line 77: base_disks.last_alignment_scan as last_alignment_scan Line 78: FROM Line 79: images Line 80: left outer join disk_image_dynamic on images.image_guid = disk_image_dynamic.image_id Line 81: LEFT OUTER JOIN base_disks ON images.image_group_id = base_disks.disk_id Disregard, I missed the aggregation there. Line 82: LEFT OUTER JOIN vms_for_disk_view on vms_for_disk_view.device_id = images.image_group_id Line 83: LEFT JOIN image_storage_domain_map ON image_storage_domain_map.image_id = images.image_guid Line 84: LEFT OUTER JOIN storage_domain_static_view ON image_storage_domain_map.storage_domain_id = storage_domain_static_view.id Line 85: LEFT OUTER JOIN snapshots ON images.vm_snapshot_id = snapshots.snapshot_id -- To view, visit http://gerrit.ovirt.org/17679 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I02579bf1a91cd294a5040acf432f1fdb87eb18c1 Gerrit-PatchSet: 31 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Ar <[email protected]> Gerrit-Reviewer: Alissa Bonas <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Michael Pasternak <[email protected]> Gerrit-Reviewer: Sergey Gotliv <[email protected]> Gerrit-Reviewer: Tal Nisan <[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
