US20050102482A1 - Method and system for configuring RAID subsystems with block I/O commands and block I/O path - Google Patents

Method and system for configuring RAID subsystems with block I/O commands and block I/O path Download PDF

Info

Publication number
US20050102482A1
US20050102482A1 US11/007,224 US722404A US2005102482A1 US 20050102482 A1 US20050102482 A1 US 20050102482A1 US 722404 A US722404 A US 722404A US 2005102482 A1 US2005102482 A1 US 2005102482A1
Authority
US
United States
Prior art keywords
configuration
program product
computer program
raid subsystem
raid
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/007,224
Inventor
Eric Noya
Jeffrey Wong
Chris Franklin
Randy Arnott
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Avago Technologies International Sales Pte Ltd
Raidcore Inc
Original Assignee
Raidcore Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Raidcore Inc filed Critical Raidcore Inc
Priority to US11/007,224 priority Critical patent/US20050102482A1/en
Assigned to RAIDCORE, INC. reassignment RAIDCORE, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ARNOTT, RANDY M., FRANKLIN, CHRIS R., NOYA, ERIC S., WONG, JEFFREY T.
Publication of US20050102482A1 publication Critical patent/US20050102482A1/en
Assigned to BANK OF AMERICA, N.A., AS COLLATERAL AGENT reassignment BANK OF AMERICA, N.A., AS COLLATERAL AGENT PATENT SECURITY AGREEMENT Assignors: BROADCOM CORPORATION
Assigned to AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD. reassignment AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BROADCOM CORPORATION
Assigned to BROADCOM CORPORATION reassignment BROADCOM CORPORATION TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS Assignors: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1076Parity data used in redundant arrays of independent storages, e.g. in RAID systems
    • G06F11/1096Parity calculation or recalculation after configuration or reconfiguration of the system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F2003/0697Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers device management, e.g. handlers, drivers, I/O schedulers

