Bug 1768969
| Summary: | Duplicate iSCSI sessions in the hosted-engine deployment host when the tpgt is not 1 | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | nijin ashok <nashok> | |
| Component: | ovirt-hosted-engine-setup | Assignee: | Asaf Rachmani <arachman> | |
| Status: | CLOSED ERRATA | QA Contact: | Nikolai Sednev <nsednev> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 4.3.4 | CC: | arachman, emarcus, lsurette, mavital, pelauter, stirabos, tony.pearce | |
| Target Milestone: | ovirt-4.5.0 | Keywords: | Triaged, ZStream | |
| Target Release: | 4.5.0 | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | ovirt-hosted-engine-setup-2.6.1-1 ovirt-ansible-collection-2.0.0-0.6.BETA.el8 | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, during self-hosted engine deployment, the tpgt value was not used in the iSCSI login, creating duplicate iSCSI sessions.
IN this release, the tpgt value is used in the iSCSI login, and no duplicate iSCSI sessions are created.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1772873 (view as bug list) | Environment: | ||
| Last Closed: | 2022-05-26 17:22:44 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1772873, 1922748, 2059955 | |||
| Bug Blocks: | ||||
|
Description
nijin ashok
2019-11-05 16:58:37 UTC
Please notice that for historical reason the Target Portal Group Tag (TGPT) attribute is called portal on REST API and the python SDK: http://ovirt.github.io/ovirt-engine-sdk/master/types.m.html#ovirtsdk4.types.IscsiDetails Then notice that ovirt_host ansible module completely lacks the portal parameter initializing IscsiDetails struct: https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/ovirt/ovirt_host.py#L596 So we need to fix that one first. Re-targeting to 4.4.3 requiring a change which will land only in ansible 2.10 Asaf can you please check if this has been backported to ansible 2.9.17 and to ovirt-ansible-collection ? ovirt-hosted-engine-setup-2.6.1-1.el8ev.noarch Moving to verified. Works fine over iSCSI deployment. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Low: RHV RHEL Host (ovirt-host) [ovirt-4.5.0] security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:4764 |