<?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: NFS vs iSCSI</title>
	<atom:link href="http://rajeev.name/2005/10/12/nfs-vs-iscsi/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajeev.name/2005/10/12/nfs-vs-iscsi/</link>
	<description>technologist defying the peter principle</description>
	<lastBuildDate>Fri, 09 Mar 2012 17:19:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Madhu M</title>
		<link>http://rajeev.name/2005/10/12/nfs-vs-iscsi/comment-page-1/#comment-29575</link>
		<dc:creator>Madhu M</dc:creator>
		<pubDate>Thu, 13 May 2010 15:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2005/10/12/nfs-vs-iscsi/#comment-29575</guid>
		<description>Hi Rajeev,

Very impressive graphs. We are setting up a lab for virtualization ( we are a startup right now) and we want to have shared storage for vmotion/xenmotion etc. We definitely can&#039;t afford a SAN hence looking at ISCSI and NFS. Can you tell me what would be a better option and which is cheaper ?  I think performance wise,iscsi is better but costlier than NFS. Can you point me in the right direction ?

thanks

Madhu M</description>
		<content:encoded><![CDATA[<p>Hi Rajeev,</p>
<p>Very impressive graphs. We are setting up a lab for virtualization ( we are a startup right now) and we want to have shared storage for vmotion/xenmotion etc. We definitely can&#8217;t afford a SAN hence looking at ISCSI and NFS. Can you tell me what would be a better option and which is cheaper ?  I think performance wise,iscsi is better but costlier than NFS. Can you point me in the right direction ?</p>
<p>thanks</p>
<p>Madhu M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajeev karamchedu</title>
		<link>http://rajeev.name/2005/10/12/nfs-vs-iscsi/comment-page-1/#comment-30</link>
		<dc:creator>rajeev karamchedu</dc:creator>
		<pubDate>Mon, 06 Mar 2006 02:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2005/10/12/nfs-vs-iscsi/#comment-30</guid>
		<description>More memory on the NFS clients, some tweaking to the NFS options (actimeo) helped us cut down the overhead calls. Our environment is also very symlink greedy which contributes to the unusually high number of GETATTR calls. Even after the attrs are cached on the client, GETATTRs are issued to revalidate that information. 

With regards to the graphs - your guess is right. They are made using RRD tool. You may want to look at &lt;a href=&quot;http://web.taranis.org/drraw/&quot; rel=&quot;nofollow&quot;&gt;drraw&lt;/a&gt; for help with graphs.
</description>
		<content:encoded><![CDATA[<p>More memory on the NFS clients, some tweaking to the NFS options (actimeo) helped us cut down the overhead calls. Our environment is also very symlink greedy which contributes to the unusually high number of GETATTR calls. Even after the attrs are cached on the client, GETATTRs are issued to revalidate that information. </p>
<p>With regards to the graphs &#8211; your guess is right. They are made using RRD tool. You may want to look at <a href="http://web.taranis.org/drraw/" rel="nofollow">drraw</a> for help with graphs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Golliher</title>
		<link>http://rajeev.name/2005/10/12/nfs-vs-iscsi/comment-page-1/#comment-26</link>
		<dc:creator>Blake Golliher</dc:creator>
		<pubDate>Wed, 22 Feb 2006 05:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2005/10/12/nfs-vs-iscsi/#comment-26</guid>
		<description>In most cases I&#039;ve seen, nfs will be faster then unaccerlated iSCSI, that is to say iscsi without the benefit of a hardware initiator.  The Linux and Solaris NFS client has been tuned for a long time to be a pretty efficent data moving machine, so your tests may suprise you.

In this case, you have a pretty good amount of lookup and access calls, which are harder on NFS then their local FS equivalent.  But they are still overhead, you may benefit from a directory structure rehash, if you can afford it.  It may help you cut down on LOOKUP calls.  If you increase the attribute cache, it may cut down your ACCESS calls.  You seem to have a low amount of WRITE so a longer cache of attributes should be safe.

My question, is how did you make these wonderful graphs!?  I always endup with some ugly awk hack that pipes to a CSV file which I then make a graph in excel with.  RRD is much prettier.

-Blake</description>
		<content:encoded><![CDATA[<p>In most cases I&#8217;ve seen, nfs will be faster then unaccerlated iSCSI, that is to say iscsi without the benefit of a hardware initiator.  The Linux and Solaris NFS client has been tuned for a long time to be a pretty efficent data moving machine, so your tests may suprise you.</p>
<p>In this case, you have a pretty good amount of lookup and access calls, which are harder on NFS then their local FS equivalent.  But they are still overhead, you may benefit from a directory structure rehash, if you can afford it.  It may help you cut down on LOOKUP calls.  If you increase the attribute cache, it may cut down your ACCESS calls.  You seem to have a low amount of WRITE so a longer cache of attributes should be safe.</p>
<p>My question, is how did you make these wonderful graphs!?  I always endup with some ugly awk hack that pipes to a CSV file which I then make a graph in excel with.  RRD is much prettier.</p>
<p>-Blake</p>
]]></content:encoded>
	</item>
</channel>
</rss>

