on media exchange, update/rescan the drives. This allows a volume
in a failed stated to come back on-line without a reboot.
This commit is contained in:
parent
0076f43158
commit
139233cbd6
@ -3477,6 +3477,10 @@ ciss_notify_logical(struct ciss_softc *sc, struct ciss_notify *cn)
|
||||
ciss_printf(sc, "logical drive %d (%s) media exchanged, ready to go online\n",
|
||||
cn->data.logical_status.logical_drive, ld->cl_name);
|
||||
ciss_accept_media(sc, ld);
|
||||
|
||||
ld->cl_update = 1;
|
||||
ld->cl_status = ciss_decode_ldrive_status(cn->data.logical_status.new_state);
|
||||
ciss_notify_rescan_logical(sc);
|
||||
break;
|
||||
|
||||
case 2:
|
||||
|
Loading…
Reference in New Issue
Block a user