On Tue, Oct 20, 2015 at 3:20 AM, Sachin Prabhu <sprabhu@xxxxxxxxxx> wrote: > Hello Steve/linux-cifs, > > We have received a request to make the timeout in the cifs module > tunable. > > I have gone through the code to understand timeouts in the cifs client. > http://sprabhu.blogspot.in/2015/08/investigation-into-effects-of-server > .html > > The way to allow user settable timeout values is to make the value of > SMB_ECHO_INTERVAL tunable. Do you think this is a good idea? Seems like a reasonable idea - although we might want to treat this differently for the case (longer timeouts? or different retry behavior?) for the case of CA shares (or mounts with persistent handle or resilient handle mount parms - the patches that I sent out a few weeks ago). We also need to clean up reconnect behavior (byte range lock recovery) and make sure for the persistent handle case (and presumably resilient handles too) that we reopen all files on the mount on reconnect. -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html