1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

set_sd_state:

If a drive is down, take "empty" sds down.  Previously they were
  unchanged, which cause set_plex_state to take them up under some
  circumstances.
This commit is contained in:
Greg Lehey 1999-04-10 08:12:12 +00:00
parent ff17305f57
commit f83e10d7ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45540

View File

@ -413,6 +413,7 @@ update_sd_state(int sdno)
case sd_up:
case sd_reborn:
case sd_reviving:
case sd_empty:
sd->state = sd_crashed; /* lost our drive */
break;