Tal Nisan has posted comments on this change.

Change subject: core: Store iSCSI Target Address instead of IP Address in DB
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/34412/1/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/DiscoverSendTargetsVDSCommand.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/DiscoverSendTargetsVDSCommand.java:

Line 47:             con.setportal(literals[0]);
Line 48:             con.setiqn(literals[1]);
Line 49: 
Line 50:             // address[0] is the IP address of the target as returned 
from VDSM.
Line 51:             // Since we want to use the original address from the 
user's input (which can also be a DNS name),
Replace the "DNS name" with "host name" or "FQDN"
Line 52:             // and since VDSM always returns the IP address of the 
target, we don't want to override it
Line 53:             // by calling con.setconnection(address[0]).
Line 54:             log.infoFormat("Connection to {0} requested, VDSM returned 
{1}.", con.getconnection(), address[0]);
Line 55: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Idf6d385606e130f4f529a0b374a9f731310a7f9f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ish...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Idan Shaby <ish...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
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