public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Staubach <staubach@redhat.com>
To: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Kenny Simpson <theonetruekenny@yahoo.com>, linux-kernel@vger.kernel.org
Subject: Re: another nfs puzzle
Date: Wed, 07 Dec 2005 10:56:42 -0500	[thread overview]
Message-ID: <4397063A.2030200@redhat.com> (raw)
In-Reply-To: <1133970117.27373.53.camel@lade.trondhjem.org>

Trond Myklebust wrote:

>On Wed, 2005-12-07 at 10:34 -0500, Peter Staubach wrote:
>
>  
>
>>This seems like a dangerous enough area that denying mmap on a file which
>>has been opened with O_DIRECT by any process and denying open(O_DIRECT)
>>on a file which has been mmap'd would be a good thing.  These things are
>>easy enough to keep track of, so it shouldn't be too hard to implement.
>>    
>>
>
>That would be a recipe for DOSes as it would allow one process to block
>another just by opening a file. I'd really not like to see my database
>crash just because some obscure monitoring program happens to use mmap()
>to browse the file.
>

I wouldn't think that a database would be a problem since it is opened early
and then stays open.  However, point granted.  There are tools around, lsof
and such, which would be handy for diagnosing such a situation though.

I do know of other operating systems which do implement the semantics that I
have suggested and I don't think that they are concerned or have been 
notified
that these semantics for a problem.  These semantics are used because the
kernel itself can not even guarantee that the data that it is caching is 
valid,
without lots of synchronization which may tend to reduce performance.

    Thanx...

       ps

  reply	other threads:[~2005-12-07 15:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-06 22:04 another nfs puzzle Kenny Simpson
2005-12-07  3:24 ` Trond Myklebust
2005-12-07 14:50   ` Kenny Simpson
2005-12-07 14:01 ` Peter Staubach
2005-12-07 14:11   ` Trond Myklebust
2005-12-07 14:18     ` Peter Staubach
2005-12-07 14:34       ` Trond Myklebust
2005-12-07 15:34         ` Peter Staubach
2005-12-07 15:41           ` Trond Myklebust
2005-12-07 15:56             ` Peter Staubach [this message]
2005-12-07 16:09               ` Trond Myklebust
2005-12-07 16:39                 ` Peter Staubach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4397063A.2030200@redhat.com \
    --to=staubach@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=theonetruekenny@yahoo.com \
    --cc=trond.myklebust@fys.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox