Allon Mureinik has posted comments on this change. Change subject: engine: Do not access storage domain for gluster only hosts ......................................................................
Patch Set 3: Code-Review-1 (2 comments) http://gerrit.ovirt.org/#/c/28434/3/packaging/dbscripts/vds_sp.sql File packaging/dbscripts/vds_sp.sql: Line 885: AS $procedure$ Line 886: BEGIN Line 887: BEGIN Line 888: RETURN QUERY SELECT vds.* Line 889: FROM vds, vds_groups vdsgroup Please use the JOIN syntax instead of oldscale implicit joins. Line 890: WHERE (status = v_status) AND (vds.storage_pool_id = v_storage_pool_id) Line 891: AND vds.vds_group_id = vdsgroup.vds_group_id AND vdsgroup.virt_service = true; Line 892: END; Line 893: RETURN; Line 886: BEGIN Line 887: BEGIN Line 888: RETURN QUERY SELECT vds.* Line 889: FROM vds, vds_groups vdsgroup Line 890: WHERE (status = v_status) AND (vds.storage_pool_id = v_storage_pool_id) > vds.status = v_status ? yup. Line 891: AND vds.vds_group_id = vdsgroup.vds_group_id AND vdsgroup.virt_service = true; Line 892: END; Line 893: RETURN; Line 894: END; $procedure$ -- To view, visit http://gerrit.ovirt.org/28434 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic6e9c02bf68146975987c6cb48cccf5c198a2e5b Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sahina Bose <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Kanagaraj M <[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