Definitions

  • This invention relates generally to the field of disk storage subsystems, and more particularly to configuring redundant arrays of independent disks (RAID) subsystems.
  • RAID redundant arrays of independent disks
  • RAID redundant arrays of independent disks
  • RAID-1 includes sets of N data disk drives and N mirror disk drives for storing copies of the data disk drives.
  • RAID-3 includes sets of N data disk drives and one parity disk.
  • RAID-4 also includes sets-of N+1 disk drives.
  • RAID-5 distributes parity data across all disk drives in each set of N+1 disk drives.
  • a RAID subsystem must be configurable. That is, the arrays, which perform I/O operations for users, must be created, managed, and deleted. Many other functions of the RAID subsystem must also be performed, such as on-line expansion, RAID level migration, and assigning spare space.
  • a configuration description of the arrays must also be readable, and configuration applications must be able to monitor the arrays during operation. For that reason, a configuration interface and module are included with all RAID subsystems.
  • FIG. 1 shows components of a computer system 10 including a typical prior art RAID subsystem 100 .
  • the RAID subsystem 100 includes a RAID configuration module 101 , and one or more RAID user data arrays 102 each with their own array Identification (ID) 104 .
  • User applications 111 use a block I/O path 121 to read and write, generally “access,” user data of the RAID arrays 102 using the ID 104 assigned to each array. Physically, the RAID arrays 102 store the user data on block storage devices 130 .
  • FIG. 2 shows the layers of the block I/O path or calling stack 121 used for user data transfer.
  • the software and hardware of the block I/O path 121 includes, from the top host side to the bottom client side, an operating system (O/S)—application interface 201 , an O/S driver interface 202 , an 1 / 0 driver 203 , a host transport interface 204 , an I/O transport 205 , a client or external transport interface 206 , a transport driver 207 , and a RAID subsystem interface 208 .
  • O/S operating system
  • the interface 201 translates I/O requests executed by the user applications 111 for the O/S driver interface 202 .
  • the I/O driver 203 translates specific O/S calls for the transport layer 205 , such as PCI, iSCSI, Infiniband, SCSI, or fibre-optic channel, or some other high bandwidth bus.
  • the transport driver 207 communicates with the RAID subsystem interface 208 , which in turn communicates with the RAID subsystem 100 .
  • the block I/O path 121 is relatively straightforward because most operating systems and buses use the same basic functions. Only minor differences are found among operating system interfaces. Typically, most of the layers of the stack that form the block I/O path 121 are well defined.
  • the O/S—application interface 201 , the O/S driver interface 202 , transport interfaces and transport 204 - 206 are typically standardized. Some of the drivers and interfaces may be specialized or proprietary. For instance, most RAID subsystems require a specially designed I/O driver 203 , transport driver 207 , and RAID subsystem interface 208 .
  • a configuration interface 301 to the configuration application 110 is typically a proprietary set of IOCTLs (I/O control commands) that need to be designed and defined.
  • a configuration driver 302 implements these specialized IOCTLs to allow control of the RAID subsystem 100 .
  • the transport layers 303 - 305 which also can use SCSI, fibre, or PCI buses, have specialized block I/O commands, and usually the specialized transport interface 303 is customized. For SCSI buses, for instance, the transport interface 303 uses mode pages with devices.
  • RAID subsystems even include a separate third physical path, such as Ethernet, or serial ports to implement the transport layers 303 - 305 .
  • the driver or external side transport interface 305 also uses specialized primitives that communicate with a specialized transport driver 306 , and of course a specialized RAID configuration interface 307 .
  • configuration interface 301 In all RAID subsystems, the configuration interface 301 , configuration driver 302 , host side configuration transport interface 303 , client side configuration transport interface 305 , transport driver 306 and RAID configuration interface 307 are specialized. Additionally, many RAID subsystems even have a specialized configuration transport 304 .
  • the configuration stack 120 Even if the configuration stack 120 were as easy to implement as the block I/O stack 121 , it is still requires a completely separate implementation to communicate with the configuration module 101 . A lot of effort is required to make this possible. In addition, the configuration path 120 often has many limitations with respect to the number of commands and the amount of information that it can process.
  • the invention provides a RAID subsystem that uses only a block I/O path for accessing both RAID user data arrays and a configuration array.
  • a configuration application uses the same block I/O path as the user application to issue commands to a configuration array, and to receive data and status in response to these commands.
  • the configuration array appears as just another RAID array.
  • the configuration array is distinguishable from a user array only by its associated configuration array identification (ID).
  • ID configuration array identification
  • the configuration array ID enables the configuration application to locate the configuration array on the RAID subsystem.
  • the configuration array does not store user data. Instead, the configuration array receives configuration commands, processes these commands, and supplies the configuration application with configuration information in response to the configuration commands.
  • the configuration array ID is accessed with block I/O commands, and uses block I/O data.
  • a configurable RAID subsystem includes a user data array connected to a user application via a block I/O path, and a configuration array connected to a configuration application via the same block I/O path.
  • the user data array processes user data access commands executed by the user application, and the configuration array processes configuration commands.
  • the user data access commands and the configuration commands are communicated to the user data array and the configuration array respectively, via the block I/O path.
  • a dynamic identification is assigned to the user data array by the configuration array, and a static identification is assigned to the configuration array.
  • FIG. 1 is a block diagram of a prior art RAID subsystem with a block I/O path and a specialized configuration path;
  • FIG. 2 is a block diagram of the layers of the block I/O path of FIG. 1 ;
  • FIG. 3 is a block diagram of the layers of the specialized configuration path of FIG. 1 ;
  • FIG. 4 is a block diagram of a RAID subsystem including a configuration array according to the invention.
  • FIG. 5 is a flow diagram of the steps performed by the configuration application to execute write commands to the configuration array of FIG. 4 ;
  • FIG. 6 is a flow diagram of the steps performed by the configuration application to execute read commands to the configuration array of FIG. 4 ;
  • FIG. 7 is a flow diagram of the steps performed by the RAID subsystem to process configuration write commands according to the invention.
  • FIG. 8 is a flow diagram of the steps performed by the RAID subsystem to process configuration read commands according to the invention.
  • FIG. 4 shows a computer system 40 including a RAID subsystem 400 according to the invention.
  • the RAID subsystem 400 includes one or more user data arrays 102 .
  • a user application 111 accesses the user data arrays 102 via a block I/O path 121 , and the arrays 102 process all block I/O commands received via the block I/O path 121 from the user application 111 .
  • the RAID subsystem 400 uses block devices 130 , for example, disk drives, to physically store user data.
  • the RAID subsystem 400 according to the invention also includes a configuration array 401 .
  • a configuration application 410 also uses the block I/O path 121 to access the configuration array 401 .
  • the configuration array 401 appears just like any of the user arrays 102 , except for its predetermined and static configuration identification 402 .
  • Each array 102 exported by the RAID subsystem 400 also has an associated user identification 104 .
  • the dynamic user identifications 104 of the user arrays 102 are part of the configuration information assigned and provided by the configuration array 401 that has the static configuration ID 402 .
  • the identifications can be stored in a memory of the RAID subsystem 400 .
  • the configuration application 410 uses the same call stack 121 as the user application 111 .
  • the configuration array 401 has a static identification 402
  • the user arrays 102 have dynamic identifications 104 that are assigned when the arrays are created by the configuration application 410 .
  • the configuration application 410 only needs to include primitive I/O command processing for the operating system on which it executes, regardless of whether the RAID subsystem 400 is local or external to the computer system.
  • the arrangement according to the invention is simple to implement. It does not matter what type of network or bus, internal or external, is used to connect to the RAID subsystem 400 . All that is needed is the block I/O path 121 with whatever hardware and software layers that are used to implement it.
  • the configuration application 410 After the configuration application 410 has determined the configuration ID 402 , it can direct all configuration commands to the configuration array 401 via the block I/O path 121 , and not via a separate specialized configuration path as in the prior art.
  • Block I/O user data access commands typically include write and read commands for specific blocks within the user arrays 102 .
  • the only information that is sent back to the user application 111 is a status that indicates whether the command was processed successfully, or not.
  • a read command will also provide user data.
  • all commands are processed completely independent of each other. That is, the processing of a read command is done without any knowledge of a prior write command, for example. This makes-the-implementation of the configuration array 401 using only write and read commands non-obvious.
  • FIG. 5 shows the steps of configuration write command execution according to the invention.
  • a configuration write command is assembled 510 by the configuration application 410 .
  • the configuration application 410 writes to a “block” 520 of the RAID subsystem 400 using the block I/O path 121 and the configuration ID 402 .
  • the word “block” is used loosely here to emphasize that the configuration array 401 appears like any other array to the configuration application, although, in fact, it implements configuration functions of a configuration module.
  • the RAID subsystem uses a universally available block I/O status mechanism to return success or failure 530 to the configuration application 410 .
  • FIG. 6 shows the steps of configuration read command execution according to the invention.
  • the configuration application 410 requests to receive information pertaining to the status or structure of the RAID subsystem 400 .
  • the configuration application To execute a configuration read command, the configuration application first obtains an application ID.
  • the application ID is used by the configuration array 401 to track commands executed by a specific configuration application should multiple configuration applications be executing concurrently.
  • the configuration application reads a predetermined “block” 610 of the configuration array 401 , e.g., block 0 .
  • a predetermined “block” 610 of the configuration array 401 e.g., block 0 .
  • the configuration array 401 processes a read command for this block, it returns a unique application ID for the current configuration application 410 . From that time on, the configuration array 401 can. track commands executed by that specific configuration application with the associated application identification.
  • the configuration application 410 For subsequent read commands, the configuration application 410 assembles 620 a request to read a configuration information data structure that will convey to the RAID subsystem the specific configuration information that is requested. The configuration application then writes 630 that request to the configuration array by actually executing a block I/O write for the block with the application ID. If the return status is error 631 , the command is reissued.
  • the configuration application next issues a block I/O read 640 to the configuration array 401 to receive the requested information from the RAID subsystem by reading the “block” in the configuration array 401 with the number that is equal to the application ID.
  • the configuration array then uses the application ID to identify the requested configuration information and returns the information with appropriate status 650 to the requesting configuration application.
  • the RAID subsystem 400 receives block I/O write and read commands for the configuration array 401 via the block I/O path 121 .
  • the configuration array processes the commands to create or delete arrays in the RAID subsystem.
  • the configuration array can also perform all other necessary functions to manage the RAID subsystem, such as, on-line expansion, RAID level migration, and assigning spare space.
  • a configuration description of the arrays is also readable, and configuration applications can monitor the performance of the user arrays during operation.
  • FIG. 7 shows the steps for processing configuration write commands according to the invention.
  • the configuration array receives a block I/O write command 710
  • associated internal data structures within the RAID subsystem are locked 720 .
  • these data are locked to prevent multiple configuration applications modifying the same data at the same time, and also to prevent user access to portions of the user data arrays while reconfiguration is performed.
  • the configuration write command is then processed 730 and the appropriate status is set. For example, a new array is created, or an old array is deleted. Then, the data structures are unlocked 740 , and the status is returned 750 to the configuration application.
  • FIG. 8 shows the steps for processing configuration read commands.
  • the application For the first use of each application, the application must acquire an application ID.
  • the configuration device will, therefore get a read once 805 from any new application to the predetermined block that returns application IDs. That read will cause a new ID to be generated and returned to the application.
  • a configuration read command with a read configuration information data structure is received 810 by a block I/O write the configuration array.
  • the specific read command, which includes the application ID, is then stored 820 within the RAID subsystem.
  • the block number i.e., application ID
  • the appropriate data structures within the RAID subsystem are locked 840 , and the requested data are filled 850 into the application read buffer.
  • the RAID subsystem data structures are unlocked 860 , and the read information is returned 870 to the configuration application along with a return status.

