On Wed, 2011-12-21 at 14:07 +0000, Bart Van Assche wrote: > On Wed, Dec 21, 2011 at 3:05 AM, David Dillow <dillowda@xxxxxxxx> wrote: > > We don't want to leave a target blocked indefinitely -- commands caught > > in the blocked queue won't be reissued until the queue is unblocked -- > > but we may want to keep the sdX mappings around for a long time. > > fast_io_fail_tmo gives us the ability to do that -- the expiration of > > fast_io_fail_tmo unblocks the queue and allows commands to be failed due > > to the transport error. See commit f2818663. > > Our opinions may differ here. My opinion is that for some use cases it > is crucial to be able to block a target indefinitely, e.g. when there > is only a single path between initiator and target and when the user > prefers that I/O blocks instead of encountering I/O errors. See e.g. > the "iSCSI settings for iSCSI root" section in the iSCSI README > (http://www.open-iscsi.org/docs/README). I can see admins desiring that option, but it's also handled by putting your root on a dm-multipath volume. Either way, I'm open to letting things block indefinitely, but I do think we should look into why the SCSI stack has a concept of the maximum blocking time. > Regarding commit f2818663: as far as I can see what that commit does > is to make it impossible for a user to set fast_io_fail_tmo == -1 I was pointing to the commit message as evidence of more prominent SCSI developer's line of thought on handling missing devices. As you note, the actual diff is uninteresting. We should match the rest of the SCSI stack unless there is good reason to go our own way. The iSCSI transport can do what it does because it has a native ping, but I'm not convinced they should have introduced new semantics and/or names when taking advantage of that. As far as I can tell without deeply studying it, replacement_timeout is equivalent to fast_io_fail_tmo. -- Dave Dillow National Center for Computational Science Oak Ridge National Laboratory (865) 241-6602 office -- 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