]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcmu: make cmd timeout configurable
authorMike Christie <mchristi@redhat.com>
Thu, 9 Mar 2017 08:42:09 +0000 (02:42 -0600)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 18 Mar 2017 23:32:27 +0000 (16:32 -0700)
commitaf980e46a26ac8805685bb70c8572dbc47abb126
tree68fb80c55ec73bedb428cd33ccf7685dbf07aa43
parent972c7f167974fa41ea8a2eed4b857cc59f59c42c
tcmu: make cmd timeout configurable

A single daemon could implement multiple types of devices
using multuple types of real devices that may not support
restarting from crashes and/or handling tcmu timeouts. This
makes the cmd timeout configurable, so handlers that do not
support it can turn if off for now.

Signed-off-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_user.c