Abstract

A configurable RAID subsystem includes a user data array connected to a user application via a block I/O path, and a configuration array connected to a configuration application via the same block I/O path. The user data array processes user data access commands executed by the user application; and the configuration application processes configuration commands, the user data access commands and the configuration commands communicated to the user data array and the configuration array respectively, via the block I/O path. A dynamic identification is assigned to the user data array by the configuration array, and a static identification is assigned to the configuration array.

Description

    FIELD OF THE INVENTION
  • This invention relates generally to the field of disk storage subsystems, and more particularly to configuring redundant arrays of independent disks (RAID) subsystems.
  • BACKGROUND OF THE INVENTION
  • Most modern, mid-range to high-end disk storage subsystems are arranged as redundant arrays of independent disks (RAID). A number of RAID levels are known. RAID-1 includes sets of N data disk drives and N mirror disk drives for storing copies of the data disk drives. RAID-3 includes sets of N data disk drives and one parity disk. RAID-4 also includes sets-of N+1 disk drives. RAID-5 distributes parity data across all disk drives in each set of N+1 disk drives.
  • A RAID subsystem must be configurable. That is, the arrays, which perform I/O operations for users, must be created, managed, and deleted. Many other functions of the RAID subsystem must also be performed, such as on-line expansion, RAID level migration, and assigning spare space. A configuration description of the arrays must also be readable, and configuration applications must be able to monitor the arrays during operation. For that reason, a configuration interface and module are included with all RAID subsystems.
  • FIG. 1 shows components of a computer system 10 including a typical prior art RAID subsystem 100. The RAID subsystem 100 includes a RAID configuration module 101, and one or more RAID user data arrays 102 each with their own array Identification (ID) 104. User applications 111 use a block I/O path 121 to read and write, generally “access,” user data of the RAID arrays 102 using the ID 104 assigned to each array. Physically, the RAID arrays 102 store the user data on block storage devices 130.
  • The problem with the prior art RAID subsystems is that a configuration application 110 must use a specialized configuration path 120 to communicate with the configuration module 101 to perform the configuration functions described above.
  • FIG. 2 shows the layers of the block I/O path or calling stack 121 used for user data transfer. The software and hardware of the block I/O path 121 includes, from the top host side to the bottom client side, an operating system (O/S)—application interface 201, an O/S driver interface 202, an 1/0 driver 203, a host transport interface 204, an I/O transport 205, a client or external transport interface 206, a transport driver 207, and a RAID subsystem interface 208.
  • The interface 201 translates I/O requests executed by the user applications 111 for the O/S driver interface 202. The I/O driver 203 translates specific O/S calls for the transport layer 205, such as PCI, iSCSI, Infiniband, SCSI, or fibre-optic channel, or some other high bandwidth bus. The transport driver 207 communicates with the RAID subsystem interface 208, which in turn communicates with the RAID subsystem 100.
  • The block I/O path 121 is relatively straightforward because most operating systems and buses use the same basic functions. Only minor differences are found among operating system interfaces. Typically, most of the layers of the stack that form the block I/O path 121 are well defined. The O/S—application interface 201, the O/S driver interface 202, transport interfaces and transport 204-206 are typically standardized. Some of the drivers and interfaces may be specialized or proprietary. For instance, most RAID subsystems require a specially designed I/O driver 203, transport driver 207, and RAID subsystem interface 208.
  • However as shown in FIG. 3, the layers of the stack that form the configuration path 120 generally have far more specialized components than the block I/O path. A configuration interface 301 to the configuration application 110 is typically a proprietary set of IOCTLs (I/O control commands) that need to be designed and defined. A configuration driver 302 implements these specialized IOCTLs to allow control of the RAID subsystem 100. The transport layers 303-305, which also can use SCSI, fibre, or PCI buses, have specialized block I/O commands, and usually the specialized transport interface 303 is customized. For SCSI buses, for instance, the transport interface 303 uses mode pages with devices. In fact, many RAID subsystems even include a separate third physical path, such as Ethernet, or serial ports to implement the transport layers 303-305. The driver or external side transport interface 305 also uses specialized primitives that communicate with a specialized transport driver 306, and of course a specialized RAID configuration interface 307.
  • In all RAID subsystems, the configuration interface 301, configuration driver 302, host side configuration transport interface 303, client side configuration transport interface 305, transport driver 306 and RAID configuration interface 307 are specialized. Additionally, many RAID subsystems even have a specialized configuration transport 304.
  • Therefore, current RAID subsystems have a severe problem. The configuration portions perform many functions, yet these are not pre-defined. Every operating system requires a re-implementation of the configuration functions and interfaces, and every configuration application needs specialized software, and perhaps, access to specialized hardware. This increases the cost and complexity of the computer system 10.
  • Even if the configuration stack 120 were as easy to implement as the block I/O stack 121, it is still requires a completely separate implementation to communicate with the configuration module 101. A lot of effort is required to make this possible. In addition, the configuration path 120 often has many limitations with respect to the number of commands and the amount of information that it can process.
  • Therefore, there is a need for a RAID subsystem that does not require a specialized configuration path so that the cost and complexity of the entire computer system can be reduced.
  • SUMMARY OF THE INVENTION
  • The invention provides a RAID subsystem that uses only a block I/O path for accessing both RAID user data arrays and a configuration array. A configuration application uses the same block I/O path as the user application to issue commands to a configuration array, and to receive data and status in response to these commands.
  • In fact, to the configuration application, the configuration array appears as just another RAID array. The configuration array is distinguishable from a user array only by its associated configuration array identification (ID). The configuration array ID enables the configuration application to locate the configuration array on the RAID subsystem.
  • Unlike the user data array, the configuration array does not store user data. Instead, the configuration array receives configuration commands, processes these commands, and supplies the configuration application with configuration information in response to the configuration commands. The configuration array ID is accessed with block I/O commands, and uses block I/O data.
  • More particularly, a configurable RAID subsystem includes a user data array connected to a user application via a block I/O path, and a configuration array connected to a configuration application via the same block I/O path.
  • The user data array processes user data access commands executed by the user application, and the configuration array processes configuration commands. The user data access commands and the configuration commands are communicated to the user data array and the configuration array respectively, via the block I/O path.
  • A dynamic identification is assigned to the user data array by the configuration array, and a static identification is assigned to the configuration array.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of a prior art RAID subsystem with a block I/O path and a specialized configuration path;
  • FIG. 2 is a block diagram of the layers of the block I/O path of FIG. 1;
  • FIG. 3 is a block diagram of the layers of the specialized configuration path of FIG. 1;
  • FIG. 4 is a block diagram of a RAID subsystem including a configuration array according to the invention;
  • FIG. 5 is a flow diagram of the steps performed by the configuration application to execute write commands to the configuration array of FIG. 4;
  • FIG. 6 is a flow diagram of the steps performed by the configuration application to execute read commands to the configuration array of FIG. 4;
  • FIG. 7 is a flow diagram of the steps performed by the RAID subsystem to process configuration write commands according to the invention; and
  • FIG. 8 is a flow diagram of the steps performed by the RAID subsystem to process configuration read commands according to the invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • System Structure
  • FIG. 4 shows a computer system 40 including a RAID subsystem 400 according to the invention. The RAID subsystem 400 includes one or more user data arrays 102. A user application 111 accesses the user data arrays 102 via a block I/O path 121, and the arrays 102 process all block I/O commands received via the block I/O path 121 from the user application 111. The RAID subsystem 400 uses block devices 130, for example, disk drives, to physically store user data.
  • The RAID subsystem 400 according to the invention also includes a configuration array 401. A configuration application 410 also uses the block I/O path 121 to access the configuration array 401. In the RAID subsystem 400 according to the invention, the configuration array 401 appears just like any of the user arrays 102, except for its predetermined and static configuration identification 402.
  • Each array 102 exported by the RAID subsystem 400 also has an associated user identification 104. The dynamic user identifications 104 of the user arrays 102 are part of the configuration information assigned and provided by the configuration array 401 that has the static configuration ID 402. The identifications can be stored in a memory of the RAID subsystem 400.
  • With this arrangement, only one set of drivers needs to be implemented for the application 410 and 111, because all communications with the RAID subsystem 400 are via the single block I/O path 121. That is, the configuration application 410 according to the invention uses the same call stack 121 as the user application 111.
  • However, the configuration array 401 has a static identification 402, while the user arrays 102 have dynamic identifications 104 that are assigned when the arrays are created by the configuration application 410.
  • Because the block I/O path usually includes a hardware network such as Ethernet; or buses such as iSCSI, SCSI, and fibre-optic, the configuration application 410 only needs to include primitive I/O command processing for the operating system on which it executes, regardless of whether the RAID subsystem 400 is local or external to the computer system.
  • For an external RAID subsystem, the arrangement according to the invention is simple to implement. It does not matter what type of network or bus, internal or external, is used to connect to the RAID subsystem 400. All that is needed is the block I/O path 121 with whatever hardware and software layers that are used to implement it. After the configuration application 410 has determined the configuration ID 402, it can direct all configuration commands to the configuration array 401 via the block I/O path 121, and not via a separate specialized configuration path as in the prior art.
  • User Block I/O Command Execution and Processing
  • Block I/O user data access commands typically include write and read commands for specific blocks within the user arrays 102. When a write command is processed, the only information that is sent back to the user application 111 is a status that indicates whether the command was processed successfully, or not. A read command will also provide user data. In prior art RAID arrays 102, all commands are processed completely independent of each other. That is, the processing of a read command is done without any knowledge of a prior write command, for example. This makes-the-implementation of the configuration array 401 using only write and read commands non-obvious.
  • Configuration Write Command Execution
  • FIG. 5 shows the steps of configuration write command execution according to the invention. In this case, a configuration write command is assembled 510 by the configuration application 410. Then, the configuration application 410 writes to a “block” 520 of the RAID subsystem 400 using the block I/O path 121 and the configuration ID 402. The word “block” is used loosely here to emphasize that the configuration array 401 appears like any other array to the configuration application, although, in fact, it implements configuration functions of a configuration module. After processing the write command, the RAID subsystem uses a universally available block I/O status mechanism to return success or failure 530 to the configuration application 410.
  • Configuration Read Command Execution
  • FIG. 6 shows the steps of configuration read command execution according to the invention. In this case, the configuration application 410 requests to receive information pertaining to the status or structure of the RAID subsystem 400.
  • To execute a configuration read command, the configuration application first obtains an application ID. The application ID is used by the configuration array 401 to track commands executed by a specific configuration application should multiple configuration applications be executing concurrently.
  • Therefore, the configuration application reads a predetermined “block” 610 of the configuration array 401, e.g., block 0. When the configuration array 401 processes a read command for this block, it returns a unique application ID for the current configuration application 410. From that time on, the configuration array 401 can. track commands executed by that specific configuration application with the associated application identification.
  • For subsequent read commands, the configuration application 410 assembles 620 a request to read a configuration information data structure that will convey to the RAID subsystem the specific configuration information that is requested. The configuration application then writes 630 that request to the configuration array by actually executing a block I/O write for the block with the application ID. If the return status is error 631, the command is reissued.
  • Otherwise, if the write command completes successfully 632, the configuration application next issues a block I/O read 640 to the configuration array 401 to receive the requested information from the RAID subsystem by reading the “block” in the configuration array 401 with the number that is equal to the application ID.
  • The configuration array then uses the application ID to identify the requested configuration information and returns the information with appropriate status 650 to the requesting configuration application.
  • RAID Subsystem Configuration Array Implementation
  • The RAID subsystem 400 receives block I/O write and read commands for the configuration array 401 via the block I/O path 121. The configuration array processes the commands to create or delete arrays in the RAID subsystem. The configuration array can also perform all other necessary functions to manage the RAID subsystem, such as, on-line expansion, RAID level migration, and assigning spare space. A configuration description of the arrays is also readable, and configuration applications can monitor the performance of the user arrays during operation.
  • Processing Configuration Write Commands
  • FIG. 7 shows the steps for processing configuration write commands according to the invention. After the configuration array receives a block I/O write command 710, associated internal data structures within the RAID subsystem are locked 720. Typically, these data are locked to prevent multiple configuration applications modifying the same data at the same time, and also to prevent user access to portions of the user data arrays while reconfiguration is performed.
  • The configuration write command is then processed 730 and the appropriate status is set. For example, a new array is created, or an old array is deleted. Then, the data structures are unlocked 740, and the status is returned 750 to the configuration application.
  • Processing Configuration Read Commands
  • FIG. 8 shows the steps for processing configuration read commands. For the first use of each application, the application must acquire an application ID. The configuration device, will, therefore get a read once 805 from any new application to the predetermined block that returns application IDs. That read will cause a new ID to be generated and returned to the application.
  • Next, a configuration read command with a read configuration information data structure is received 810 by a block I/O write the configuration array. This means that the configuration application will subsequently also execute a deferred read command. The specific read command, which includes the application ID, is then stored 820 within the RAID subsystem.
  • When the subsequent block I/O read is received 830 by the configuration array, the block number, i.e., application ID, is compared with any number of pending read command/application ID pairs that were stored. When a match pair is found, the appropriate data structures within the RAID subsystem are locked 840, and the requested data are filled 850 into the application read buffer. After the read buffer is filled, the RAID subsystem data structures are unlocked 860, and the read information is returned 870 to the configuration application along with a return status.
  • Detailed descriptions of the preferred embodiment are provided herein. It is to be understood, however, that the present invention may be embodied in various forms. Therefore, specific details disclosed herein are not to be interpreted as limiting, but rather as a basis for the claims and as a representative basis for teaching one skilled in the art to employ the present invention in virtually any appropriately detailed system, structure or manner.

