Stephen Tweedie
2002-Jun-27 17:42 UTC
Re: shared storage: rw on one node and ro on second node
Hi, On Thu, Jun 27, 2002 at 08:27:34PM +0200, Juri Haberland <juri@koschikode.com> wrote:> Again I think that especially ext3 will lead to major fs corruption > because even if it is mounted r/o it will attempt to replay the journal > at mount time.Yep.> GFS or NFS might be what you are looking for.Or InterMezzo or (ssssshhhhhh) OpenAFS. But ext3 is simply not suitable for shared storage. Cheers, Stephen
Hi list, I recently came up with the need for the storage, shared between two nodes; one would do all the r/w to it and the other would mount it r/o and serve it to the client boxen. I want to use ext3 in this setup, since i trust it the most. My question is: is this possible? How would the r/o node handle the metadata updates that the r/w node would be doing? If there is some fundamental problem, is any other fs currently capable of this? Thanks for answers, -- Jure Pecar
Juri Haberland
2002-Jun-27 18:27 UTC
Re: shared storage: rw on one node and ro on second node
Jure Pecar wrote:> Hi list, > > I recently came up with the need for the storage, shared between two > nodes; one would do all the r/w to it and the other would mount it r/o > and serve it to the client boxen.I think that this won't work because the box with the r/o filesystem will not see the changes that the other box does (caching etc.).> I want to use ext3 in this setup, since i trust it the most. My question > is: is this possible? How would the r/o node handle the metadata updates > that the r/w node would be doing? If there is some fundamental problem, > is any other fs currently capable of this?Again I think that especially ext3 will lead to major fs corruption because even if it is mounted r/o it will attempt to replay the journal at mount time. GFS or NFS might be what you are looking for. Cheers, Juri