diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2012-04-25 11:46:14 +0200 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-05-09 15:16:58 +0200 |
commit | ba280c092e6eca8a70c502e4510061535fdce382 (patch) | |
tree | 70bf9476e9667ec5afec09f5a2c8f4b9cc91e75c /mm | |
parent | 5de738272e38f7051c7a44c42631b71a0e2a1e80 (diff) | |
download | op-kernel-dev-ba280c092e6eca8a70c502e4510061535fdce382.zip op-kernel-dev-ba280c092e6eca8a70c502e4510061535fdce382.tar.gz |
drbd: fix resend/resubmit of frozen IO
DRBD can freeze IO, due to fencing policy (fencing resource-and-stonith),
or because we lost access to data (on-no-data-accessible suspend-io).
Resuming from there (re-connect, or re-attach, or explicit admin
intervention) should "just work".
Unfortunately, if the re-attach/re-connect did not happen within
the timeout, since the commit
drbd: Implemented real timeout checking for request processing time
if so configured, the request_timer_fn() would timeout and
detach/disconnect virtually immediately.
This change tracks the most recent attach and connect, and does not
timeout within <configured timeout interval> after attach/connect.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions