<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Introduction to GlusterFS (File System) and Installation on RHEL/CentOS and Fedora	</title>
	<atom:link href="https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 02 Aug 2022 06:40:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Anoop C S		</title>
		<link>https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-1855622</link>

		<dc:creator><![CDATA[Anoop C S]]></dc:creator>
		<pubDate>Tue, 02 Aug 2022 06:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5786#comment-1855622</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-1851029&quot;&gt;kunal patil&lt;/a&gt;.

Hi Kunal,

Glad to hear that you could come up with a working GlusterFS setup. I&#039;ll try to answer your questions as far as I can.

&lt;strong&gt;1.&lt;/strong&gt; I have to admit that I never had any experience with embedded applications. All I can say is that GlusterFS is a clean and simple POSIX-compatible userspace file system. In that regard, I have seen articles describing GlusterFS configured with Raspberry Pi and so on. I hope that helps to look for possible developments in the embedded world.

&lt;strong&gt;2.&lt;/strong&gt; To the best of my knowledge there is no server-side replication happening in GlusterFS. Everything is on the fly as in modifications or updates should happen simultaneously to replica sets. 

Therefore it boils down to how effectively file access is maintained using locks or similar mechanisms to avoid data corruption. Because in the best-case scenario you don&#039;t need to worry about any replication happening while files are being accessed by clients.

&lt;strong&gt;3.&lt;/strong&gt; QEMU integration is something I can tell from the top of my mind. I&#039;m sure you will be able to find articles(old) from gluster.org explaining the architecture behind the use case. I&#039;m adding one such link which I could get hold of quickly. Otherwise media backup/archival is also an area where GlusterFS deployments are common. Also, see the second link with references to different use cases.

* https://www.gluster.org/qemu-glusterfs-native-integration/
* https://www.gluster.org/category/use-case/

