Yair Zaslavsky has posted comments on this change. Change subject: engine: Get Volume Advanced Details Query ......................................................................
Patch Set 10: (1 inline comment) .................................................... File backend/manager/dbscripts/gluster_volumes_sp.sql Line 90: BEGIN Line 91: RETURN QUERY SELECT * Line 92: FROM gluster_volumes Line 93: WHERE cluster_id = v_cluster_id and status = v_status Line 94: and id in (SELECT volume_id FROM gluster_volume_options s/and/AND s/in/IN Also fix indentation. Line 95: WHERE option_key='nfs.disable' and option_val='off'); Line 96: END; $procedure$ Line 97: LANGUAGE plpgsql; Line 98: -- To view, visit http://gerrit.ovirt.org/7807 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If6b590eaebeb1d06b7278300d5e12b2dab9eb093 Gerrit-PatchSet: 10 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Dhandapani Gopal <[email protected]> Gerrit-Reviewer: Dhandapani Gopal <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Selvasundaram <[email protected]> Gerrit-Reviewer: Shireesh Anjal <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
