linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Chow <davidchow@shaolinmicro.com>
To: sdake@mvista.com
Cc: hufh@Lenovo.com, linux-raid@vger.kernel.org
Subject: Re: Help!About MD on shared storage.
Date: Tue, 05 Aug 2003 14:42:12 +0800	[thread overview]
Message-ID: <3F2F51C4.2050301@shaolinmicro.com> (raw)
In-Reply-To: 1060018828.5102.78.camel@persist.az.mvista.com

>
>
>Note that the same thing can be done using a configuration file per node
>and using mdadm to only start the RAID volumes needed.  This is the
>methodology recommended by RAID maintainer, Neil Brown, however, I find
>it difficult to setup which is why I proposed the patch.  He could
>probably provide more info on that methodology or there is a discussion
>in the archives.
>
>If I ever get some time, I plan to implement shared access to the same
>RAID volume for usage in a clustered filesystem application such as GFS.
>
If it really happens, every writes to the RAID will need to be synced . 
Since fs assumes the underlying block device is synced instead of async 
like md . This has been an issue of using md on cluster environment 
which calling sync only sync fs->block buffers and md buffers are not 
gaurantee to be synced. I am not sure how much performnace drawback will 
cause if every write to md must be synced and wait for return for the 
underlying real block device. Any ideas?

David



      reply	other threads:[~2003-08-05  6:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <OF24C833E9.81D2D2DC-ON48256D78.001F7244@legend.com.cn>
2003-08-04 17:40 ` Help!About MD on shared storage Steven Dake
2003-08-05  6:42   ` David Chow [this message]

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=3F2F51C4.2050301@shaolinmicro.com \
    --to=davidchow@shaolinmicro.com \
    --cc=hufh@Lenovo.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=sdake@mvista.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).