Closed tareqalayan closed 6 years ago
@tareqalayan Can you please try with the patch above?
@tareqalayan Can you please try I am unsure how to reproduce, what env what exact steps etc..?
I am unable to reproduce it now.
On Mon, Aug 7, 2017 at 10:28 AM, Ondra Machacek notifications@github.com wrote:
@tareqalayan https://github.com/tareqalayan Can you please try I am unsure how to reproduce, what env what exact steps etc..?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/oVirt/ovirt-ansible/issues/38#issuecomment-320589754, or mute the thread https://github.com/notifications/unsubscribe-auth/AB6V5FB9EikAgYYkX8tNVqifjdyrg5llks5sVrypgaJpZM4OlXht .
I am unable to reproduce it now.
With provided patch or without?
with and without ... i have no idea, i am unable to reproduce it now... the only thing changes is the ovirt version i did reinstalled . 4.2.0-0.0.master.20170803140556.git1e7d0dd.el7.centos
i see this happen when python-ovirt-engine-sdk4-4.2.1-1.a1.20170718git56b2d49.el7.centos.x86_64 ovirt-engine-4.2.0-0.0.master.20170818152502.gita8c361f.el7.centos.noarch and it works when: python-ovirt-engine-sdk4-4.2.1-1.a1.20170718git56b2d49.el7.centos.x86_64 ovirt-engine-4.2.0-0.0.master.20170803140556.git1e7d0dd.el7.centos.noarch
The problem is that /storagedomains/{id}/storageconnections for iSCSI reports two connections same connections with different ID and address. The address is once with IP and second with hostname. Not sure why is this:
<storage_connections>
<storage_connection href="/ovirt-engine/api/storageconnections/59cf4d49-5686-4c81-b8c4-c86459e21392" id="59cf4d49-5686-4c81-b8c4-c86459e21392">
<address>1.2.3.4</address>
<port>3260</port>
<target>iqn.1992-08.com.netapp:sn.9a14187dd2e911e4bbb900a09861387c:vs.6</target>
<type>iscsi</type>
</storage_connection>
<storage_connection href="/ovirt-engine/api/storageconnections/93836255-9dd3-4232-a389-dc40d6900f1f" id="93836255-9dd3-4232-a389-dc40d6900f1f">
<address>iscsi.example.com</address>
<port>3260</port>
<target>iqn.1992-08.com.netapp:sn.9a14187dd2e911e4bbb900a09861387c:vs.6</target>
<type>iscsi</type>
</storage_connection>
</storage_connections>
iscsi.example.com == 1.2.3.4