-
Notifications
You must be signed in to change notification settings - Fork 0
[DRAFT] 0.8.0 Add support for server side "iscsi defer" #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Currently seeing errors in tests which seem to be triggered by this functionality
|
when testing multiple simultaneous deactivations, iscsiadm returns some spurious errors. retrying resolves. Ideally we'd probably use a single-threaded wrapper around iscsiadm
…to iscsi-try-defer
This error seems to have been caused by the iscsid on the client system crashing. A restart fixed it. A general issue with TNC is that |
Adds support to the tool to take additional advantage of "defer" iscsi changes on the server.
This will warrant a bump to 0.8 I believe
The PR against 25.10 middleware that adds the backend support for the "iscsi defer" changes is
truenas/middleware#16614