Eli Mesika has posted comments on this change.

Change subject: engine: Added taskId to volume and brick
......................................................................


Patch Set 19:

(1 comment)

....................................................
File packaging/dbscripts/gluster_volumes_sp.sql
Line 229: END; $procedure$
Line 230: LANGUAGE plpgsql;
Line 231: 
Line 232: Create or replace FUNCTION 
GetGlusterTaskByGlusterVolumeGuid(v_volume_id UUID)
Line 233:     RETURNS SETOF gluster_volume_task_steps
Should be 
RETURNS SETOF gluster_volume_task_steps STABLE
Line 234:        AS $procedure$
Line 235: BEGIN
Line 236:        RETURN QUERY SELECT *
Line 237:        FROM  gluster_volume_task_steps


-- 
To view, visit http://gerrit.ovirt.org/17992
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I82247bac8217a81f52b16092637885a336e455d5
Gerrit-PatchSet: 19
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to