&lt;strong&gt;4.&lt;/strong&gt; &quot;smallfile&quot; [https://github.com/distributed-system-analysis/smallfile] is a great tool for benchmarking POSIX-like filesystems. For a quick check, you may also look at periodic performance reports (search for keyword &#039;report&#039;) sent to the Gluster Devel mailing list covering various workloads like smallfile, large files etc.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-1851029">kunal patil</a>.</p>
<p>Hi Kunal,</p>
<p>Glad to hear that you could come up with a working GlusterFS setup. I&#8217;ll try to answer your questions as far as I can.</p>
<p><strong>1.</strong> I have to admit that I never had any experience with embedded applications. All I can say is that GlusterFS is a clean and simple POSIX-compatible userspace file system. In that regard, I have seen articles describing GlusterFS configured with Raspberry Pi and so on. I hope that helps to look for possible developments in the embedded world.</p>
<p><strong>2.</strong> To the best of my knowledge there is no server-side replication happening in GlusterFS. Everything is on the fly as in modifications or updates should happen simultaneously to replica sets. </p>
<p>Therefore it boils down to how effectively file access is maintained using locks or similar mechanisms to avoid data corruption. Because in the best-case scenario you don&#8217;t need to worry about any replication happening while files are being accessed by clients.</p>
<p><strong>3.</strong> QEMU integration is something I can tell from the top of my mind. I&#8217;m sure you will be able to find articles(old) from gluster.org explaining the architecture behind the use case. I&#8217;m adding one such link which I could get hold of quickly. Otherwise media backup/archival is also an area where GlusterFS deployments are common. Also, see the second link with references to different use cases.</p>
<p>* <a target="_blank" href="https://www.gluster.org/qemu-glusterfs-native-integration/" rel="nofollow ugc">https://www.gluster.org/qemu-glusterfs-native-integration/</a><br />
* <a target="_blank" href="https://www.gluster.org/category/use-case/" rel="nofollow ugc">https://www.gluster.org/category/use-case/</a></p>
<p><strong>4.</strong> &#8220;smallfile&#8221; [https://github.com/distributed-system-analysis/smallfile] is a great tool for benchmarking POSIX-like filesystems. For a quick check, you may also look at periodic performance reports (search for keyword &#8216;report&#8217;) sent to the Gluster Devel mailing list covering various workloads like smallfile, large files etc.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kunal patil		</title>
		<link>https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-1851029</link>

		<dc:creator><![CDATA[kunal patil]]></dc:creator>
		<pubDate>Tue, 26 Jul 2022 08:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5786#comment-1851029</guid>

					<description><![CDATA[Thank you for the very informative article.

I have also created a volume and mounted using VM.

Created files from different nodes and could access them.

Few questions:
1- Is GFS suitable for embedded applications?
2- Is the file accessible while it is under replication?
3- Where can we get different characteristics or use cases of GFS?
4- How to check performance and load calculation ?]]></description>
			<content:encoded><![CDATA[<p>Thank you for the very informative article.</p>
<p>I have also created a volume and mounted using VM.</p>
<p>Created files from different nodes and could access them.</p>
<p>Few questions:<br />
1- Is GFS suitable for embedded applications?<br />
2- Is the file accessible while it is under replication?<br />
3- Where can we get different characteristics or use cases of GFS?<br />
4- How to check performance and load calculation ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anoop C S		</title>
		<link>https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-902920</link>

		<dc:creator><![CDATA[Anoop C S]]></dc:creator>
		<pubDate>Mon, 31 Jul 2017 03:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5786#comment-902920</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-902406&quot;&gt;duc pham&lt;/a&gt;.

The whole logic of file distribution and replication resides on the client side stack of GlusterFS. For example, client will perform a write operation to both servers in a replica set of 2 . There is no communication between the servers(or bricks in terms of GlusterFS) themselves.

But with GlusterFS 4.0, overall structure is intended to change which also includes the concept of server-side replication termed as JBR(Journal Based Replication). More details on JBR can be found at Red Hat - &lt;a href=&quot;https://www.snia.org/sites/default/files/SDCIndia/2017/Slides/Mohammed%20Rafi%20KC%20-%20Red%20Hat%20-%20Next%20Generation%20File%20Replication%20system%20in%20Gluster%20FS.pdf&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Next Generation File Replication system in Gluster FS&lt;/a&gt; 

Stay tuned to GlusterFS mailing lists for more updates or jump into #gluster on Freenode IRC.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-902406">duc pham</a>.</p>
<p>The whole logic of file distribution and replication resides on the client side stack of GlusterFS. For example, client will perform a write operation to both servers in a replica set of 2 . There is no communication between the servers(or bricks in terms of GlusterFS) themselves.</p>
<p>But with GlusterFS 4.0, overall structure is intended to change which also includes the concept of server-side replication termed as JBR(Journal Based Replication). More details on JBR can be found at Red Hat &#8211; <a target="_blank" href="https://www.snia.org/sites/default/files/SDCIndia/2017/Slides/Mohammed%20Rafi%20KC%20-%20Red%20Hat%20-%20Next%20Generation%20File%20Replication%20system%20in%20Gluster%20FS.pdf" target="_blank" rel="nofollow">Next Generation File Replication system in Gluster FS</a> </p>
<p>Stay tuned to GlusterFS mailing lists for more updates or jump into #gluster on Freenode IRC.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: duc pham		</title>
		<link>https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-902406</link>

		<dc:creator><![CDATA[duc pham]]></dc:creator>
		<pubDate>Fri, 28 Jul 2017 09:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5786#comment-902406</guid>

					<description><![CDATA[Hello, I want to know the way processing store file on storage servers. when i deploy glusterfs with replicated volume, the client will send a file to all storage servers or the client will send a file to one server then the server will send to another.]]></description>
			<content:encoded><![CDATA[<p>Hello, I want to know the way processing store file on storage servers. when i deploy glusterfs with replicated volume, the client will send a file to all storage servers or the client will send a file to one server then the server will send to another.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Kormendy		</title>
		<link>https://www.tecmint.com/introduction-to-glusterfs-file-system-and-installation-on-rhelcentos-and-fedora/comment-page-1/#comment-860710</link>

		<dc:creator><![CDATA[Mike Kormendy]]></dc:creator>
		<pubDate>Wed, 18 Jan 2017 17:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5786#comment-860710</guid>

					<description><![CDATA[It might be nice to put in big bold letters that these steps are for VOLUME REPLICATION ONLY. The other volume types and setup are not explained fully here at all.]]></description>
			<content:encoded><![CDATA[<p>It might be nice to put in big bold letters that these steps are for VOLUME REPLICATION ONLY. The other volume types and setup are not explained fully here at all.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
