Duplicate
Pinned fields
Click on the next to a field label to start pinning.
Created December 3, 2020 at 11:33 PM
Updated July 1, 2022 at 4:59 PM
Resolved December 5, 2020 at 5:43 PM
Thanks for using the TrueNAS Community Edition issue tracker! TrueNAS Enterprise users receive direct support for their reports from our support portal.
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.