Hello I want to understand what does a shared mmap ( one that was added 2.6.23 ) mean in a cluster file system . Does it mean that a mmap is shared between two machines in a cluster ? will a byte change to a mmaped page will be seen in a different machine in the cluster that mmaped the same file ? thank you raz Also, where can i find a white book about ocfs2 closed and open source ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20081204/5e75fda7/attachment.html
Yes. There is no closed source version of ocfs2. Our main source tree is in the mainline linux kernel. The ocfs2 1.2 and 1.4 trees are branches off the mainline tree and are for specific enterprise kernels... (rh)el and sles. The 1.4 user's guide explains our development model. Sources for 1.2/1.4 are available on oss.oracle.com. Raz Ben-Yehuda wrote:> > Hello > I want to understand what does a shared mmap ( one that was added > 2.6.23 ) mean in a cluster file system . > Does it mean that a mmap is shared between two machines in a cluster ? > will a byte change to a mmaped page will > be seen in a different machine in the cluster that mmaped the same file ? > > thank you > raz > > Also, where can i find a white book about ocfs2 closed and open source ? >