Claims (20)

1-18. (cancelled).
19. A computer program product comprising a computer useable medium including control logic stored therein for communicating with a Redundant Array of Independent Disks (RAID) subsystem comprising:
first control logic means for reading user data from and writing user data to the RAID subsystem via an input/output (I/O) path;
second control logic means for reading configuration information from and writing configuration information to the RAID subsystem via the I/O path;
wherein the I/O path comprises one or more programs configured to interface with the RAID subsystem.
20. The computer program product of claim 19, wherein the second control logic means comprises means for executing a configuration write command.
21. The computer program product of claim 20, wherein the means for executing a configuration write command comprises:
means for assembling the configuration write command and writing the configuration write command to the RAID subsystem.
22. The computer program product of claim 21, wherein the means for executing a configuration write command further comprises:
means for returning configuration write command status.
23. The computer program product of claim 19, wherein the second control logic means comprises means for executing a configuration read command.
24. The computer program product of claim 24, wherein the means for executing a configuration read command comprises:
means for obtaining from the RAID subsystem an application identification (ID) to be associated with the configuration read command.
25. The computer program product of claim 23, wherein the means for executing a configuration read command comprises:
means for assembling a request to read configuration information and writing the request to read configuration information to the RAID subsystem.
26. The computer program product of claim 25, wherein the means for executing a configuration read command further comprises:
means for returning status information regarding writing the request to read configuration information to the RAID subsystem.
27. The computer program product of claim 26, wherein the means for executing a configuration read command further comprises:
means for re-writing the request to read configuration information to the RAID subsystem if the status information indicates an error.
28. The computer program product of claim 26, wherein the means for executing a configuration read command further comprises:
means for issuing a configuration read to the RAID subsystem if the status information indicates no error.
29. A computer program product comprising a computer useable medium including control logic stored therein for controlling a Redundant Array of Independent Disks (RAID) subsystem comprising:
first control logic means for processing user data access commands received via an input/output (I/O) path;
second control logic means for processing configuration commands received via the I/O path;
wherein the I/O path comprises one or more programs configured to interface between the RAID subsystem and a user application that generates the user data access commands and a configuration application that generates the configuration commands.
30. The computer program product of claim 29, wherein the second control logic means comprises means for processing a configuration write command.
31. The computer program product of claim 30, wherein the means for processing a configuration write command comprises:
means for locking and unlocking internal data structures of the RAID subsystem associated with the configuration write command.
32. The computer program product of claim 30, wherein the means for processing a configuration write command comprises:
means for returning status information pertaining to the processing of the configuration write command.
33. The computer program product of claim 29, wherein the second control logic means comprises means for processing configuration read commands.
34. The computer program product of claim 33, wherein the means for processing configuration read commands comprises:
means for generating an application identification (ID) in response to receiving a read for a predetermined block.
35. The computer program product of claim 33, wherein the means for processing configuration read commands comprises:
means for storing a pending configuration read command in the RAID subsystem.
36. The computer program product of claim 35, wherein the means for processing configuration read commands further comprises:
means for matching a configuration read command with a pending configuration read command stored in the RAID subsystem based on an application ID associated with each command.
37. The computer program product of claim 33, wherein the means for processing configuration read commands further comprises:
means for locking and unlocking data structures in the RAID subsystem associated with a configuration read command claim 38. A computer program product comprising a computer useable medium including control logic stored therein for communicating with a Redundant Array of Independent Disks (RAID) subsystem comprising:
first control logic means for reading user data from and writing user data to the RAID subsystem via a software interface to the RAID subsystem.
second control logic means for reading configuration information from and writing configuration information to the RAID subsystem via the same software interface to the RAID subsystem.
US11/007,224 2002-01-14 2004-12-09 Method and system for configuring RAID subsystems with block I/O commands and block I/O path Abandoned US20050102482A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/007,224 US20050102482A1 (en) 2002-01-14 2004-12-09 Method and system for configuring RAID subsystems with block I/O commands and block I/O path

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/045,408 US6851023B2 (en) 2002-01-14 2002-01-14 Method and system for configuring RAID subsystems with block I/O commands and block I/O path
US11/007,224 US20050102482A1 (en) 2002-01-14 2004-12-09 Method and system for configuring RAID subsystems with block I/O commands and block I/O path

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/045,408 Continuation US6851023B2 (en) 2002-01-14 2002-01-14 Method and system for configuring RAID subsystems with block I/O commands and block I/O path

