[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46CF1826.9050101@steeleye.com>
Date: Fri, 24 Aug 2007 13:40:54 -0400
From: Paul Clements <paul.clements@...eleye.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: linux-kernel@...r.kernel.org, david@...eaves.com,
Wouter Verhelst <w@...r.be>,
Corey Minyard <cminyard@...sta.com>
Subject: [PATCH 2/2] NBD: allow hung network I/O to be cancelled
This patch allows NBD I/O to be cancelled when a network outage occurs.
Previously, I/O would just hang, and if enough I/O was hung in nbd, the
system (at least user-level) would completely hang until a TCP timeout
(default, 15 minutes) occurred.
The patch introduces a new ioctl NBD_SET_TIMEOUT that allows a transmit
timeout value (in seconds) to be specified. Any network send that
exceeds the timeout will be cancelled and the nbd connection will be
shut down. I've tested with various timeout values and 6 seconds seems
to be a good choice for the timeout. If the NBD_SET_TIMEOUT ioctl is not
called, you get the old (I/O hang) behavior.
Patch applies and was tested against 2.6.23-rc2-mm2.
Thanks,
Paul
View attachment "nbd_xmit_timeout_26.diff" of type "text/x-patch" (7310 bytes)
Powered by blists - more mailing lists