Page MenuHomeFreeBSD

Always send STANDBY IMMEDIATE when shutting down
ClosedPublic

Authored by imp on Oct 26 2017, 6:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 5:53 AM
Unknown Object (File)
Nov 14 2023, 6:58 PM
Unknown Object (File)
Nov 12 2023, 11:33 PM
Unknown Object (File)
Oct 13 2023, 5:57 PM
Unknown Object (File)
Sep 18 2023, 10:05 PM
Unknown Object (File)
Sep 11 2023, 10:05 AM
Unknown Object (File)
Aug 20 2023, 7:50 AM
Unknown Object (File)
Jun 15 2023, 6:45 PM
Subscribers
None

Details

Summary

To save SMART data and for a drive to understand that it's been nicely
shutdown, we need to send a STANDBY IMMEDIATE. Modify adaspindown to
use a local CCB on the stack. When we're panicing, used
xpt_polled_action rather than cam_periph_runccb so that we can SEND
IMMEDIATE after we've shutdown the scheduler.

Sponsored by: Netflix

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.Oct 26 2017, 6:52 PM
sys/cam/ata/ata_da.c
3519 ↗(On Diff #34367)

This should be adaerror()

imp marked an inline comment as done.Oct 26 2017, 7:49 PM

Will fix the cosmetics before push.

This revision was automatically updated to reflect the committed changes.