<?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: Will FCoE save storage networks?</title>
	<atom:link href="http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/feed/" rel="self" type="application/rss+xml" />
	<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/</link>
	<description>Data storage info &#38; analysis</description>
	<lastBuildDate>Sun, 01 Aug 2010 02:16:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: cjcox</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-206315</link>
		<dc:creator>cjcox</dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-206315</guid>
		<description>@Marc,

The reason why FCoE is more compelling than iSCSI is because IP is a POOR (very) protocol for storage.   Sure, you can do &quot;jumbo frames&quot; as a temporary bandaid for Gbit, but what about 10gE?  And even then, you&#039;re sacrificing more and more cpu overhead to run the IP stack... it&#039;s just the wrong answer ultimately for storage.  Any FCoE implementation will make better use of the available bandwidth than any config of iSCSI on the same.

Now.. with that said, if the idea is that storage MUST include ubiquitous routability across the Internet, then certainly iSCSI has a place.

So maybe FCoE doesn&#039;t displace iSCSI, it just becomes the better choice for replacing FC than iSCSI.  Does that make sense?

Personally, I think iSCSI is very wrong.  But on the low end, I know it&#039;s popular... it&#039;s just also fraught with reliability issues... in fact, so much so, that I&#039;d wager that the cost of reliable iSCSI is comparable to today&#039;s FC (speaking 10gE iSCSI vs. 8Gb FC).</description>
		<content:encoded><![CDATA[<p>@Marc,</p>
<p>The reason why FCoE is more compelling than iSCSI is because IP is a POOR (very) protocol for storage.   Sure, you can do &#8220;jumbo frames&#8221; as a temporary bandaid for Gbit, but what about 10gE?  And even then, you&#8217;re sacrificing more and more cpu overhead to run the IP stack&#8230; it&#8217;s just the wrong answer ultimately for storage.  Any FCoE implementation will make better use of the available bandwidth than any config of iSCSI on the same.</p>
<p>Now.. with that said, if the idea is that storage MUST include ubiquitous routability across the Internet, then certainly iSCSI has a place.</p>
<p>So maybe FCoE doesn&#8217;t displace iSCSI, it just becomes the better choice for replacing FC than iSCSI.  Does that make sense?</p>
<p>Personally, I think iSCSI is very wrong.  But on the low end, I know it&#8217;s popular&#8230; it&#8217;s just also fraught with reliability issues&#8230; in fact, so much so, that I&#8217;d wager that the cost of reliable iSCSI is comparable to today&#8217;s FC (speaking 10gE iSCSI vs. 8Gb FC).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183871</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 28 Mar 2008 15:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183871</guid>
		<description>@Brian

&lt;i&gt;
Cause if I remember right, one of the drawbacks to the AoE (ATA Over Ethernet) protocol is it is not routable, ie, can’t go to other networks.. (such as your disaster recovery site!)
&lt;/i&gt;

This is not a problem though, as you can use a pair of systems (or more than a pair) to handle the disaster site communications.  Scale out the AoE as far as you want (40k devices last I read), use machines (we are biased, our &lt;a href=&quot;http://jackrabbit.scalableinformatics.com&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt;JackRabbit servers&lt;/a&gt; support the latest model AoE drivers out of the box, not to mention iSCSI target/initiators, and when FCoE stabilizes ... ) to set up a mirror.  Run whatever mirroring software you wish (BakBone, etc).  If you  want to do block level mirroring, set up DRBD, GNBD, ...

AoE is nice in that it is quite simple.  You can handle routing at a different layer, which allows you to keep AoE simple.

The issues which &quot;plague&quot; AoE (and iSCSI, and FCoE, ...) is that the data is not encrypted in flight.  So your storage networks need to be private, and not connected to your backbone.  Backbone traffic should be done via encrypted links (which in the model noted above, is actually fairly easy to do).</description>
		<content:encoded><![CDATA[<p>@Brian</p>
<p><i><br />
Cause if I remember right, one of the drawbacks to the AoE (ATA Over Ethernet) protocol is it is not routable, ie, can’t go to other networks.. (such as your disaster recovery site!)<br />
</i></p>
<p>This is not a problem though, as you can use a pair of systems (or more than a pair) to handle the disaster site communications.  Scale out the AoE as far as you want (40k devices last I read), use machines (we are biased, our <a href="http://jackrabbit.scalableinformatics.com" rel="nofollow" rel="nofollow">JackRabbit servers</a> support the latest model AoE drivers out of the box, not to mention iSCSI target/initiators, and when FCoE stabilizes &#8230; ) to set up a mirror.  Run whatever mirroring software you wish (BakBone, etc).  If you  want to do block level mirroring, set up DRBD, GNBD, &#8230;</p>
<p>AoE is nice in that it is quite simple.  You can handle routing at a different layer, which allows you to keep AoE simple.</p>
<p>The issues which &#8220;plague&#8221; AoE (and iSCSI, and FCoE, &#8230;) is that the data is not encrypted in flight.  So your storage networks need to be private, and not connected to your backbone.  Backbone traffic should be done via encrypted links (which in the model noted above, is actually fairly easy to do).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183728</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 27 Mar 2008 20:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183728</guid>
		<description>Just for clarification, will FCoE be just ethernet, or also TCP/IP?  Cause if I remember right,  one of the drawbacks to the AoE (ATA Over Ethernet) protocol is it is not routable, ie, can&#039;t go to other networks.. (such as your disaster recovery site!)</description>
		<content:encoded><![CDATA[<p>Just for clarification, will FCoE be just ethernet, or also TCP/IP?  Cause if I remember right,  one of the drawbacks to the AoE (ATA Over Ethernet) protocol is it is not routable, ie, can&#8217;t go to other networks.. (such as your disaster recovery site!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmwut5</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183498</link>
		<dc:creator>pmwut5</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183498</guid>
		<description>Ethernet has a habit of winning the day - look what happened to Token Ring - a superior technology that lost out to market inertia. Dedicated FC SAN must be consigned to the past - dedicated - HBA, fibre cables, software driver, switches, storage adaptors, support staff ,support contracts and  intersite links. Who needs 8Gb FC switches and at what costs. Anything that integrates network and SAN has to be a winner. Why would I wait for FCoE when iSCSI is here today  - regardless of the technical merits.</description>
		<content:encoded><![CDATA[<p>Ethernet has a habit of winning the day &#8211; look what happened to Token Ring &#8211; a superior technology that lost out to market inertia. Dedicated FC SAN must be consigned to the past &#8211; dedicated &#8211; HBA, fibre cables, software driver, switches, storage adaptors, support staff ,support contracts and  intersite links. Who needs 8Gb FC switches and at what costs. Anything that integrates network and SAN has to be a winner. Why would I wait for FCoE when iSCSI is here today  &#8211; regardless of the technical merits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang Voigt ( Wovo )</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183455</link>
		<dc:creator>Wolfgang Voigt ( Wovo )</dc:creator>
		<pubDate>Wed, 26 Mar 2008 10:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183455</guid>
		<description>In my opinion FC has passed the zenith point and FCoE represents only an attempt  to keep FC alive. What we really need is a true future-proof new infrastructure for our computing centers. At the horizon I can only see the advent of InfiniBand which makes such an unified SAN/LAN/FAN/WAN infrastructure  possible. The target should be now to extend the IB use from the HPC corner to the enterprise. This requires an IB  fiberoptical infrastructure with high density cables and transceivers. All of the needed components are ready for use, but the leading IB companies like Mellanox,  Qlogic and Voltaire support only optical links via media converters like QTR 3400 / 3500 from Emcore. What we need are IB host channel adapters and IB switches with integrated 4x / 12x optical tranceivers and the right multi/single-mode cables with 8 and 24 or up to 72  fibers. A good example for the increasing IB acceptance is IBM which has introduced IB for the z10 mainframe internal I/O cage interface and external coupling links.  The IB-based iSER protocol  ( iSCSI extensions over RDMA ) has the best position to replace FC in the future SAN. Furthermore embedded copper IB can be used in storage subsystems to substitute proprietary matrix / crossbar switch architectures. My recommendation for XIV&#039;s Nextra &quot;reinvented&quot; storage system is to substitute the internal 1 GigE / 10 GigE by 12x DDR IB links. XIV as an IBM acquired company should have full access for IB technology now.</description>
		<content:encoded><![CDATA[<p>In my opinion FC has passed the zenith point and FCoE represents only an attempt  to keep FC alive. What we really need is a true future-proof new infrastructure for our computing centers. At the horizon I can only see the advent of InfiniBand which makes such an unified SAN/LAN/FAN/WAN infrastructure  possible. The target should be now to extend the IB use from the HPC corner to the enterprise. This requires an IB  fiberoptical infrastructure with high density cables and transceivers. All of the needed components are ready for use, but the leading IB companies like Mellanox,  Qlogic and Voltaire support only optical links via media converters like QTR 3400 / 3500 from Emcore. What we need are IB host channel adapters and IB switches with integrated 4x / 12x optical tranceivers and the right multi/single-mode cables with 8 and 24 or up to 72  fibers. A good example for the increasing IB acceptance is IBM which has introduced IB for the z10 mainframe internal I/O cage interface and external coupling links.  The IB-based iSER protocol  ( iSCSI extensions over RDMA ) has the best position to replace FC in the future SAN. Furthermore embedded copper IB can be used in storage subsystems to substitute proprietary matrix / crossbar switch architectures. My recommendation for XIV&#8217;s Nextra &#8220;reinvented&#8221; storage system is to substitute the internal 1 GigE / 10 GigE by 12x DDR IB links. XIV as an IBM acquired company should have full access for IB technology now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimC</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183412</link>
		<dc:creator>TimC</dc:creator>
		<pubDate>Wed, 26 Mar 2008 06:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183412</guid>
		<description>@Graham: Show me some real-world numbers than.  I can tell you what I see on FC (which is the full, as promised, 800MB/sec), and the 10Gb ethernet isn&#039;t there. 

@Anders: maybe in small shops (which is where we see plenty of uptake and where we try to push it hard), but where FC is entrenched, not happening.  Storage admins who have a nice stable FC environment aren&#039;t willing to throw their entire environment over to the network guys while hoping for the best.  And I don&#039;t blame them one bit.  To be quite honest, when it comes to 10GbE, the only real demand I&#039;ve seen thus far is in VMware environments, and generally in those cases, NFS has proven to be a better fit than iSCSI.

@Marc: The only person alive?  Last I heard, QLogic had CANCELLED their 10Gb iSCSI offering in favor of FCoE.  So I guess I&#039;ll go with &quot;no&quot;.  You might be the only person alive who think FCoE and iSCSI have ANY reason to co-exist.  Either FCoE will *converge* the ethernet and FC worlds in a way iSCSI has failed to do, or it will fail entirely.</description>
		<content:encoded><![CDATA[<p>@Graham: Show me some real-world numbers than.  I can tell you what I see on FC (which is the full, as promised, 800MB/sec), and the 10Gb ethernet isn&#8217;t there. </p>
<p>@Anders: maybe in small shops (which is where we see plenty of uptake and where we try to push it hard), but where FC is entrenched, not happening.  Storage admins who have a nice stable FC environment aren&#8217;t willing to throw their entire environment over to the network guys while hoping for the best.  And I don&#8217;t blame them one bit.  To be quite honest, when it comes to 10GbE, the only real demand I&#8217;ve seen thus far is in VMware environments, and generally in those cases, NFS has proven to be a better fit than iSCSI.</p>
<p>@Marc: The only person alive?  Last I heard, QLogic had CANCELLED their 10Gb iSCSI offering in favor of FCoE.  So I guess I&#8217;ll go with &#8220;no&#8221;.  You might be the only person alive who think FCoE and iSCSI have ANY reason to co-exist.  Either FCoE will *converge* the ethernet and FC worlds in a way iSCSI has failed to do, or it will fail entirely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Farley</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183251</link>
		<dc:creator>Marc Farley</dc:creator>
		<pubDate>Tue, 25 Mar 2008 12:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183251</guid>
		<description>Thanks Graham - guess I had the encoding stuff screwed up!</description>
		<content:encoded><![CDATA[<p>Thanks Graham &#8211; guess I had the encoding stuff screwed up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Gregersen</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183138</link>
		<dc:creator>Anders Gregersen</dc:creator>
		<pubDate>Tue, 25 Mar 2008 05:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183138</guid>
		<description>We saw the same developement about 1½ years ago, FC is going to be a minority and Ethernet based storage (currently iSCSI) is going to win on cost and known technology. FCoE might be a worthy migration path for very big FC customers if it was present within 1-2 years. &quot;The best&quot; / &quot;The fastest&quot; competition between FC and iSCSI is only suited for vendors pushing some product, but we all know that 8Gb FC will be even more idle than 4Gb in most environments except the largest and big virtualized ones (so basically wasted money), 10Gb E will improve performance for most iSCSI based installations.</description>
		<content:encoded><![CDATA[<p>We saw the same developement about 1½ years ago, FC is going to be a minority and Ethernet based storage (currently iSCSI) is going to win on cost and known technology. FCoE might be a worthy migration path for very big FC customers if it was present within 1-2 years. &#8220;The best&#8221; / &#8220;The fastest&#8221; competition between FC and iSCSI is only suited for vendors pushing some product, but we all know that 8Gb FC will be even more idle than 4Gb in most environments except the largest and big virtualized ones (so basically wasted money), 10Gb E will improve performance for most iSCSI based installations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graham</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183133</link>
		<dc:creator>graham</dc:creator>
		<pubDate>Tue, 25 Mar 2008 05:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183133</guid>
		<description>FC uses 8b/10B encoding so the max. data rate of 8Gb FC (actually 8.5Gb) is 6.8Gb/s. 10GigE uses 64b/66b encoding and has a clock rate around 10.3 to give a real data rate of 10Gig so in reality 8Gb FC has less than 70% the throughput of 10GigE. 

To TimC questions. The next steps for Ethernet are 40Gb/s and then 100Gb/s. Both Intel and Broadcom have talked about 40Gb/s ~ 2011/12 in the eetimes. 100Gb/s follows by a few years.</description>
		<content:encoded><![CDATA[<p>FC uses 8b/10B encoding so the max. data rate of 8Gb FC (actually 8.5Gb) is 6.8Gb/s. 10GigE uses 64b/66b encoding and has a clock rate around 10.3 to give a real data rate of 10Gig so in reality 8Gb FC has less than 70% the throughput of 10GigE. </p>
<p>To TimC questions. The next steps for Ethernet are 40Gb/s and then 100Gb/s. Both Intel and Broadcom have talked about 40Gb/s ~ 2011/12 in the eetimes. 100Gb/s follows by a few years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Farley</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183116</link>
		<dc:creator>Marc Farley</dc:creator>
		<pubDate>Tue, 25 Mar 2008 03:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183116</guid>
		<description>TimC,

You are correct - 8GB FC is approximately equivalent to 10GB Ethernet because of the encoding schemes employed, but I your real-world projection that is will be faster are probably not correct.  Latencies in the end nodes dwarf those in the network.   FWIW, the converse argument made by 10 GB Ethernet fans is equally misdirected. 

Then you wrote this: &quot;I think FCoE might kill iSCSI, but I don’t think it’s killing FC.&quot;   ???   You might be the only person alive who thinks FCoE might knock off iSCSI.</description>
		<content:encoded><![CDATA[<p>TimC,</p>
<p>You are correct &#8211; 8GB FC is approximately equivalent to 10GB Ethernet because of the encoding schemes employed, but I your real-world projection that is will be faster are probably not correct.  Latencies in the end nodes dwarf those in the network.   FWIW, the converse argument made by 10 GB Ethernet fans is equally misdirected. </p>
<p>Then you wrote this: &#8220;I think FCoE might kill iSCSI, but I don’t think it’s killing FC.&#8221;   ???   You might be the only person alive who thinks FCoE might knock off iSCSI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimC</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183097</link>
		<dc:creator>TimC</dc:creator>
		<pubDate>Tue, 25 Mar 2008 01:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183097</guid>
		<description>Robin:

First, you&#039;re a bit inaccurate with the statement that 8Gb FC is slower than 10GbE.  While on paper they are, it&#039;s much like the hard drive manufacturers rounding fun.  At the end of the day, with all the overhead, 10GbE ends up being slower than 8Gb FC.  Maybe that will somehow change with FCoE, but I guess I&#039;ll believe it when I see it.

This isn&#039;t a whole lot different than the &quot;OMG iSCSI is going to kill FC!!!!&quot;.  

I think FCoE might kill iSCSI, but I don&#039;t think it&#039;s killing FC.  What&#039;s ethernet&#039;s next step?  When do they plan on getting there?  I know QLogic already has a 20Gb fibre channel interconnect protocol up and running on their new 8Gb FC switches.</description>
		<content:encoded><![CDATA[<p>Robin:</p>
<p>First, you&#8217;re a bit inaccurate with the statement that 8Gb FC is slower than 10GbE.  While on paper they are, it&#8217;s much like the hard drive manufacturers rounding fun.  At the end of the day, with all the overhead, 10GbE ends up being slower than 8Gb FC.  Maybe that will somehow change with FCoE, but I guess I&#8217;ll believe it when I see it.</p>
<p>This isn&#8217;t a whole lot different than the &#8220;OMG iSCSI is going to kill FC!!!!&#8221;.  </p>
<p>I think FCoE might kill iSCSI, but I don&#8217;t think it&#8217;s killing FC.  What&#8217;s ethernet&#8217;s next step?  When do they plan on getting there?  I know QLogic already has a 20Gb fibre channel interconnect protocol up and running on their new 8Gb FC switches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Felter</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183034</link>
		<dc:creator>Wes Felter</dc:creator>
		<pubDate>Mon, 24 Mar 2008 18:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183034</guid>
		<description>Margins may present another barrier to FCoE adoption. AFAIK, FC vendors have much higher margins than Ethernet vendors, so I would expect any FCoE equipment from traditional FC vendors to be just as expensive as today&#039;s FC equipment. Customers could realize a little cost savings by dropping the Ethernet switch fabric and running all traffic over the FCoE fabric, but it won&#039;t be radically cheaper.

Intel is promoting software FCoE (or iSCSI, they probably don&#039;t care) with cheap dumb Ethernet NICs, but I doubt the FC vendors have the stomach for such creative destruction.</description>
		<content:encoded><![CDATA[<p>Margins may present another barrier to FCoE adoption. AFAIK, FC vendors have much higher margins than Ethernet vendors, so I would expect any FCoE equipment from traditional FC vendors to be just as expensive as today&#8217;s FC equipment. Customers could realize a little cost savings by dropping the Ethernet switch fabric and running all traffic over the FCoE fabric, but it won&#8217;t be radically cheaper.</p>
<p>Intel is promoting software FCoE (or iSCSI, they probably don&#8217;t care) with cheap dumb Ethernet NICs, but I doubt the FC vendors have the stomach for such creative destruction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Farley</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-183020</link>
		<dc:creator>Marc Farley</dc:creator>
		<pubDate>Mon, 24 Mar 2008 16:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-183020</guid>
		<description>The thing I wonder about is whether new FCoE versions of legacy FC-based storage subsystems will also include iSCSI connectivity.  If so, what capabilities will they have?  If they don&#039;t include iSCSI or if they simply re-hack their FC target code, they will be at a serious disadvantage.  If they take advantage of everything iSCSI can do, they most likely will make FCoE look dull by comparison.   And what if all the fuddy TCP turn out to be rubbish (as it will for some very large percentage of the market)? Then iSCSI is going to become a very good alternative and the FCoE industry will have some serious &#039;splainin&#039; to do. 

Then there is the sanity of the investment protection argument. When customers realize that they have to install an Ethernet FCoE to FC gateway (running at what speed?) to connect to existing FC equipment - how ugly is that going to be?  Not so ugly, you say, because the switch vendors will be more than happy to provide blades with premium pricing to get the job done? Any way you look at it, the cost compared to vanilla iSCSI is unattractive. 

All that said, I know there are lots of FC customers that want to believe in FCoE. Many of them will at least try it. They have to.  They are stupid not to.  Some will stay the course while others move to iSCSI.  That migration will be easier then they think for most of their systems and data.</description>
		<content:encoded><![CDATA[<p>The thing I wonder about is whether new FCoE versions of legacy FC-based storage subsystems will also include iSCSI connectivity.  If so, what capabilities will they have?  If they don&#8217;t include iSCSI or if they simply re-hack their FC target code, they will be at a serious disadvantage.  If they take advantage of everything iSCSI can do, they most likely will make FCoE look dull by comparison.   And what if all the fuddy TCP turn out to be rubbish (as it will for some very large percentage of the market)? Then iSCSI is going to become a very good alternative and the FCoE industry will have some serious &#8216;splainin&#8217; to do. </p>
<p>Then there is the sanity of the investment protection argument. When customers realize that they have to install an Ethernet FCoE to FC gateway (running at what speed?) to connect to existing FC equipment &#8211; how ugly is that going to be?  Not so ugly, you say, because the switch vendors will be more than happy to provide blades with premium pricing to get the job done? Any way you look at it, the cost compared to vanilla iSCSI is unattractive. </p>
<p>All that said, I know there are lots of FC customers that want to believe in FCoE. Many of them will at least try it. They have to.  They are stupid not to.  Some will stay the course while others move to iSCSI.  That migration will be easier then they think for most of their systems and data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Malayter</title>
		<link>http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/comment-page-1/#comment-182877</link>
		<dc:creator>Ryan Malayter</dc:creator>
		<pubDate>Mon, 24 Mar 2008 03:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/2008/03/23/will-fcoe-save-storage-networks/#comment-182877</guid>
		<description>Ethernet-based storage will win out in the end, for the same reason that clustered x86-based servers (and soon storage!) will win out in the end. &quot;Scaling out&quot; with commodity-priced gear is always cheaper, and usually faster and moe reliable, than &quot;scaling up&quot; to something like 16 Gbit FC.

I&#039;ve only bought iSCSI gear recently, although FCoE sounds interesting. TCP wasn&#039;t designed for storage workloads, and may in fact have some problems as applied to storage data-flows (as mentioned in a paper linked here recently). I would of course really like to see an IP-over-Ethernet, multi-cast aware storage networking layer, which would be ideal for a clustered sotrage environment with remote DR.</description>
		<content:encoded><![CDATA[<p>Ethernet-based storage will win out in the end, for the same reason that clustered x86-based servers (and soon storage!) will win out in the end. &#8220;Scaling out&#8221; with commodity-priced gear is always cheaper, and usually faster and moe reliable, than &#8220;scaling up&#8221; to something like 16 Gbit FC.</p>
<p>I&#8217;ve only bought iSCSI gear recently, although FCoE sounds interesting. TCP wasn&#8217;t designed for storage workloads, and may in fact have some problems as applied to storage data-flows (as mentioned in a paper linked here recently). I would of course really like to see an IP-over-Ethernet, multi-cast aware storage networking layer, which would be ideal for a clustered sotrage environment with remote DR.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
