Page MenuHomeFreeBSD

Make smartpqi(4) behave better when running out of memory.
ClosedPublic

Authored by trasz on Mar 24 2019, 8:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 17 2024, 12:59 AM
Unknown Object (File)
Jan 15 2024, 1:49 AM
Unknown Object (File)
Dec 20 2023, 3:33 AM
Unknown Object (File)
Dec 14 2023, 12:09 PM
Unknown Object (File)
Dec 11 2023, 6:59 AM
Unknown Object (File)
Sep 25 2023, 12:37 AM
Unknown Object (File)
Sep 25 2023, 12:35 AM
Unknown Object (File)
Sep 25 2023, 12:35 AM
Subscribers

Details

Summary

Make smartpqi(4) behave better when running out of memory,
by returning CAM_RESRC_UNAVAIL instead of CAM_REQUEUE_REQ.
This makes CAM delay a bit before retrying, so that the
retries actually get a chance to succeed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 24 2019, 9:06 PM

I think this looks good, but I've not studied it in enough detail to know for sure.
It might make sense to see if Scott or Ken has a chance to look into this to be sure it's the right solution.

This revision was automatically updated to reflect the committed changes.

Damn, committed it before reading the comments, sorry for that. Still, I've compared this with what isp(4), mpt(4) and iscsi(4) do (and actually done that in the past with iscsi(4)), so it should be all right.