diff options
author | Bart Van Assche <bvanassche@acm.org> | 2013-10-26 08:35:59 -0400 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-11-08 17:43:16 -0500 |
commit | 8c64e4531c3c3bedf11d723196270d4a7553db45 (patch) | |
tree | 4cdd251177d7b981139f729e658fccdeb1b1ffd9 /Documentation/ABI | |
parent | c1120f8981fe8ac8dd21092afaf664ba030a76cd (diff) |
scsi_transport_srp: Add periodic reconnect support
Add support for periodically reconnecting to an SRP target until
the dev_loss timer expires. After the tenth reconnection attempt,
gradually slow down subsequent reconnect attempts.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: David Dillow <dillowda@ornl.gov>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/stable/sysfs-transport-srp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/stable/sysfs-transport-srp b/Documentation/ABI/stable/sysfs-transport-srp index 8b6acc775b71..ec7af69fea0a 100644 --- a/Documentation/ABI/stable/sysfs-transport-srp +++ b/Documentation/ABI/stable/sysfs-transport-srp | |||
@@ -30,6 +30,14 @@ Contact: linux-scsi@vger.kernel.org | |||
30 | Description: 16-byte local SRP port identifier in hexadecimal format. An | 30 | Description: 16-byte local SRP port identifier in hexadecimal format. An |
31 | example: 4c:49:4e:55:58:20:56:49:4f:00:00:00:00:00:00:00. | 31 | example: 4c:49:4e:55:58:20:56:49:4f:00:00:00:00:00:00:00. |
32 | 32 | ||
33 | What: /sys/class/srp_remote_ports/port-<h>:<n>/reconnect_delay | ||
34 | Date: February 1, 2014 | ||
35 | KernelVersion: 3.13 | ||
36 | Contact: linux-scsi@vger.kernel.org, linux-rdma@vger.kernel.org | ||
37 | Description: Number of seconds the SCSI layer will wait after a reconnect | ||
38 | attempt failed before retrying. Setting this attribute to | ||
39 | "off" will disable time-based reconnecting. | ||
40 | |||
33 | What: /sys/class/srp_remote_ports/port-<h>:<n>/roles | 41 | What: /sys/class/srp_remote_ports/port-<h>:<n>/roles |
34 | Date: June 27, 2007 | 42 | Date: June 27, 2007 |
35 | KernelVersion: 2.6.24 | 43 | KernelVersion: 2.6.24 |