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:
parent
ff17305f57
commit
f83e10d7ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45540
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user