<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ocfs on despatches</title><link>https://icle.es/tags/ocfs/</link><description>Recent content in Ocfs on despatches</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 18 Mar 2026 15:13:17 +0000</lastBuildDate><atom:link href="https://icle.es/tags/ocfs/index.xml" rel="self" type="application/rss+xml"/><item><title>My Thoughts on OCFS2 / Understanding OCFS2 [1110]</title><link>https://icle.es/2011/11/24/my-thoughts-on-ocfs2-understanding-ocfs2-1110/</link><pubDate>Thu, 24 Nov 2011 21:42:09 +0000</pubDate><guid>https://icle.es/2011/11/24/my-thoughts-on-ocfs2-understanding-ocfs2-1110/</guid><description>&lt;p>&lt;a href="https://icle.es/2011/11/24/glusterfs-howto/" title="GlusterFS HOWTO [1108]">As mentioned earlier&lt;/a>,
we have been considered networked filesystems instead of NFS to introduce into a
number of complex environments. OCFS2 was one of the first candidates.&lt;/p>
&lt;p>In fact, we also considered GFS2 but looking around on the net, there seemed to
be a general consensus recommending ocfs2 over gfs2.&lt;/p>
&lt;p>Ubuntu makes it pretty easy to install and manage ocfs2 clusters. You just need
to install ocfs2-tools and ocfs2console. You can then use the console to manage
the cluster.&lt;/p>
&lt;p>What I totally missed in all of my research and understanding, and due to lack
of in depth knowledge on clustered filesystems was that OCFS2 (and GFS2 for that
matter) are shared disk file systems.&lt;/p>
&lt;p>What does this mean?&lt;/p></description><content:encoded><![CDATA[<p><a href="https://icle.es/2011/11/24/glusterfs-howto/" title="GlusterFS HOWTO [1108]">As mentioned earlier</a>,
we have been considered networked filesystems instead of NFS to introduce into a
number of complex environments. OCFS2 was one of the first candidates.</p>
<p>In fact, we also considered GFS2 but looking around on the net, there seemed to
be a general consensus recommending ocfs2 over gfs2.</p>
<p>Ubuntu makes it pretty easy to install and manage ocfs2 clusters. You just need
to install ocfs2-tools and ocfs2console. You can then use the console to manage
the cluster.</p>
<p>What I totally missed in all of my research and understanding, and due to lack
of in depth knowledge on clustered filesystems was that OCFS2 (and GFS2 for that
matter) are shared disk file systems.</p>
<p>What does this mean?</p>
<p><a href="http://en.wikipedia.org/" title="Wikipedia">Wikipedia</a> defines a
<a href="http://en.wikipedia.org/wiki/Shared_disk_file_system" title="Shared Disk File System">shared disk filesystem</a> as
being &ldquo;shared by being
simultaneously <a href="http://en.wikipedia.org/wiki/Mount_%28computing%29" title="Mount
(computing)">mounted</a> on
multiple <a href="http://en.wikipedia.org/wiki/Server_%28computing%29" title="Server (computing)">servers</a>.&rdquo;</p>
<p>This essentially means that the storage medium is mounted on to cluster. The
cluster is a collection of the clients. The storage is traditionally a SAN mount
point. This means that a shared storage space is accessed at high speeds by a
number of clients.</p>
<p>From a simplistic point of view, this is not that different from mounting the
SAN point onto a server and then running an NFS server on it with all the
clients mounting over NFS.</p>
<p>The main difference is that OCFS is distributed. There is no single point of
failure (assuming that the storage medium is redundant which a SAN would be).
The NFS server is a clear single point of failure.</p>
<p>If you do not have access to or want to use a SAN,
<a href="http://www.drbd.org/users-guide/ch-ocfs2.html" title="Using OCFS2 with DRBD">you can also use DRBD.</a></p>
<p>NFS is described as a network filesystem and GlusterFS is described as a NAS
file system.</p>]]></content:encoded></item></channel></rss>