Sergey Gotliv has posted comments on this change.

Change subject: engine: Only iSCSI storage connections are viable for iSCSI Bond
......................................................................


Patch Set 3: Verified+1

(1 comment)

http://gerrit.ovirt.org/#/c/23720/3/packaging/dbscripts/storages_san_sp.sql
File packaging/dbscripts/storages_san_sp.sql:

Line 554: Create or replace FUNCTION 
GetConnectableBlockStorageConnectionsByType(v_storage_pool_id UUID, 
v_storage_type integer)
Line 555: RETURNS SETOF storage_server_connections STABLE
Line 556:    AS $procedure$
Line 557: BEGIN
Line 558: RETURN QUERY SELECT distinct connection.*
> Do you need the distinct here , I remember this was taken from other SP , b
Please, see my answer on the previous patch set.
Line 559:    FROM storage_server_connections connection, storage_domains 
domain, LUNs lun, LUN_storage_server_connection_map lun_connection
Line 560:    WHERE
Line 561:     connection.storage_type = v_storage_type and
Line 562:     connection.id = lun_connection.storage_server_connection and


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Iae30db6aa0c5d2989e9e31566d6555d70259799e
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sergey Gotliv <sgot...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Eli Mesika <elimes...@gmail.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Sergey Gotliv <sgot...@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