On Wed, Jun 17, 2015 at 09:33:04AM -0500, Mike Christie wrote: > On 06/16/2015 06:07 PM, Chris Leech wrote: > > The iSCSI session recovery_tmo setting is writeable in sysfs, but it's > > also set every time a connection is established when parameters are set > > from iscsid over netlink. That results in the timeout being reset to > > the default value after every recovery. > > > > The DM multipath tools want to use the sysfs interface to lower the > > default timeout when there are multiple paths to fail over. It has > > caused confusion that we have a writeable sysfs value that seem to keep > > resetting itself. > > > > This patch adds an in-kernel flag that gets set once a sysfs write > > occurs, and then ignores netlink parameter setting once it's been > > modified via the sysfs interface. My thinking here is that the sysfs > > interface is much simpler for external tools to influence the session > > timeout, but if we're going to allow it to be modified directly we > > should ensure that setting is maintained. > > > > What happened? Why didn't you make it more generic so all future iscsi > sysfs settings work the same way like when I reviewed it in the bz? Did > it get too messy when we only have the one writeable attr? I kept the macro declaration, previous revision had that removed, and modified it so that it could be used for future rw attrs in the same manner. It's possible something could be done for the override check in iscsi_set_param, but there's not a lot of code to share here. - Chris -- 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