Hi,<br>Thanks for the reply.<br>I found this page, talking about simultaneous read/write to a single file system. <br><br><a href="http://www.redhat.com/gfs/">http://www.redhat.com/gfs/</a><br>snap--------------------<br>Red Hat GFS is commonly used in clusters of enterprise applications to
provide high speed access to a consistent file system image across the
server nodes. This allows the cluster nodes to simultaneously read and
write to a single shared filesystem. Typical application clusters where
Red Hat GFS is deployed today include:<br>-------------------------end of snap<br><br><br>Please can I have some technical idea, doc or flow chart type of thing regarding GFS mechanism.<br>Thanks and Regards<br>Anuj Singh.<br>
<br><div class="gmail_quote">On Wed, Apr 30, 2008 at 1:00 PM, Christine Caulfield <<a href="mailto:ccaulfie@redhat.com">ccaulfie@redhat.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">???? Anuj Singh wrote:<br>
> Hi,<br>
> I have a question related to GFS + LVM and iscsi.<br>
> 1). I have a file test.txt on shared GFS file system, some user ramesh<br>
> opens test.txt to read, at the same time some other user Smith on the<br>
> network writes some data to test.txt file.<br>
> What data will Ramesh see in test.txt file which is changed after he<br>
> opened?<br>
> How does GFS handles data integrity?<br>
<br>
</div>The same thing happens on GFS as would occur if you did that on a local<br>
file system. GFS does not provide any additional data integrity features<br>
over other file systems. If you can corrupt a file by writing to it from<br>
two places using ext3 on one node, then the same thing will happen using<br>
GFS, regardless of whether the processes are on the same or different nodes.<br>
<br>
The point of GFS is not to provide data integrity, but /metadata/<br>
integerity. ie, the filesystem itself does not become corrupted by two<br>
nodes writing to the same inode or directory.<br>
<br>
So, the basic rule is: if it would corrupt data if two people on the<br>
same node did it on next3, then it will also corrupt data if two people<br>
on different nodes did it on GFS.<br>
<br>
I hope that's clear!<br>
<font color="#888888">--<br>
<br>
Chrissie<br>
</font></blockquote></div><br>