lkml.org 
[lkml]   [2008]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/1] NBD: allow nbd to be used locally
Pavel Machek wrote:

>> This patch allows a Network Block Device to be mounted locally (nbd-client
>> to nbd-server over 127.0.0.1).
>>
>> It creates a kthread to avoid the deadlock described in NBD tools
>> documentation. So, if nbd-client hangs waiting for pages, the kblockd
>> thread can continue its work and free pages.
>
> What happens if your new kthread blocks on memory allocation?

Well, we expect that. The reason for the new thread is so that it hangs,
rather than kblockd hanging (which on a UP system brings all I/O to a
halt). As long as kblockd can continue making progress, we eventually
free up memory and then NBD can finish its requests, too.

--
Paul


\
 
 \ /
  Last update: 2008-03-10 18:29    [W:0.074 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site