Virtual host controller interface with multipath input/output6904477Abstract A processor-based system (200) with a multipath I/O architecture, including a virtual host controller interface (vHCI) layer (280) between a common architecture layer (270) and a physical host controller interface layer (290), which may include convential host bus adapters (HBAs) coupled to target decives such as storage devices (240, 250) in a storage area network (SAN). Target drivers send I/O requests to a common architecture layer, which forwards them to the vHCI layer (280), which then sends them to HBAs for sending to the target devices (240, 250). A multipathing driver interface (MPXIO) layer (310) resides beneath the vHCI layer (280), and determines target device path information for the vHCI layer (280). Positioning the MPXIO layer (310) beneath the vHCI layer avoids the need for multipathing target drivers (360) above the common architecture layer. A failover operations module may be provided for each type of target device to provide the vHCI layer (280) with failover protocol information in the event of a failed path. Claims 1. A multipathing subsystem in a computer system having a system interface layer and at least one physical host controller interface (pHCI) in a pHCI layer, including: Description BACKGROUND OF THE INVENTION
Another issue that arises due to the use of layered drivers has to do with their statefulness. The layered driver approach becomes significantly more difficult to implement once stateful drivers such as tape drivers are deployed in multipath configurations. Driver state (such as tape position) needs to be shared between the multiple instances via some protocol with the upper layered driver. This exposes an additional deficiency with using layered driver for multipath solutions: a separate layered driver is needed for each class of driver or device that needs to be supported in these configurations. Issues with Failover Operations Yet another issue is that of failover/error management. Layered drivers communicate with the underlying drivers via the buf(9s) structure. The format of this structure limits the amount of error status information that can be returned by the underlying driver and thus limits the information available to the layered driver to make proper failover decisions. In addition, the handling of failover operations by a system such as that shown in FIG. 1 can present other challenges. Switches 60 and 90 are multiport switches, providing redundant paths to storage 80 (paths 82 and 84) and storage 90 (paths 92 and 94). If path 86 to switch 60 fails, the system needs to activate path 96, which will be a different operation for storage device 80 than for storage device 90, which in general will be different types of storage devices. An efficient way of activating paths common to different storage devices, such as when a failover operation is executed, is thus needed. SUMMARY OF THE INVENTION A processor-based architecture according to an embodiment of the present invention includes a virtual host controller interface (vHCI) layer which handles I/O requests to target devices. This layer is preferably beneath a common architecture layer, which is beneath the target drivers, and above the HBA or physical host controller interface (pHCI) layer. A multiplex I/O module discovers available paths to the target devices, and communicates these to the vHCI layer, which then uses the path information to transmit the I/O requests to the target devices. In the case of a failed path, the vHCI can immediately send an I/O request by an alternate path, without the need to retry or to bounce the failed I/O request back up to the driver layer. Use of the MPXIO module allows the multipathing protocol to be provided at a low level, thus avoiding the need for a multipathing target driver for each type of target used. The vHCI layer may also communicate with failover operations modules, which provide target device-specific information for each type of target, and which may be compiled separately from the vHCI to allow addition of the modules to the system without having to reboot. Other embodiments and features are discussed below. BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram of a conventional storage area network (SAN). FIG. 2 is a block diagram showing a layered multipath architecture. FIG. 3 is a block diagram of a new multipathing architecture according to the invention. FIG. 4 is a block diagram showing details of the new architecture of FIG. 3. DESCRIPTION OF THE PREFERRED EMBODIMENTS The system of the invention provides a new architecture for representing and managing devices that are accessible through multiple host controller interfaces (HCIs) from a given instance of the operating system (OS). This type of device configuration, referred to herein as "multipath", is capable of supporting failover semantics in the event of interconnect and controller failures, as well as balancing the I/O workload across the set of available controllers. This application describes the new multiplexed I/O (MPXIO) architecture, along with a set of changes to the core of the OS which support this architecture. A suitable OS for an embodiment of the invention is applicant's UNIX operating system, the Solaris OS. Hereinafter, reference will be made to the "Solaris OS" or just to the OS, and it should be understood that this refers to the Solaris OS or any other suitable operating system for the invention (e.g. other UNIX operating systems such as Linux, or non-UNIX operating systems). Modern high-performance I/O bus architectures are migrating from a host-centric model, where storage is private to a single host, towards the SAN (Storage Area Network) model, where storage is treated in a peer-to-host-computers manner and is managed as a pool of resources to be shared among multiple heterogeneous hosts via a shared I/O interconnect. Combined with this is an increase in pressure by RAS (reliability-availability-serviceability) requirements and performance metrics, as the OS pushes deeper into enterprise and HA (high availability) environments. This requires increasing degrees of availability, scalability, performance, and manageability. Certain platforms, such as those of the Solaris OS, will attach to these SANs using multiple host controller interfaces and I/O interconnects controller interfaces (either of which types of interfaces may referred to as HCIs), to increase both availability and I/O bandwidth to the storage pools. Some operating systems may not be optimally designed for supporting the multipath device configurations presented by these new SAN architectures. This stems from the fact that a given device that is visible through multiple host controllers is identified as separate and independent device instances by such operating systems, e.g. the Solaris OS, and its suite of management applications. The invention thus relates to a new software architecture for managing multiported storage devices for processor-based systems. Background technology relating to this invention is described in the book Writing Device Drivers (August 1997), a publication of SunSoft, Inc., which is a subsidiary of applicant Sun Microsystems, Inc. That book is incorporated herein by reference. The following example, taken from a system with a dual-pathed Fibre Channel A5000 storage array of applicant Sun Microsystems, Inc., illustrates this fact. Note the matching WWN (worldwide name) in the unit-address of the two ssd target devices: /dev/dsk/c2t67d0s0-> . ./. ./devices/pci@6,4000/SUNW,ifp@2/ssd@w220000203709c3f5,0:a /dev/dsk/c3t67d0s0-> . ./. ./devices/pci@6,4000/SUNW,ifp@3/ssd@w220000203709c3f5,0:a In a current version of the Solaris OS, the operating system would not manage these multiple instances as a single device, but would leave it up to other products to do so, such products being implemented using vendor-specific layered device drivers to provide failover and load balancing support. Such products include Alternate Pathing (AP—Sun Microsystems, Inc.), RDAC (Symbios/LSI), DMP (Veritas), and EMC PowerPath. However, each of these products suffers from a number of limitations (including bugs), which can result from poor integration with the Solaris OS and their inability to interact seamlessly with one another. Competing OS vendors such as SCO UnixWare, Data General, and EBM's Sequent all support multipath I/O as part of their enterprise high availability storage solution. In addition, IBM's mainframe I/O architecture supports multichannel device access. General Design Features of the New Architecture This invention involves a new architecture for naming and managing multipath devices in the OS. This architecture eliminates the need for the multiple layered implementations available as unbundled or third party products that currently support device multipathing. A feature of one embodiment of the new architecture is that the device tree is restructured to permit a multipath device to be represented as a single device instance in the OS, rather than having one instance per physical path, as is the case in systems presently in use. Multipath devices are attached below command-set specific pseudobus nexus drivers, otherwise called a virtual Host Controller Interface (vHCI) driver. Here, "virtual" refers to a reconfigurable or reprogrammable structure (which may include software or firmware, but may also include hardware elements), in contrast to a conventional HBA or physical host controller interface. vHCI drivers are provided with naming and transport services by one or more physical Host Controller Interface (pHCI) devices, which share the common command set or bus architecture such as SCSI-3. The architecture also specifies a set of core services for path management support to be exported by vHCI drivers. vHCI drivers will also implement a subset of the DR interfaces currently defined for bus nexus drivers. In addition, the architecture specifies a set of recommended practices for the command set-specific implementations to consider where applicable. Specific Embodiments of the New Architecture FIG. 3 is a block diagram showing a new architecture according to one embodiment of the invention. A host system 200, which may be a workstation, personal computer, server, or the like, includes at least one processor (though it may be a multiprocessor system) 210, memory 220, and other conventional processor system features not separately shown, including user interface and input hardware and software (keyboard, mouse, etc.), a display, and any other components useful to input or output of information and interaction with a user. Software layers 230 reside on the system 200 and are executed by the processor 210 and by appropriate dedicated hardware. The system 200 communicates with storage devices 240 and 250. Although two storage devices are shown for this embodiment, one storage device or more than two may be used. The storage devices may be any combination of tape storage, disks, and other conventional storage hardware, using the appropriate drivers. For the description of FIG. 3, by way of example the storage devices 240 and 250 will be assumed to be the same type of device, such as two disk drives, though any combination of devices is possible. A conventional driver 260 is used, which issues command packets for both storage devices 240 and 250. These are sent down to a common architecture layer 270, which in the case of applicant's systems maybe the SCSA (Sun Common SCSI Architecture) layer, but in other systems will be an equivalent software layer. For the purposes of the invention, the terms "packet", "request" and "command", and other references to I/O communications, may be taken as referring to any I/O information or the like that may be communicated along a path from a processor, a user application, or other hardware or software. It will be understood to those skilled in the art that such packets, etc. may be modified or adapted along the path to a target device, and thus the forwarding, resending, etc. of a packet, command, or the like does not mean that the forwarded item is unaltered. A system according to the present invention includes a virtual host controller interface (vHCI) layer 280, which sends and receives I/O packets or commands between the common architecture layer 270 and a multipath driver interface (MDI) layer 310, as well as physical host controller interface (pHCI) 290 and pHCI 300. The pHCIs, which may be conventional host bus adapters (HBAs), provide the hardware interface between the software layers 230 and the storage devices 240-250. Thus, the driver 260 creates a command packet and sends it down to the SCSA layer, which hands the packet off to the vHCI layer. The MDI layer includes a multiplexed I/O (MPXIO) module 310, which the vHCI layer consults to determine which pHCI is in use, e.g. 290 or 320. The multiplexed I/O module 310 in a preferred embodiment of the invention takes the form of software associated with the MDI 300, but other embodiments are possible. In general, the architecture and functions of the present invention may be implemented as hardware, software and/or firmware in any combination appropriate to a given setting. Thus, these terms should be interpreted as interchangeable for the present invention, since where one is specified the others may be used. In particular, the terms "program", "architecture", "module", "software" etc., may in practice be implemented as hardware, software, firmware or the like, as appropriate. The MPXIO module 310 informs the vHCI layer 280 which pHCI is in use (e.g. PHCI 300 for this example), and the vHC layer 280 accordingly hands the packet off to pHCI 300. The pHCIs 290 and 320 are responsible for the physical transport of packets over fibre channel or other network connection to their respective client devices. FIG. 4 shows an embodiment of the invention incorporating features not represented in FIG. 3, but the description of the common features of these two figures is applicable to both. FIG. 4 illustrates a hybrid arrangement, in which both the vHCI layer 280 and MDI layer 300 are used in connection with target drivers (e.g. disk drivers) 260-264, but additional target drivers 266-268 are also whose I/O packets are not passed through the vHCI and pHCI layers. The target drivers may be, as with FIG. 3, disk drivers, tape drivers, and/or other combinations of appropriate device drivers. The operation of the hybrid system is discussed in detail below. Thus, the embodiment of FIG. 4 allows the use of prior, conventional architecture in combination with an architecture of the present invention, allowing for flexibility in the system's configuration when an MDI layer 310 specific to one or more of the client devices 330 has not yet been created. The embodiment of FIG. 4 also shows a user application (for instance, a database application) 340, a management application 350 using a library 360 called "libdevinfo", which provides user programs access to read-only information about the device tree. The libdevinfo library exports device nodes, minor nodes, and device properties in the form of a consistent "snapshot" of kernel state. Internally, libdevinfo interacts with the devinfo driver 370, which gathers state information about the device tree into a buffer for consumption by the libdevinfo library 360. See Appendix A, Section 5 for a more complete description of how a conventional libdevinfo library may be modified and used in conjunction with an embodiment of the present invention. Packet Flow According to the Invention The general flow of an I/O request taken from the perspective of a client driver is as follows:
This model lends itself well to disassociating multipath devices from specific paths, since the decision of which pHCI device transports the I/O request is left to the framework, and is not known by the client driver making the request for transport services. Implementation Concepts of the Invention This section discusses concepts of the invention that may be implemented in a UNIX or other OS setting. 1. vHCI Drivers The vHCI drivers of the invention are pseudo nexus drivers which implement multipath services for a specific command set or bus architecture. There is a single instance of a vHCI driver for each command set that supports multipath devices. The framework creates the instance whenever a MPXIO-compliant pHCI driver registers its command set transport services with the framework. An instance of a vHCI driver preferably provides the following services or capabilities:
A. Single-instance Multipath Devices The vHCI nexus provides a path-independent bus nexus under which multipath client devices can be attached. Client devices are created as they are registered with the framework by the pHCI devices. This provides both a path-independent name in /dev and /devices, as well as eliminating the need for layered drivers to recombine multiple devices instances back into a pseudo-single instance device. Eliminating multiple path-dependent names to a device provides a number of additional side benefits:
This present invention delivers an implementation of a vHCI driver for SCSI-3 Fibre Channel devices. An appropriate name of the node in the OS device tree would be:
B. Multipath Configuration Management With this architecture, the mapping of available paths to client devices is automatically discovered and managed by the framework as part of the client device enumeration and registration process undertaken by the pHCI devices. This eliminates the need for static configuration databases, which typically contain data that could easily change in future hardware configurations, which will be accommodated by the present invention. The vHCI driver is also expected to supply interfaces to user-level system management applications for querying and managing the pathset configurations being maintained by an instance of a vHCI. The vHCI query interfaces return the following types of information:
The vHCI path management interfaces support the following:
C. I/O Request Routing and Policy-based Load Balancing The vHCI driver has the responsibility to select and route I/O requests from client devices attached beneath it to the "best" pHCI device that is providing transport services to the device. This routing decision considers both the default pathset assigned to a client device request, as well as any routing policy such as round robin or least busy which has been assigned to the pathset or client device. D. Automatic and Manual Failover The vHCI and pHCI drivers are responsible for managing failover, which is an important feature provided by this framework. Both automatic (e.g., a cable is unintentionally disconnected) and manual (e.g., a system administrator dynamically reconfigures a system board containing a pHCI) failover semantics are needed to be compatible with the support provided by the existing layered products. If an interconnect or device error is noted by a pHCI driver instance, the vHCI layer is notified of the loss of transport service provided by the pHCI. In a conventional system as illustrated in FIG. 2, once the metadriver 140 submits an I/O request to the driver layer, it has no control over that request until the driver gives up (e.g. in the event of a path failure). The driver 120 or 130 has no information about a multipathing layer above it, so when an error is encountered, the driver merely retries until a timeout or a predetermined number of retries has occurred, which can take several minutes for each retry. Since the vHCI layer in the inventive design of FIGS. 3-4 is above the pHCI layer and below the common architecture layer (and in particular, below the target driver layer), any I/O request that comes back uncompleted is retried from the vHCI layer, which has information about other available paths because the multipathing driver interface is on the same level as the vHCI. As a result, futile retries can be avoided, because the level that detects the failed path is the same as the level that has information about alternative paths, unlike in previous systems. In the example discussed above for prior systems, where the driver retries some number of times (e.g. twice) before sending a failure message up to the metadriver layer, in the present invention the vHCI can immediately (after a single failure) fail over to another path. Thus, the new system requires only two tries (one failed and one successful) to complete the I/O request, rather than four tries for the example given for prior systems, resulting in a significant time savings. This points up an advantage of the new architecture: in a system as shown in FIG. 2, the disk (or tape) drivers must be multipathing—i.e., for each device type, a multipathing driver for that particular device type is needed. In the present invention as shown in FIG. 3, by way of contrast, the multipathing is handled at the vHCI layer, and the device-specific issues are handled at the target driver layer, so the multipathing module or layer 310 does not need to be programmed to handle the device-specific issues. As a result, once a device driver is created, there are no additional issues involved in placing it in a multipathing setting. The vHCI is preferably written from the beginning to accommodate various device formats (disks, tapes, etc.), and all the device-specific actions (retries, error recoveries, etc.) happen at the target driver level. This isolation of the multipathing functionality at the vHCI level avoids the need for duplicating multipathing intelligence at different metadriver levels and integrating the multipathing into many different drivers. In addition to avoiding the need for a great deal of duplicative programming (for the different device types), it greatly reduces the number of different types of drivers needed. A failover operation in the embodiment of FIGS. 3-4 proceeds as follows. When a given path such as path 292 (to bus 296, which connects to devices 330) fails, another path (e.g. path 294) is needed. It would be possible to code all the different device-specific information at the vHCI layer 280, but this would mean that any new device type that is added would require modification of the vHCI layer. Thus, preferably a set of one or more failover ops (operations) modules 272-276 is created, once for each type of storage device. When the vHCI 280 needs to activate a path, it accesses the appropriate failover ops module (e.g. module 272) and sends and "activate" command. The module 272 then connects to the appropriate HBA (pHCI) driver with the correct protocol. This modular approach allows new device types to be added merely by adding a new failover ops module, and otherwise leaving the vHCI layer unchanged. The vHCI and all of the failover ops modules can be compiled into a single driver at boot-up, or the failover ops modules may be compiled separately. In the latter case, it is possible to hot-plug a new device into the system and provide its failover ops module for real-time device discovery and operation. If the vHCI is regarded as a standard interface, then different companies' devices can simply connect to that interface, and a heterogeneous storage environment is created with automatic failover capability. 2. vHCI—pHCI Driver Interface Since the vHCI and pHCI drivers implement to a common command set and bus protocol (such as SCSI-3), the interface between the two drivers is specific to the implementation. In a SCSI-3 implementation, both the vHCI driver and pHCI drivers are implemented in the model of a SCSI HBA. 3. pHCI Driver Changes The physical HCI drivers are changed only moderately by this architecture; the most significant change that of bus enumeration. Device enumeration: instead of attaching identified child devices to the individual pHCI device instances, the pHCI drivers will call mdi_devi_identify(9m) to notify the framework of identity and visibility of the device from the particular pHCI instance. The framework will either a) create a new instance for the device under the vHCI layer if it does not already exist or b) register the pHCI device as an available transport for the device. A pHCI driver is expected to support the bus_config(9b) and bus_unconfig(9b) nexus driver busop entry points. The vHCI driver will invoke these entry points to manually drive enumeration of specifically named devices. 4. Paths and Pathsets Another feature of the proposed architecture is the addition of the notion of paths and pathset as manageable objects in the OS. A path may be defined as a software representation of a hardware device which is providing device identification and transport services for a command set implementing this architecture. A path may have attributes assigned which describe the capabilities of the path to the vHCI driver implementation. Pathsets, as the name suggests, are aggregations of paths, and are a natural addition to the processor set model already in the OS. The framework defines a number of default pathsets to define aggregations such as "all-available-paths". The framework also supports creation and management of pathsets by applications. System administrators could use this feature to bind specific pHCI devices to a pool of database storage devices to isolate database traffic from other the effects of other users of the system. The vHCI driver checks the pathset information assigned to the packet; if none has been defined at packet level, the vHCI driver uses the default pathset that is defined for the device. In a system according the foregoing description, the vHCI layer manages multiple pHCIs, resulting in several important advantages, including:
If the active port is down, i.e. is not functioning for some reason, the pHCI notifies the vHCI layer, as well as the MPXIO layer, and the vHCI layer initiates a failover to the inactive port, making it active. Features of Various Embodiments of the Invention IP multipathing which enables link aggregation and failover for systems with multiple network interfaces is an appropriate setting for an embodiment of this invention, providing equivalent functionality for multipath storage devices. Following are other features in connection with which the present invention can be implemented:
This architecture is suitable for an environment in which the client devices for a given command set can be uniquely identified using some form of GUID prior to configuring the device into the OS device tree. Data Security In a conventional system such as in FIG. 2, multiple drivers 120, 130, etc. are used. For multipath I/O, an I/O request should go through the metadriver layer 140, and thence through a driver to the common architecture layer 110, and through an HBA to the storage device. However, it is possible for an application to write directly to a driver (which will be identifiable through a UNIX "format" command), bypassing the metadriver layer, while another application may be writing via the metadriver, resulting in data corruption. Since the present invention places the multipathing layer below the target driver layer, this bypass is closed off. All I/O requests to a storage device in FIG. 3 or 4 must pass through the driver (260-264) ultimately to the vHCI layer, which handles the multipathing. Since there is only one entry point, there is no opportunity for a user to write an application that bypasses the multipathing driver interface layer 310. Hybrid System Operation: FIG. 4 In FIG. 4, paths 284 and 286 connect the vHCI layer 280 to the MDI layer 310, which in turn connects via paths 312 and 314 to the pHCIs 290 and 300, respectively. In addition, direct paths 282 and 288 connect the vHCI layer 280 directly to the pHCIs 290 and 300, i.e. without passing through the MDI layer 310 (though, depending upon the embodiment, there may be other hardware or software on these otherwise direct paths). At boot-up or at other selected times (e.g. when a device is hot-plugged into the system), the pHCIs execute a device enumeration or discovery operation, determining the number, nature and paths of the various devices on the system. Device discovery itself can be done in a conventional manner. The device and path information is stored at the MDI level, which is preferably provided with a database or table for this purpose. When discovery is complete, an I/O request coming down from a target driver via the common architecture layer 270 is sent to the vHCI layer 280. The vHCI provides the requested device information to the MDI, and the MDI—which has the information about paths to the devices—selects and sends back information about an available path to the vHCI. The vHCI has the information about the pHCIs, so for the given pHCI it retrieves a "handle" (a path_info_node), which includes data structures used to communicate directly to the given pHCI. For instance, if this pHCI is pHCI 290, then the vHCI uses the direct path 282. Each pHCI (or HBA) thus implements a set of interfaces that are defined by the common architecture (e.g. SCSA), which define the methods needed, e.g. for transporting a packet. In the system shown in FIG. 4, the common architecture layer 270 can also communicate directly to one or more pHCIs (here, pHCI 300). Here, "directly" means without passing through a virtual host controller interface layer, though there may be other software or hardware elements along the path from the common architecture layer to a given pHCI. To the common architecture layer, the vHCI appears as simply another HBA, so when an I/O request comes from target driver 266 or 268, the common architecture layer treats it in the same manner as a request from a target driver 260-264, though in one case the request goes to the pHCI 300 and in the other it goes to the vHCI 280. Thus, adding the MDI layer 310 allows the vHCI layer 280 to manage I/O requests to all connected devices 330, by effectively acting as a virtually single HBA (from the point of view of the common architecture layer), but in fact communicating with multiple HBAs (pHCIs).
|
Same subclass Same class Consider this |
||||||||||