Publications (1)

Publication Number Publication Date
US20050102482A1 true US20050102482A1 (en) 2005-05-12

Family

ID=21937703

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/045,408 Expired - Lifetime US6851023B2 (en) 2002-01-14 2002-01-14 Method and system for configuring RAID subsystems with block I/O commands and block I/O path
US11/007,224 Abandoned US20050102482A1 (en) 2002-01-14 2004-12-09 Method and system for configuring RAID subsystems with block I/O commands and block I/O path

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/045,408 Expired - Lifetime US6851023B2 (en) 2002-01-14 2002-01-14 Method and system for configuring RAID subsystems with block I/O commands and block I/O path

Country Status (1)

Country Link
US (2) US6851023B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012202812A (en) * 2011-03-25 2012-10-22 Jasco Corp Circular dichroism measuring apparatus and method for measuring circular dichroism
US20190163374A1 (en) * 2017-11-28 2019-05-30 Entit Software Llc Storing data objects using different redundancy schemes

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7143235B1 (en) * 2003-03-21 2006-11-28 Network Appliance, Inc. Proposed configuration management behaviors in a raid subsystem
US7526574B2 (en) * 2004-04-21 2009-04-28 International Business Machines Corporation Method for communicating data transfer requests between data transfer protocols
US7577707B2 (en) * 2004-04-21 2009-08-18 International Business Machines Corporation Method, system, and program for executing data transfer requests
US7475153B2 (en) * 2004-07-16 2009-01-06 International Business Machines Corporation Method for enabling communication between nodes
US7779081B2 (en) * 2004-07-16 2010-08-17 International Business Machines Corporation Method, system, and program for forwarding messages between nodes
US8151014B2 (en) * 2005-10-03 2012-04-03 Hewlett-Packard Development Company, L.P. RAID performance using command descriptor block pointer forwarding technique
US20080183963A1 (en) * 2007-01-31 2008-07-31 International Business Machines Corporation System, Method, And Service For Providing A Generic RAID Engine And Optimizer
US7958058B2 (en) * 2007-03-02 2011-06-07 International Business Machines Corporation System, method, and service for migrating an item within a workflow process
US9417823B2 (en) 2011-07-12 2016-08-16 Violin Memory Inc. Memory system management
US9335939B2 (en) 2011-07-12 2016-05-10 Violin Memory Inc. RAIDed memory system

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5081577A (en) * 1989-12-22 1992-01-14 Harris Corporation State controlled device driver for a real time computer control system
US5566331A (en) * 1994-01-24 1996-10-15 University Corporation For Atmospheric Research Mass storage system for file-systems
US5758187A (en) * 1996-03-15 1998-05-26 Adaptec, Inc. Method for enhancing performance of a RAID 1 read operation using a pair of I/O command blocks in a chain structure
US5758057A (en) * 1995-06-21 1998-05-26 Mitsubishi Denki Kabushiki Kaisha Multi-media storage system
US5867736A (en) * 1996-03-29 1999-02-02 Lsi Logic Corporation Methods for simplified integration of host based storage array control functions using read and write operations on a storage array control port
US5930817A (en) * 1996-03-29 1999-07-27 Mitsubishi Denki Kabushiki Kaisha Method and system including operation information accessible by a system on a network utilizing a file access command of a host operating system
US6263382B1 (en) * 1998-07-29 2001-07-17 Compaq Computer Corporation Sizer for interactive computer system configuration
US6289398B1 (en) * 1993-03-11 2001-09-11 Emc Corporation Distributed storage array system having plurality of storage devices which each of devices including a modular control unit for exchanging configuration information over a communication link
US6349357B1 (en) * 1999-03-04 2002-02-19 Sun Microsystems, Inc. Storage architecture providing scalable performance through independent control and data transfer paths
US20020032837A1 (en) * 2000-01-26 2002-03-14 Larson John E. Rebuild bus utilization
US20020156944A1 (en) * 2001-04-18 2002-10-24 International Business Machines Corporation Method, system, and program for initializing a storage space
US6473441B1 (en) * 1998-12-18 2002-10-29 Escient Convergence Corp Multi-channel video pump

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5081577A (en) * 1989-12-22 1992-01-14 Harris Corporation State controlled device driver for a real time computer control system
US6289398B1 (en) * 1993-03-11 2001-09-11 Emc Corporation Distributed storage array system having plurality of storage devices which each of devices including a modular control unit for exchanging configuration information over a communication link
US5566331A (en) * 1994-01-24 1996-10-15 University Corporation For Atmospheric Research Mass storage system for file-systems
US5758057A (en) * 1995-06-21 1998-05-26 Mitsubishi Denki Kabushiki Kaisha Multi-media storage system
US5758187A (en) * 1996-03-15 1998-05-26 Adaptec, Inc. Method for enhancing performance of a RAID 1 read operation using a pair of I/O command blocks in a chain structure
US5867736A (en) * 1996-03-29 1999-02-02 Lsi Logic Corporation Methods for simplified integration of host based storage array control functions using read and write operations on a storage array control port
US5930817A (en) * 1996-03-29 1999-07-27 Mitsubishi Denki Kabushiki Kaisha Method and system including operation information accessible by a system on a network utilizing a file access command of a host operating system
US6263382B1 (en) * 1998-07-29 2001-07-17 Compaq Computer Corporation Sizer for interactive computer system configuration
US6473441B1 (en) * 1998-12-18 2002-10-29 Escient Convergence Corp Multi-channel video pump
US6349357B1 (en) * 1999-03-04 2002-02-19 Sun Microsystems, Inc. Storage architecture providing scalable performance through independent control and data transfer paths
US20020032837A1 (en) * 2000-01-26 2002-03-14 Larson John E. Rebuild bus utilization
US20020156944A1 (en) * 2001-04-18 2002-10-24 International Business Machines Corporation Method, system, and program for initializing a storage space

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012202812A (en) * 2011-03-25 2012-10-22 Jasco Corp Circular dichroism measuring apparatus and method for measuring circular dichroism
US20190163374A1 (en) * 2017-11-28 2019-05-30 Entit Software Llc Storing data objects using different redundancy schemes

