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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.
Comment Actions
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.