commit | ebd1f645bd4a284022c7d449a63fe48a3fc5a86e | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Wed Aug 24 10:51:19 2011 +0200 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Aug 30 12:33:06 2011 -0700 |
tree | 8864088ac31540e775b11f7c44cf69c570c8ab1c | |
parent | cfde3fa166c7367258ab32c8a092ae787b2bc8af [diff] |
[SCSI] scsi_dh_alua: Decrease retry interval The alua device handler starts the first retry after 10 seconds, and increases it times 10 for each round. This leads to an unnecessary delay. This patch modifies it to start after one second, and increase by a factor of two. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Parallels.com>