Avatar

It may sound strange to hear me say it, but when I wrote the previous blog post about Dynamic FCoE I thought that it may get a little blip of attention and then filed away as a “oh, that is cool” little factoid about Cisco’s storage portfolio. Perhaps I shouldn’t have been so nonchalant, but I confess I was not expecting the number of questions that I (and other speakers at CiscoLive back in May) have been getting about the technology.

Many questions – including some in the comments of the previous blog – have indicated a strong desire to know more, and they have been excellent and well-thought out. I’m going to try to address some of them in a deeper dive blog whenever I can, in the hopes of being able to address some of the concerns and clarify some points.

switch goes downWe’ll start with one of the biggest concerns – sharing the spine layer for logical separation of SAN A/B, and what happens if one of the spine switches (nodes) go offline.

One commenter from the previous blog, Pierre-Louis, asked the following excellent question:

How could we guarantee that’s SCSI flows from one intiator [sic] to a specified target won’t take exactly the same Spine in emulated Fabric A and B?

And if this was the case, what would be the impact (in terms of reading/writing) of a reboot/failure of this spine? If we consider that we have approximately 100ms of reconvergence, is there any “chance” that the server completely lose connectivity to its remote disks/datastrores?

If you don’t happen to be a “storage guy/gal,” this concern for losing connectivity may seem a bit unusual. After all, we have retransmit mechanisms inside of TCP that can help us in case of an error in the network. It is, however, an extremely fair question that deserves some major consideration.

In order to answer the question we have to take a step back and go a bit further into how Fibre Channel works on Cisco switches, especially when traversing Inter-Switch Links (ISLs).

Understanding ISLs

When you join switches together to create an ISL, the Fibre Channel routing mechanism, called “Fabric Shortest Path First” (FSPF – almost no one spells it out any more) builds a routing table that is distributed to all of the switches. That routing table is a list of every possible path between any two domains in the fabric. FSPF then chooses the least costly path between any two switches, and all other possible paths are ignored for the time being.

If you use simple FSPF, the behavior is straight-forward, but limited. If you add a second link to this connection, then the paths are shared and are allocated on a round-robin basis. However, once you allocate a path to a device, all frames use that path even though another equal cost path can be available.

Source-Destination ISLs
Source-Destination ISLs

This is because FSPF does not load-balance across links – it only shares them. This can lead to one path being congested and another equal-cost path being underused.

This goes to the heart of Pierre-Louis’ question. In this particular case, if a spine node like this were to go down – or worse if that node were shared by SAN A and B – Very Bad Things™ can happen. Obviously, we do not want that to happen in any environment, regardless of whether it’s Fibre Channel or Ethernet we’re using.

Understanding Exchange-Based Load Balancing

By default, Cisco switches do not rely on basic FSPF forwarding. Instead, we use something called “exchange-based” load balancing (called “Source-Destination-Oiriginator Exchange”, or “SRC/DST/OXID” for short). The reason for this is because it provides much better precision and balances that load and helps in precisely the situation that Pierre-Louis is talking about.

I hope you’ll bear with me for a second as I explain this. You may have heard of “Buffer to buffer credits,” which are used to make Fibre Channel a lossless networking protocol. Each “BB-Credit,” as it’s often referred to, corresponds to a frame that is sent across a wire.

frames and sequences

What many people don’t realize (or often remember), is that frames are not sent willy-nilly across the wire. Frames are based on SCSI Exchanges, which in turn are broken into sequences for retransmission purposes, and sequences are broken into frames for placing onto a wire.

Now, with all the talk about lossless storage traffic and in-order delivery, people tend to think that there is some sort of magic formula for making Fibre Channel work. The reality is that both SCSI and Fibre Channel have mechanisms for recovery – they’re just not based upon retransmitting individual frames.

When you send Fibre Channel from one place to another, you actually send full exchanges and not just individual frames, and all frames in the same exchange follow the same link:

Source-Destination-OXID Load Balanced ISLs
Source-Destination-OXID Load Balanced ISLs

Despite conventional wisdom, there is error-recovery mechanisms built into Fibre Channel, and they involve these sequences and exchanges. If an error occurs, a sequence retransmission (or exchange retransmission, depending on the error) is built into the FC standard. So, if a link goes down in this scenario, the exchange can be re-sent on the remaining available path(s).

Dynamic FCoE and OXID

With Dynamic FCoE and a properly configured FabricPath environment, all of the ISLs are equal-cost, and each exchange is sent in precisely the same fashion as in native Fibre Channel – the primary difference is that we are now using the FabricPath mechanism to provide the multipathing. Each spine represents one of the links in the total ISL capability upon which an Exchange is sent.

Think of this as exactly the same thing as a multi-link ISL between two switches (because, um, it is exactly the same thing):

SAN A Out

Look familiar?

If so, that’s because the only difference is that it’s the architecture that is providing the same kind of resilience and reliability that the links provide in a traditional Fibre Channel (and/or FCoE) connection.

In this case, the SAN A sequence is sent out across the link based on the same SRC/DST/OXID method that Cisco uses for all Fibre Channel-related traffic. If a link goes down, the exchange is retransmitted according to standard SCSI and Fibre Channel protocols.

What about SAN B?

SAN B Out

Once again, this should look familiar. If something goes wrong, and a link goes down, the exchange is retransmitted on an available equal-cost ISL link.

Now, let’s overlap the two images so that we can see what happens to both SANs when a spine switch goes offline:

SAN A and B Out

By this point you should see where I’m headed with this. Even though both SANs share the same spine link, standard FC rules still apply – for both SANs.

Bottom Line

As long as you have more than one spine switch (which is explicitly stated in the configuration guides for Nexus 5500, 5600, and 6000 series as being required for having SAN A/B redundancy), then you are not sending all of the Fibre Channel traffic over one path. You won’t have the problems that would come up if we were using simple SRC/DST FSPF routing for our FC traffic, as described above.

The reconvergence times that Pierre-Louis refers to above that would occur in a typical FSPF recalculation do not affect the traffic patterns, then. In the case of a link-flap, or total switch failure, though, any exchanges in flight would trigger the normal exchange/sequence recovery mechanism built into FC in the first place – the exact same mechanism that is used in ISLs today on every Cisco Fibre Channel-capable device (including FCoE devices).

In short, we do not break the way that Fibre Channel works just in order to make it Dynamic. Hopefully this helps clarify some of the questions about how this technology works.



Authors

J Metz

Sr. Product Manager

Data Center Group