Duplicate
Details
Details
Assignee
Triage Team
Triage TeamReporter
Travis Hansen (community)
Travis Hansen (community)Impact
Medium
Components
Fix versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created December 3, 2020 at 11:33 PM
Updated July 1, 2022 at 4:59 PM
Resolved December 5, 2020 at 5:43 PM
When POSTing to the /api/v2.0/iscsi/target endpoint while many other iscsi-related API requests are happening concurrently I've noticed situations where the 'groups' property does not get properly set (it's empty). I've worked around the issue by checking the groups from the response and ensuring they match what was sent and if not, I turn around and do a subsequent PUT with the groups. If that fails I retry the whole process. The mitigations 'work' but it's not ideal.