All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: Leon Kolchinsky <leonk@construct.haifa.ac.il>
Cc: 'Justin Piszcz' <jpiszcz@lucidpixels.com>, linux-xfs@oss.sgi.com
Subject: Re: mkfs and mount tips?
Date: 13 Feb 2007 12:57:36 +0100	[thread overview]
Message-ID: <p73mz3igthr.fsf@bingen.suse.de> (raw)
In-Reply-To: <20070213103533.C89F519311@mail.edu.haifa.ac.il>

"Leon Kolchinsky" <leonk@construct.haifa.ac.il> writes:
> 
> What about "osyncisdsync" mount option, can someone recommend this based on
> its own experience?

Not sync metadata on O_SYNC writes.

That's also dangerous -- might cause data corruption after crash. It is mostly
a hack if you know your programs very well, but can't change them
to use O_DSYNC when they only need that.

Also his other options basically all just use more memory. If you
have a P90 you're likely low on memory for modern standards and 
shouldn't use them.

-Andi

  parent reply	other threads:[~2007-02-13 11:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-13  8:48 mkfs and mount tips? Leon Kolchinsky
2007-02-13  9:30 ` Justin Piszcz
2007-02-13 10:33   ` Leon Kolchinsky
2007-02-13 11:14     ` Olaf Frączyk
2007-02-13 12:38       ` Leon Kolchinsky
2007-02-13 11:57     ` Andi Kleen [this message]
2007-02-13 18:10     ` Eric Sandeen
2007-02-15  1:19 ` Timothy Shimmin
2007-02-15 14:10   ` Leon Kolchinsky
  -- strict thread matches above, loose matches on Subject: below --
2007-02-13  9:19 Leon Kolchinsky

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=p73mz3igthr.fsf@bingen.suse.de \
    --to=andi@firstfloor.org \
    --cc=jpiszcz@lucidpixels.com \
    --cc=leonk@construct.haifa.ac.il \
    --cc=linux-xfs@oss.sgi.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.