James Smart wrote: > > > Mike Christie wrote: >> James Smart wrote: >>> Given this is the 3rd instance of this (qla2xxxx, lpfc, mpt fusion), >>> we should either: >>> >>> - Fix the error handler. (but we all know this is a lot of work, >>> of which none of us have the time to do, nor expect it to >>> be complete in time for our next distro delivery). >> >> I understand the bugs in the eh. I have worked around them in iscsi and >> tried to fix them in scsi-ml :) (still working on the queuecommand >> SCSI_ML_HOST/DEVICE_BUSY fix), but along with the problems in the eh >> where we could get the device offlined there could really be times when >> the device needs to be offlined and reonlined, right? > > True... > >> For iscsi we do >> not really worry about either, in our userspace daemon we have code >> where if the device was offlined and the daemon has corrected the >> problem (or in qla4xxx case has been notified that the problem has been >> corrected), then we online the devices. > > Ok - but that's not really the intent around offlining. Offlining implies > that recovery steps were taken, but it didn't result in a functional > device, > thus retries are likely to fail as well - which implies that device media > is corrupt and could use some user interaction to clean up (filesystem > check > and the like). So - it's not always the best ideal to simply online after > resolving the link state for the device. Yeah ok I can see your point but there are some problems with this currently. Maybe I am thinking about this wrong too. In order to do diagnostics like TUR or fscheck you have to online the device first. If the device is offlined because the connection is down, multipathd does not want to touch the online state. It does not know why the device was offlined and does not think it can experiment there. Should it? ChristopheV does not feel it should so if iscsid knows the device was offlined because of a connection failure, we online it so multipathd can do its tests. If we are doing a FS directly on a disk then we need to online the device so a user can now do fscheck. So I am saying we are onlining devices because we have correct the problem on our side and now the user can do whatever tests they need to do. Maybe we need to fix up the SDEV_QUIESCE so we can do diagnostic IOs with SG_IO. Userspace can at least set the device to this state and do some tests but all other IO will not get through and the upper layers do not have to do special things like set the device in READ only or set the path state as failed. Or are you saying that even if we are able to relogin then there will be problems that cannot be handled with the current tools? Something like that one sense bug I was asking you about at OLS right? I am not sure what to do with that? - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html