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 <dgo...@redhat.com>
Gerrit-Reviewer: Dhandapani Gopal <dgo...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Selvasundaram <sesub...@redhat.com>
Gerrit-Reviewer: Shireesh Anjal <san...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to