Kanagaraj M has posted comments on this change.

Change subject: engine: Fixed view to return correct task
......................................................................


Patch Set 1: Code-Review+1

(1 comment)

http://gerrit.ovirt.org/#/c/24364/1/packaging/dbscripts/gluster_volumes_sp.sql
File packaging/dbscripts/gluster_volumes_sp.sql:

Line 300:        RETURN QUERY SELECT gluster_volume_task_steps.*
Line 301:        FROM  gluster_volume_task_steps, gluster_volumes vol
Line 302:        WHERE volume_id = v_volume_id AND vol.id = volume_id 
Line 303:        AND job_status = 'STARTED' OR (job_status != 'STARTED' AND 
external_id = vol.task_id)
Line 304:        ORDER BY job_start_time desc LIMIT 1; 
Remove spaces
Line 305: END; $procedure$
Line 306: LANGUAGE plpgsql;
Line 307: 
Line 308: Create or replace FUNCTION 
GetTransportTypesByGlusterVolumeGuid(v_volume_id UUID)


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ifb25e2f59c4d5cfa063e498ada4e0091cc4ff53b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to