Skip to content

Commit

Permalink
Reload iscsitarget on iscsi.auth.delete (#15006)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeagherix authored Nov 21, 2024
1 parent 1c7690b commit 510930b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middlewared/middlewared/plugins/iscsi_/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ async def do_delete(self, audit_callback, id_):
)
if orig_peerusers:
await self.middleware.call('iscsi.auth.recalc_mutual_chap_alert', orig_peerusers)
await self._service_change('iscsitarget', 'reload')

return result

Expand Down

0 comments on commit 510930b

Please sign in to comment.