Also Published As

Publication number Publication date
US20030135692A1 (en) 2003-07-17
US6851023B2 (en) 2005-02-01

Similar Documents

Publication Publication Date Title
US5867736A (en) Methods for simplified integration of host based storage array control functions using read and write operations on a storage array control port
CN101149667B (en) Disk array system
US6519679B2 (en) Policy based storage configuration
US7134040B2 (en) Method, system, and program for selecting a path to a device to use when sending data requests to the device
US20040250019A1 (en) Storage system, controller, control method and program product therefor
US7730257B2 (en) Method and computer program product to increase I/O write performance in a redundant array
US7206899B2 (en) Method, system, and program for managing data transfer and construction
JP3151008B2 (en) Disk sector analysis method
US6665743B2 (en) Method, system, and program for initializing a storage space
US6513102B2 (en) Internal copy for a storage controller
US5854942A (en) Method and system for automatic storage subsystem configuration
US6993676B2 (en) Method and apparatus for fast initialization of redundant arrays of storage devices
JP2008004120A (en) Direct access storage system
US7653830B2 (en) Logical partitioning in redundant systems
US20060161808A1 (en) Method, apparatus and program storage device for providing intelligent copying for faster virtual disk mirroring
CA2644997C (en) Providing an address format compatible with different addressing formats used for addressing different sized address spaces
KR20070045891A (en) Raid system, raid controller and rebuilt/copy back processing method thereof
US6851023B2 (en) Method and system for configuring RAID subsystems with block I/O commands and block I/O path
CN109313593B (en) Storage system
US20030188102A1 (en) Disk subsystem
US20110154165A1 (en) Storage apparatus and data transfer method
US7188303B2 (en) Method, system, and program for generating parity data
US20020128815A1 (en) Automatic configuration of a data storage system
US11474730B1 (en) Storage system and migration method of storage system
US20210334025A1 (en) Methods for handling storage devices with different zone sizes and devices thereof

Legal Events

Date Code Title Description
AS Assignment

Owner name: RAIDCORE, INC., NEW HAMPSHIRE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:NOYA, ERIC S.;WONG, JEFFREY T.;FRANKLIN, CHRIS R.;AND OTHERS;REEL/FRAME:016070/0899

Effective date: 20020114

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH CAROLINA

Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:037806/0001

Effective date: 20160201

Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH

Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:037806/0001

Effective date: 20160201

AS Assignment

Owner name: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD., SINGAPORE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:041706/0001

Effective date: 20170120

Owner name: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:041706/0001

Effective date: 20170120

AS Assignment

Owner name: BROADCOM CORPORATION, CALIFORNIA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:041712/0001

Effective date: 20170119