WO1999009479A1 - Redundancy implementation on object oriented data storage device - Google Patents
Redundancy implementation on object oriented data storage device Download PDFInfo
- Publication number
- WO1999009479A1 WO1999009479A1 PCT/US1998/016956 US9816956W WO9909479A1 WO 1999009479 A1 WO1999009479 A1 WO 1999009479A1 US 9816956 W US9816956 W US 9816956W WO 9909479 A1 WO9909479 A1 WO 9909479A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- redundancy
- objects
- storage
- parity
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/448—Execution paradigms, e.g. implementations of programming paradigms
- G06F9/4488—Object-oriented
- G06F9/4493—Object persistence
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1458—Management of the backup or restore process
- G06F11/1461—Backup scheduling policy
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2211/00—Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
- G06F2211/10—Indexing scheme relating to G06F11/10
- G06F2211/1002—Indexing scheme relating to G06F11/1076
- G06F2211/1059—Parity-single bit-RAID5, i.e. RAID 5 implementations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2211/00—Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
- G06F2211/10—Indexing scheme relating to G06F11/10
- G06F2211/1002—Indexing scheme relating to G06F11/1076
- G06F2211/1066—Parity-small-writes, i.e. improved small or partial write techniques in RAID systems
Definitions
- the present invention relates to data storage devices. More specifically, the present invention relates to a data storage device, such as a disc drive, tape drive, or optical drive, in which data is organized and accessed as objects.
- a data storage device such as a disc drive, tape drive, or optical drive, in which data is organized and accessed as objects.
- the first is a mainframe computing model and the second is a clustered computing model.
- the traditional progression for an end user in the mainframe computing model is to purchase an initial system, and when additional processing capabilities are required, to replace the initial system with a bigger system.
- traumatic discontinuities occur. For example, if the user outgrows the architecture of the initial system, the user may need to convert from one operating system to another, or even from one vendor's proprietary architecture to that of another vendor, when the second upgraded mainframe system is purchased.
- These changes entail enormous costs for the organization purchasing the upgrade, in both dollars and employee time.
- mainframe model entails poor residual value of computer equipment.
- system replacement often results in invested capital which is substantially completely lost when the initial system is replaced by an upgraded system.
- larger upgraded systems tend to be sold in lower volumes then smaller systems.
- each new system upgrade typically has a higher cost of computing than the previous system.
- a mainframe computer is replaced with a cluster of smaller, standards-based servers.
- This can offer many advantages over the mainframe model. Since the cluster may start off as only a single system, the threshold to entering the cluster model is lower. Further, such smaller systems are typically sold in high volume, making the cost of computing less. Also, such systems are standards based in that they do not exhibit dependence on proprietary architectures. ' This provides for the availability of equipment from multiple sources which allows the user to choose the best alternative with each subsequent purchase .
- Upgrade costs can be controlled more precisely by adding only the amount of additional resources required to meet existing and immediate future needs.
- the user can choose from a wide variety of vendors, without concern about migration or conversion to a new architecture. Similarly, with the right architecture, there may never be a need for conversion to another operating system.
- the clustered computing model does have disadvantages and problems.
- the clustered computing model encounters difficulty in providing clustered systems with the ability to share data in a way that allows the cluster to take on the workload that a single mainframe could perform.
- the second disadvantage of the clustered computing model simply involves the lack of extensive experience in managing storage and data which exists in the mainframe environment . Such experience has evolved into management software that is simply not yet available in the standards based cluster environment .
- the present invention addresses these and other problems, and offers other advantages over the prior art .
- a data storage system includes a storage media having stored thereon data configured as a plurality of objects, each object having attributes indicative of characteristics of the object.
- the objects include a redundancy object storing redundancy information.
- a control component is operably coupled to the storage media and is configured to provide an interface to the objects. The interface exposes methods which are invoked to access the objects.
- FIG. 1 is a block diagram of a network attached storage system in accordance with one aspect of the present invention.
- Figure 2 illustrates an object model in accordance with one aspect of the present invention.
- Figure 3-1 is a block diagram of a first configuration in which an object on the storage device is accessed by a requester.
- Figure 3-2 is a block diagram of a second configuration in which an object on a storage device is accessed by a requester.
- Figure 4 is a perspective view of a disc drive in accordance with one aspect of the present invention.
- Figure 5 is a functional block diagram illustrating access of an object by a requester.
- Figure 6 illustrates a portion of a storage media partitioned in accordance with one aspect of the present invention.
- Figures 7-1 and 7-2 show a flow diagram illustrating access of an object by a requester in accordance with one aspect in accordance of the present invention.
- Figure 8 is a flow diagram illustrating creation of an object in accordance with one aspect of the present invention.
- Figure 9 is a flow diagram illustrating opening and updating of an object in accordance with one aspect of the present invention.
- Figure 10 is a flow diagram which illustrates writing to an object in accordance with one aspect of the present invention.
- FIG 11 is a flow diagram which illustrates opening an object for read only purposes in accordance with one aspect of the present invention.
- Figure 12 is a flow diagram which illustrates reading an object in accordance with one aspect of the present invention.
- Figure 13 is a flow diagram which illustrates closing an object in accordance with one aspect of the present invention.
- Figure 14 is a flow diagram which illustrates removing an object in accordance with one aspect of the present invention.
- Figure 15 is a flow diagram which illustrates creating a partition in accordance with one aspect of the present invention.
- Figure 16 is a flow diagram which illustrates removing a partition in accordance with one aspect of the present invention.
- Figure 17 is a flow diagram which illustrates exporting an object in accordance with one aspect of the present invention.
- Figure 18 is a flow diagram which illustrates obtaining object attributes in accordance with one aspect of the present invention.
- Figure 19 is a flow diagram which illustrates setting or modifying object attributes in accordance with one aspect of the present invention.
- Figure 20 is a flow diagram which illustrates reading lock attributes in accordance with one aspect of the present invention.
- Figure 21 is a flow diagram which illustrates setting lock attributes in accordance with one aspect of the present invention.
- Figure 22 is a flow diagram which illustrates resetting lock attributes of an object in accordance with one aspect of the present invention.
- Figure 23 is a flow diagram which illustrates obtaining device associations in accordance with one aspect of the present invention.
- Figure 24 is a flow diagram which illustrates setting device associations in accordance with one aspect of the present invention.
- Figure 25 is a block diagram illustrating a disc drive array implemented in accordance with one aspect of the present invention.
- Figure 26 is a block diagram illustrating a target disc drive in accordance with one aspect of the present invention.
- Figure 27 is a block diagram illustrating a parity disc drive in accordance with one aspect of the present invention.
- Figure 28 is a flow diagram illustrating the creation of a parity group in accordance with one aspect of the present invention.
- Figure 29 is a flow diagram illustrating a write operation in which parity information is updated in accordance with one aspect of the present invention.
- FIG. 1 is a block diagram of a data storage system 100 in accordance with one aspect of the present invention.
- System 100 includes object oriented data storage devices 110 and 112, file server 114, requesters 116, 118 and 120, and interconnect 122.
- System 100 illustrates a network attached storage configuration which can be constructed of equipment and software from many different vendors, and which appear to users as a single large computer system.
- Object oriented storage devices 110-112 are the storage components which perform the data storage function of System 100.
- Storage devices 110-112 preferably include disc drives, redundant arrays of independent discs (RAID) subsystems, tape drives, tape libraries, optical drives, juke boxes or any other storage device which can be shared.
- Storage devices 110 and 112 are also provided with an input/output (I/O) channel attachment to requesters 116, 118 and 120, which will access devices 110 and 112.
- I/O input/output
- Requesters 116, 118 and 120 are components, such as servers or clients, which share information stored on devices 110 and 112. Requesters 116-120 are also preferably configured to directly access the information on storage devices 110 and 112.
- File server 114 performs management and security functions, such as request authentication and resource location. In smaller systems, a dedicated file server is preferably not used. Instead, one of requesters 116-120 assumes the function and responsibility of overseeing the operation of system 100 carried out by file server 114. In addition, where security and functionality provided by file server 114 is not needed or desired, or where an overriding need for performance requires that the cluster of requesters 116-120 talk directly with storage devices 110 and 112, file server 114 is eliminated from system 100.
- Interconnect 122 in one preferred embodiment, is the physical infrastructure over which all components in network attached storage system 100 communicate with one another.
- all devices preferably identify themselves either to each other or to a common point of reference, such as file server 114 or interconnect 122.
- file server 114 a common point of reference
- object oriented storage devices 110 and 112 log onto the fabric of the system.
- requesters 116-120 learn of the existence of storage devices 110 and 112 with which requesters 116- 120 can have access.
- storage devices 110 and 112 learn the location of information required to locate other devices in system 100 and the address which must be used to invoke a management service, such as backup.
- file server 114 learns of the existence of storage devices 110 and 112 from the fabric services.
- requesters 116-120 may be denied access to some components of system 100. From the set of storage devices 110 and 112 available to each requester, that requester can then identify the files, data bases, and free space available to it .
- each component in system 100 preferably identifies to the file server 114 any special considerations associated with it.
- any storage device level service attributes can be communicated once to file server 114, and all other components in system 100 then learn of those attributes from file server 114.
- a particular requester 116-120 may wish to be informed of the introduction of additional storage devices, subsequent to start up.
- Such an attribute may be provided, for example, when the requester logs onto file server 114.
- File server 114 then automatically advises that particular requester 116-120 whenever new storage devices are added to system 100.
- File sever 114 may then typically also pass to the requester other important characteristics such as whether the storage device is a RAID 5, mirrored, etc., storage device.
- the information stored on storage devices 110 and 112 is stored with a system better illustrated in Figure 2.
- Each of storage devices 110 and 112 are preferably object oriented devices which operate in a mode in which data is organized and accessed as objects 124-126 rather than as an ordered sequence of sectors.
- the object oriented devices 110 and 112 manage objects . 124-126 with an object file system which illustratively includes a single level list of the objects for each partition on the particular device. This is also referred to as a flat file system.
- the objects 124-126 which are stored on the storage medium in each device 110 and 112 are preferably the smallest visible units of capacity allocation on a device 110 or 112 which is operating in object oriented device mode.
- An object on such a storage device includes an ordered set of sectors associated with a unique identifier. Data is referenced by the identifier and an 'offset into the object.
- the object is allocated and placed on the storage media by the storage device 110 or 112, itself, while the operating system manages its files and metadata in these object constructs, instead of managing sectors of data, as it does in prior architectures.
- the objects 124-126 are accessed by an interface 128 in which the objects expose a plurality of methods which can be invoked by a requester 116-120 in order to access and manipulate attributes and data in objects 124-126.
- a request 130 is issued from a requester 116-120.
- requesters 116-120 are computer systems, or an element in a cluster or network of systems, which submits request 130 for action on a storage device which contains objects 124-126.
- requesters 116-120 may be both clients and servers.
- Figures 3-1 and 3-2 are block diagrams of two different configurations which can be used to access objects stored on storage devices 110-112. For the sake of simplicity, only a single requester 116 and a single object oriented storage device 110 is illustrated in Figures 3-1 and 3-2.
- requester 116 wishes to open an object (such as object 124-126) requester 116 may be able to directly access storage device 110, or it may be required to request permission from file server 114 and the location information, in order to access an object on storage device 110.
- the extent to which file server 114 controls access to storage device 110 is primarily a function of the security requirements of the particular implementation of system 100.
- Figure 3- In the block diagram illustrated in Figure 3-
- system 100 is assumed to be secure. That is, there is no requirement to protect the transmission of command information and data between requester 116 and storage device 110. In such an implementation, there still may be a file server 114 present for management functions, but file server 114 is not needed to oversee requester interaction with storage device 110.
- requester 116 is in a position to access and create objects directly on storage device 110.
- Requester 116 can thus open, read, write and close objects as if they were natively attached to requester 116. Such operations are described in greater detail later in the application. A brief overview is provided at this point, however, simply for the sake of clarity.
- requester 116 may preferably first read from one or more objects which reveal the logical volumes or partitions on storage device 110, and how to begin searching for an object stored thereon.
- Requester 116 opens and reads an object, which may be a root directory. From this object, locating other objects is straight forward, and is based on the contents of the root directory.
- Requester 116 repeats the process until the desired data is located. Data is referenced by an object identification (object ID) and a displacement within the object .
- object ID object identification
- file server 114 is interposed into the I/O chain between requester 116 and storage device 110, to a degree necessary for the desired level of protection.
- requester 116 must first request permission from file server 114 to perform a set of I/O operations.
- File server 114 (which may have withheld storage location information from requester 116 for additional security) then accredits the request from requester 116 by returning sufficient information to allow requester 116 to communicate directly with storage device 110. Since storage device 110 is preferably informed of the security parameters when storage device 110 logs onto file server 114, storage device 110 preferably does not allow an I/O request unless it is properly constructed and includes encoded data which includes valid permission from file server 114.
- FIG 4 is a perspective view of a hard disc drive, which can be implemented as storage device 110.
- disc drive 110 a plurality of discs 132 are journaled about a spindle motor assembly 134 within a housing 136.
- Each disc 132 has a multiplicity of concentric circular recording tracks, indicated schematically at 138.
- Each track 138 is subdivided into a plurality of partitions (described in greater detail with respect to Figure 6) .
- Data can be stored on, or retrieved from, discs 132 by referring to a specific partition within a track 138.
- An actuator arm assembly 140 is rotatably mounted preferably in one corner of housing 136.
- the actuator arm assembly 140 carries a plurality of head gimbal assemblies 142, which each carry a slider having a read/write head, or transducer (not shown) for reading information from and writing information onto discs 132.
- a voice coil motor 144 is adapted to precisely rotate the actuator arm assembly 140 back and forth such that the transducers on sliders 142 move across the surface of discs 132 along an arch generally indicated by arrow 146.
- Figure 4 also illustrates, in block diagram form, a disc drive controller 148, which is used in controlling certain operations of disc drive 110 in a known manner. However, in accordance with the present invention, disc drive controller 148 is also used in implementing interface 128 to objects 124-126 stored on discs 132.
- FIG. 5 is a block diagram of a portion of disc drive 110 as it fits within system 100 shown in Figure 1.
- disc drive controller 148 includes a control component 150 which implements interface 128.
- Objects 124-126 are stored on the storage medium which constitutes disc 132.
- Request component 152 is implemented on a requester 116-120, and is formed to logically formulate requests which invoke methods in interface 128.
- Control component 150 upon the invocation of a method, carries out certain tasks in order to manipulate identified objects in a desired way.
- Control component 150 returns an event, which can include data or attributes associated with " any identified object. The event is also returned based upon the particular method invoked by the requester 116- 120.
- object oriented devices 110-112 In order for object oriented devices 110-112 to provide the same functionality delivered by an operating system with block oriented devices, storage space on devices 110-112 must be manageable to a similar degree. Thus, in one preferred embodiment, an organizational layer on storage devices 110-112 is provided above objects 124-126 which are stored thereon. In one preferred embodiment, object oriented storage devices 110-112 provide for allocating disc space into one or more mutually exclusive regions, referred to as partitions. Partitions are described in greater detail with respect to Figure 6. Within a partition, a requester 116-120 can create objects. In one preferred embodiment, the structure within a partition is a simple, flat organization. Onto this organization, any operating system can map its own structures.
- Figure 6 illustrates a portion of storage space on a storage medium, such as one of discs 132.
- the storage space includes a number of objects, such as a device control object 154, a device association object 156, and a plurality of partitions labeled as partition 0 (also designated by numeral 158) , partition 1 (also designated by numeral 160) and partition N (also designated by numeral 162) .
- Each partition also includes a number of objects such as partition control object 164, partition object list 166, and a plurality of data objects 168 (labeled data object 0-data object N) .
- an access control attribute ⁇ is provided which is set by a Set Attribute method
- the clustering object is an attribute which indicates whether the particular object should desirably be located near another object in the storage system.
- the cloning attribute indicates whether the particular object was created by copying another object in the storage system.
- a group of size attributes define the size characteristics of the particular object. For instance, the group of size attributes includes information indicative of the largest offset written within the object, the number of blocks allocated for the object, the number of blocks used to store data within the object and the number of bytes per block within the object.
- a group of time attributes indicates when the object was created, the last time data in the object was modified, and the last time an attribute was modified in the object.
- the object also may preferably include a set of attributes which define the last time that any data in the file system was modified and that any attribute in the file system was modified.
- Other attributes can also be provided, in order to indicate other parameters, characteristics or features of any given object.
- Each object is also associated with an object identifier which is chosen by the particular storage device 110-112 and returned to the requester 116-120 in response to the command to create an object.
- the identifier is preferably an unsigned integer of " a specified length. In one preferred embodiment, the length of the identifier defaults to a size specified by a particular storage device 110-112, or it can be set as a device attribute. Further, in one preferred embodiment, a predefined subset of identifiers (Ids) is reserved for well known objects, special uses, and other special functions which may desirably be performed.
- Figure 6 illustrates that the storage medium typically includes a number of well known objects which always have a specific object ID. In some cases, such well known objects exist on every device or in every partition.
- one such well known object is the device control object 154, which preferably contains attributes maintained by each device 110-112, and which relate to the device itself or to all objects on the device.
- the attributes are maintained by the Set_Attribute method which is described later in the application.
- Table 1 illustrates one set of preferable device control object (DCO) attributes.
- the DCO attributes include a clock which is simply a monotonic counter, a master key which includes the encryption key, or other master key which controls all other keys on the device, and a device key which controls partition keys and which may be used to lock partitions.
- the attributes also include a protection level key which identifies a predetermined protection level and which has associated security policies, a partition count which defines a number of partitions on the device, and object attributes which define properties associated with all objects on the particular device being accessed.
- each storage device 110-112 also preferably includes a device association object 156 which defines associations between various devices 110-112. For example, where storage devices 110 and 112 are a mirrored pair of devices, or members of an arrayed set, the device association object 156 identifies this relationship. Table 2 illustrates preferable attributes of the device association object 156.
- Such attributes preferably include an association identifier, which is a unique identifier for each given set of associated devices.
- the attributes also preferably include an association type which defines the kind of association (eg, mirrored pair, RAID 5, etc.) between the devices.
- the attributes further preferably include a membership list which simply identifies the devices 110-112 which are members of the above-defined association.
- Each partition 158, 160 and 162 on a storage device 110-112 also preferably includes the partition control object 164 which contains the properties of a single partition.
- Object 164 preferably describes not only the partition but also any object attributes that pertain to all objects in the partition.
- Each device 110-112 preferably includes one partition control object 164 for each partition defined on the device. While Figure 6 illustrates partition control objects stored within each partition, this need not be the case. The partition control objects can be stored in the flat file system above the partitions instead.
- Table 3 indicates a number of attributes which are preferably included in the partition control objects 168.
- Such attributes preferably include a master key which defines an encryption key for the entire partition, and which can be used to set a current working key.
- the attributes also preferably include a current working key and a previous working key which are preferably used for encryption and decryption of command and data messages.
- Partition control object 164 also preferably includes object attributes which are associated with all objects in the designated partition.
- each partition preferably includes a partition object list 166 which is an object that is built by control component 150 when a partition is created on the storage medium.
- Partition object list 166 preferably has the same identifier in every partition, and constitutes the point of departure for navigating the object file system implemented on the storage medium.
- Table 4 illustrates a list of attributes preferably associated with each partition object list.
- the object preferably includes a list of object identifiers " (or object IDs) for all objects resident in the partition, and the volume of user space allocated to each object.
- the object identifier is used by a requester in order to open, read, write and close an object.
- the user can preferably allocate user space for each object ID by setting the user data attribute in the partition object list.
- each partition preferably includes a plurality of data objects 168.
- Each of the data objects 168 preferably includes one or more of the attributes set out in Table
- the object oriented storage devices 110-112 preferably support requests to provide data to, or store data for, a requester 116-120. Moreover, storage devices 110-112 preferably assume responsibility for other functions that would have been done at other components, most likely in the operating system, in prior art architectures. Space management, as well as the maintenance of the attributes associated with objects on devices 110-112, is preferably performed by devices 110-112 themselves. Such functions are preferably performed by invoking methods supported by interface 128 which is implemented by control component 150 in each of storage devices 110-112. A number of the methods which can be invoked are discussed in greater detail later in the specification.
- Figures 7-1 and 7-2 provide a flow diagram which illustrates the navigation of the object oriented file system in accordance with one aspect of the present invention. It is believed that discission of Figures 7- 1 and 7-2, prior to a detailed discussion of each of the methods which is set out below, will facilitate understanding of the present invention.
- Figures 7-1 and 7-2 extending from blocks 170-204, illustrate finding an object in a specified partition on one of storage devices 110-112.
- the requestor 116 obtains the device attributes in device control object 154. This is indicated by block 172.
- Invocation of the Get_DCO_At ributes method causes control component 150 to return the attributes stored in the device control object 154. This is indicated by block 174.
- Requestor 116 selects a given partition based upon the attributes returned from the device control object 154. This is indicated by block 176.
- requestor 116 invokes the Get_DAO_Attributes method as indicated by block 173. This causes control component 150 to obtain the attributes from the device association object 156 stored on storage medium 110. Control component 150 then returns the device association attributes to requestor 116 as indicated by block 175. Based on the device association attributes and the device control attributes, requestor 116 selects a partition to interrogate. This is indicated by block 176. Requestor 116 then invokes the Get- PCO_Attributes method which causes control component 158 to obtain the attributes found in the partition control object 164 which is associated with the specific partition to be interrogated by requestor 116. This causes control component 150 to obtain and return the partition control object attributes. This is indicated by blocks 178 and 180. If the objects in the selected partition are not the objects which are of interest to the requestor, then the requestor selects another partition as indicated in blocks 182 and 176.
- the requestor 116 invokes the Get_POL_Attributes for the selected partition, as indicated in block 184.
- This method causes control component 150 to obtain the attributes from the partition object list 166 associated with the selected partition. These attributes are then provided to requester 116 as indicated in block 186.
- the requester 116 invokes an
- Open_Read_Only_POL method This is indicated by block 188.
- the control component 150 obtains the data stored in the partition object list 166, associated with the selected partition, but modifies an attribute in that object to indicate that the data is being provided on a read only basis such that the data cannot be modified or extended. This is indicated by block 190.
- the requester then invokes the Read_POL method which causes control component 150 to tender the list of objects in the selected partition for review by requester 116. This is indicated by block 194.
- the requester 116 invokes the close_POL method which causes the control component 150 to close the partition object list. This is indicated by block 196.
- requester 116 invokes the Open_xxx_Objectx method.
- the xxx indicates a specific open method which is invoked by the requester, based upon the particular data manipulation desired by the requester.
- the Objectx indicates the object ID from the partition object list which identifies the object to be manipulated or accessed by the requester.
- the xxx designation for example, can represent an Open_Update operation, or an Open_Read-Only operation. These are discussed below, and this step is indicated by block 198.
- the requester then performs the desired manipulation of the object returned by control component 150. Various methods which can be used to manipulate the objects are discussed in greater detail below. This is indicated by block 200.
- FIGS. 8-24 are flow diagrams illustrating various exemplary methods which can be invoked by a requester in order to accomplish desired functions and desired manipulations of objects stored on an object oriented storage device, such as device 110.
- Figure 8 is a flow diagram specifically illustrating an Open_Create_Object method.
- control component 150 creates a new object ID and enters the object ID in the partition object list associated with the specific partition in which the object is to be created. This is indicated by block 210.
- Control component 150 then creates a new object by allocating the number of blocks, etc., associated with the object, and by modifying the object attributes to indicate the time of object creation and to set other attributes listed in Table 1 and associated with the object. This is indicated by block 212.
- control component 150 returns the status of the request along with the new ID of the object which has just been created. This is indicated by block 214.
- requester 116 can specify a number Of options. For example, in one preferred embodiment, requester 116 can specify whether the object is password protected, whether the object is to be encrypted, certain quality service thresholds (eg, whether the object is to be backed up) , lock characteristics (eg, whether the object is to be locked by an object lock as well as any other locks, such as partition and device locks) , the access control version, mirror or other backup support (which will cause all updates to be mirrored onto another object, or backed up in another way which is specified) , to indicate that space will be allocated in units of a specified minimum size, and to set collision characteristics (such as write in a UNIX-type system) .
- quality service thresholds eg, whether the object is to be backed up
- lock characteristics eg, whether the object is to be locked by an object lock as well as any other locks, such as partition and device locks
- the access control version, mirror or other backup support which will cause all updates to be mirrored onto another object, or backed up in another way which is
- control component 150 The particular information which requester 116 provides to control component 150 in order to invoke this method includes permission information in systems which require this for security, the partition of the device in which the object is to be created, and any of the options mentioned above.
- control component 150 returns, in one illustrative embodiment, the capacity available on the device, the status of the request, along with the ID of the new object.
- Figure 9 is a flow diagram illustrating an Open_Update_Objectx method.
- this method allows requester 116 to read and write the specified object. It also provides for extending the length of the object.
- control component 150 sets an attribute in the specified object indicating that the object is in use.
- Requester 116 provides permission information, the partition ID containing the object, the identifier of the object to be accessed, the type of action to be taken (such as update or write) and any of the options mentioned above.
- control component 150 returns the status of the request and the length of the specified object, along with remaining capacity available to the requester 116.
- Figure 10 is a flow diagram illustrating a Write_Object method.
- requester 116 invokes this method, as indicated by block 242, this causes control component 150 to write to a specified number of blocks in the designated object at the location specified.
- a write method can also cause other methods to be invoked. For example, if parity support is called for on the device 110-112 to be accessed, a write can automatically invoke an Exclusive Or method which performs an Exclusive Or operation on the data to be written, and parity data to be written to one or more previously specified parity devices.
- control component 150 modifies the specified object with the specific data provided. This is indicated by block 244. Control component 150 then modifies necessary attributes in the specified object such as the length of the object, the time stamps associated with the object, etc. This is indicated by block 246. Control component 150 then modifies necessary attributes of other objects, such as the partition object list, where needed. This is indicated by block 248. Control component 150 then returns the status of the request to the specific requester. This is indicated by block 250.
- FIG 11 is a flow diagram illustrating an Open_Read_Only_Objectx method.
- control component 150 allows the requester 116 to have access to the specified object for read only purposes.
- the requester provides permission information, a partition ID, an object ID, and option information.
- Control component 150 sets an attribute in the specified object indicating that the object is in use. This is indicated by block 232.
- Control component 150 sets a read only attribute in the object indicating that the object cannot be written by the requester. This is indicated at block 234.
- the control component 150 then returns the status of the request and the length of the specified object. This is indicated by block 236.
- Figure 12 is a flow diagram illustrating a Read_0bj ectx method. This method is invoked by the requester 116 when requester 116 desires device 110 to return data from the specified object.
- the requester provides permission information, an object ID, a partition ID, a starting location of blocks to be read, a number of blocks to be read, and any other desired option information.
- control component 150 returns the status of the request, the length of data being returned, and the actual data being returned in response to the method. This is indicated by blocks 256 and 258.
- Figure 13 is a flow diagram illustrating a Read_0bj ectx method. This method is invoked by the requester 116 when requester 116 desires device 110 to return data from the specified object.
- the requester provides permission information, an object ID, a partition ID, a starting location of blocks to be read, a number of blocks to be read, and any other desired option information.
- control component 150 returns the status of the request, the length of data being returned, and the actual
- Close_Objectx method When this method is invoked by a requester 116, as indicated by block 264, the requester provides permission information, an object ID, and any desired option information. In response, control component 150 modifies the data in the specified object as indicated by block 266. In addition, any changes to the object as a result of writing to the object, if not already written to the storage media, are written at this time. Control component 150 also updates attributes of object x as indicated by block 268. For example, if the object is a newly created object, its attributes are updated with the time of creation, and other required attribute information.
- control component 150 can also, optionally, update residual cache information associated with the object and reflected in an object attribute. This is indicated by block 270. For example, if the specific requester 116 making the request is configured to inform the storage device 110 that data is still being cached for the closed object, or is no longer being cached, the operating system of storage device 110 can retain the cache information for those applications where objects will be closed and opened again in quick succession.
- Control component 150 then returns the status of the request as indicated by block 272.
- Figure 14 is a flow diagram illustrating the Remove_Objectx method.
- control component 150 takes the necessary steps to delete the object from the storage medium. This is indicated at block 280.
- Control component 150 modifies the partition object list associated with the partition from which the object was deleted, in order to reflect that the specified object ID is available. This is indicated by block 282.
- Control component 150 then returns the status of the request, as indicated by block 284.
- requester 116 provides permission information, a partition ID, an object ID, and any desired option information. Control component 150 then returns the status of the request as indicated by block 284.
- Figure 15 is a flow diagram illustrating the Create Partitionx method which can be invoked by a requester, as indicated by bock 290, in order to create a partition on storage device 110. It should be noted, that while the Create_Partitionx method partitions the drive into one or more regions, all space on the storage media need not be accounted for. In addition, partition regions can also span various zones on a disk.
- this method is used to create partitions in a tiling arrangement, with the partitions representing true divisions of the storage space on the device.
- This arrangement is used to divide the space by service levels such as data array. Such partitions cannot be resized, but can be removed and recreated.
- the partitions are used as a logical partitioning in order to organize objects logically rather than manage the space according to service levels.
- the partitions can be resized dynamically.
- the requester provides permission information, any desired options, a partition ID, and an initial space allocation which identifies space to be allocated to the specific portion identified.
- control component 150 allocates space on the storage media for the specified partition, as indicated in block 292.
- the control component 150 then establishes a partition control object and a petition object list, as indicated by blocks 294 and 296.
- the partition object list cannot be removed and serves as a starting point for navigating objects in the partition.
- Control component 150 then returns the status of the request and a partition map illustrating the partitioning which has been conducted. This is indicated in block 298.
- Figure 16 is a flow diagram illustrating the Remove_partitionx method.
- requester 116 provides permission information, option information, and a partition ID identifying the partition to be removed. This is indicated in block 304.
- control component 150 de-allocates space previously associated with the partition as indicated in block 306.
- Control component 150 then removes all objects in the partition object list associated with the partition to be deleted, deletes the partition object list and deletes the partition contrrol object. This is indicated by blocks 308, 310 and 312.
- Control component 150 then returns the status of the request and the partition map showing changes made to the partitioning. This is indicated by block 314.
- data management policies are communicated to each storage device 110-112, so that the storage devices can act independently of one other to execute the management policies. This provides significant advantages in that it results in not only less human intervention, but also more predictable and timely management control .
- data on the storage devices 110- 112 may desirably be backed up each week.
- Conventional systems are typically backed up during an idle period on weekends, such that the system availability is not interrupted during a business week.
- the window of availability has been gradually shrinking at the same time the system capacities have been increasing.
- the problem of attempting to find time to interrupt a system long enough to back up possibly terabytes, of data has become very difficult.
- an object oriented storage device 110-112 can inform a backup function whenever an object has reached the correct state for its backup to be taken.
- the backup of all files can be spread over a longer period - during which others are still being updated-without affecting data integrity.
- attributes which can invoke action by an object oriented storage device 110-112 include encryption, compression, versioning and parity redundancy.
- the storage device 110-112 preferably need only be informed of the policy with respect to a specific object or set of objects. The device itself can then perform the function or inform an agent designated to provide the service.
- compression and encryption can be performed on the storage device 110-112 itself. Therefore, the only thing which need be communicated to the device, is the fact that compression or encryption is required for an object.
- a management function which is performed by an agent not only the management function policy must be communicated to the storage device, but also an identification of an agent to perform the function, such that the agent can be accessed by the storage device when it is time to perform the function.
- association are established among objects so that those with the same attributes or with dependencies can be identified. For example, assume a database includes 6 files or objects, none of which can be backed up until either all have been closed or until one designated as the object on which all of the others are dependent has been closed. A file server 114 may be needed to manage this kind of relationship between . objects.
- the present invention also establishes inter-device dependencies as in the case of an arrayed parity set. By making it possible to establish groups in which one device or object makes certain that the rest of the group has the same essential properties, management of the group is more efficient and effective.
- Figures 17-24 are flow diagrams which illustrate management functions which can be performed by invoking methods exposed by the objects on the storage devices. Invoking the methods causes control component 150, and/or related control components, to take steps in order to perform the management functions associated with the invoked methods.
- Figure 17 is a flow diagram illustrating the Export_O j ectx method.
- Requester 116 invokes this method, as indicated by block 320, by providing permission information, option information, an object ID, a target device ID and a target partition ID.
- the export method enables a storage device 110-112 to take action based on rules expressed in attributes associated with a given object. For example, it can be used to initiate a backup or support versioning of objects to other devices.
- control component 150 When the Export_Obj ectx method is invoked, control component 150 obtains the specified object from the storage media as indicated by block 322. Control component 150 then invokes an Open_Create method at a target device specified by requester 116. This is indicated by block 324. Control component 150 then invokes a write method at a target device supplying data and attributes of the specified object. This is indicated by block 326. Control component 150 then invokes a Close method at the target device closing the object on the target device after it has been written to the target device. This is indicated by block 328. Finally, control component 150 returns the status of the request to the requester, along with the new object ID of the object which has been written to the target device. This is indicated by block 330.
- control component 150 also supports methods which allow a requester to obtain object attributes for review, and to set object attributes.
- Figures 18 and 19 are flow diagrams which illustrate the corresponding Get_Objectx_Attributes and Get_Objectx_Attributes methods respectively.
- control component 150 causes control component 150 to obtain attributes for a specified object.
- the requester provides permission information, an object ID, or a list of object IDs, and option information.
- Control component 150 then obtains the attributes associated with the object ID, or the list of object IDs, and returns those attributes, along with a status of the request to the requester. This is indicated by block 338.
- the Get_Objectx_Attributes method illustrated in Figure 19 can be invoked as indicated in block 344, by a requester providing permission information, an object ID, and option information to control component 150.
- Control component 150 modifies the attributes of the specified object with the information provided by the requester, and returns a status of the request, along with the attributes of the specified object, as modified. This is indicated by blocks 346 and 348.
- objects can be locked so that they can only be accessed once they are unlocked by a server that owns the lock that has been placed on the object.
- objects can be locked at the object level, the partition level, or the device level.
- the lock mechanism provides for inter-server access resolution. Such locks, in one preferred embodiment are used for scheduling concurrent updates as well as prohibiting access during maintenance functions.
- Figures 20, 21 ' and 22 are flow diagrams illustrating lock methods which can be thought of as instances of the Get_Attribute and Set_Attribute methods. However, additional detail is provided for these specific instances of those methods, such that they can be used in the sharing of data among the cluster of requesters.
- Figure 20 is a flow diagram illustrating the Read_Lock_Attributes method. This method can be invoked, as illustrated by block 354, by providing permission information, object, partition or device ID, lock parameters, and any desired option information from a requester 116 to control component 150. In response, control component 150 determines whether the specified object has a lock which is set. Control component 150 then returns the status of the request of a requester owning the lock. This is indicated by block 356.
- Figure 21 is a flow diagram illustrating the Set_Lock_Attributes method.
- This method can be invoked by a requester, as indicated by block 362, by providing permission information, object, partition or device identifier information, lock parameters and option information.
- control component 150 inspects a lock associated with the identified object. This is indicated by block 364. The control component then attempts to perform a lock or unlock operation with the requester's identification. This is indicated by block 366. If the requester requesting the operation is the owner of the lock, then the operation will be performed. If not, the operation will not be performed. In any case, control component 150 returns a status of the request along with the ID of the server which owns the lock. This is indicated by block 368.
- Figure 22 is a flow diagram illustrating the Reset_Lock_Attribute method. This function is used in an attempt to reset a lock in an event that the server which owns the lock is no longer functioning.
- the method can be invoked, as illustrated by block 374, by providing permission information, object, partition or device identifier information, lock parameters, and any desired option information.
- control component 150 locks the specified object, partition or device, as indicated by block 376, and returns the status of the request along with the identification of the server which owns the lock. This is indicated by block 378.
- Figures 23 and 24 are flow diagrams illustrating Get and Set_Device_Association methods. These methods define or interrogate relationships among devices 110-112.
- One illustrative implementation of such relationships includes that one of the storage devices 110-112 is identified as a master of a first set of devices, and others being dependent members of that set.
- the first or master of the set is responsible for disseminating to the other members changes in set attributes.
- Other members reject attribute settings if they are not provided from the first or master of the set.
- storage devices 110-112 In order for storage devices 110-112 to perform these functions, they are provided with the ability to perform a self-inspection. This allows the devices to inspect themselves to determine whether they are included in a membership of a larger device group.
- FIG 23 the Get_Device_Associations method is illustrated. This method can be invoked, as indicated by block 384, by providing permission information and option information. In response, control component 150 returns the status of the request, and the requested associations for which the device is a member. This is indicated by block 386.
- Figure 24 is a flow diagram illustrating the Set_Device_Associations method. This method can be invoked, as indicated by block 392, by providing permission information, option information, and a list of members and attributes defining the associations. In response, control component 150 modifies the device association object 156 contained on the storage media, as indicated by block 394. The device association object is modified to include the attributes provided by the requester, and to include a time stamp showing when the object attributes were last modified, etc. Control component 150 returns the status of the request, as indicated by block 396.
- the permission information described above illustratively allows the file server 114 to gate access to storage by controlling which requesters 116-120 the file server 114 gives the credentials needed to obtain a response from a storage device 110-112.
- File server 114 also dictates to the storage devices 110-112 that they must only honor I/O requests which adhere to the installation security policy.
- the keys underlying the permissions security capability are illustratively communicated to the storage devices 110-112 by the Set_Object_Attributes method. If an appropriate level of security is set for a storage device 110-112, that storage device may be configured to check every I/O command for security compliance. However, as discussed above, some applications need not employ security.
- a particular server cluster may be desirable to define a higher level of security for communication with the remotely located devices, but " hot for communication from local traffic. This allows the employment of security for remotely located requesters or servers, but avoids the performance loss which would accompany employing such security for local requesters or servers as well .
- each storage device 110-112 preferably includes a readable monotonically incrementing clock to be used for time stamping secure messages and objects.
- the clocks for the various devices are synchronized on a system-wide basis.
- file server 114 accommodates for discrepancies and values from storage device-to-storage device.
- the present invention provides object oriented storage devices such as disk drives, which provide significant advantages over conventional storage devices.
- the object oriented storage devices significantly improve the cluster architecture. For example, by storing data in an object oriented fashion, the data can be managed by the storage device itself. Objects provide the storage device with sufficient knowledge of its resident data such that it can assume responsibility for managing its own space. Further, sharing of data can be controlled more - intelligently when the device has information about what constitutes a logical entity. For example, if two systems were to share data stored on a block oriented device, all metadata activity would have to be controlled for concurrent access. By contrast, in an object oriented device, much of the metadata activity is opaque to the systems accessing it. Thus, the systems need only concern themselves with access conflicts to user data.
- Object oriented storage devices provide the ability to at least have an organization which an operating system can interpret.
- the performance in a clustered system is enhanced by using object oriented storage devices for a number of reasons. For example, the metadata need never leave the device itself, eliminating a certain number of I/O operations.
- the device knows which objects are open or closed at any one time, and is able to use this information to more effectively cache data. Prefetching can also be much more effective, since the device knows the layout of the object being read.
- the storage device can more effectively determine sequential access patterns.
- the cache in the device can also hold metadata once for multiple systems which are accessing it.
- the device can participate in quality of service decisions, such as where to locate data more appropriately. The device can typically only do this if it has responsibility for allocating storage. By contrast, almost no operating systems can allocate data, by zone, on a disc drive. Thus, providing this capability on the drive itself enhances performance.
- the present invention can also be implemented in disc drives arranged as an array of drives.
- RAID Redundant Arrays of Inexpensive Discs
- first level RAID is characterized by providing mirrored discs, as discussed above.
- fifth level RAID both the data to be stored to the array as well as the parity or redundant data, is spread over all disc drives in a group.
- the fifth level RAID distributes the data and check information across all the discs, including check discs.
- Other RAID levels e.g., levels 2-4 are described in greater detail in U.S. Patent Number 5,617,425 entitled DISC ARRAY HAVING ARRAY SUPPORTING CONTROLLERS AND INTERFACE.
- Figures 25-29 illustrate a write operation performed in accordance with one aspect of the present invention, in which data is stored as objects on the disc drives in an array.
- file server 114, requestor (or host) 116 and interconnect 122 are shown connected to a disc drive array which includes target drive 402 and parity drive 404 configured as storage devices, such as storage devices 110-112.
- Target drive 402 holds an object, or a portion thereof, which is to be written to, while parity drive 404 holds the parity information associated with the target object stored on target drive 402.
- the drive array is implemented as a RAID 5 array in which data and parity is distributed across all drives in the group.
- drive 402 is the target drive and drive 404 is a parity drive, only for the present write operation.
- target drive 402 also holds parity information and parity drive 404 also holds data.
- drive 402 is the target drive and drive 404 is the corresponding parity drive.
- the present invention can be implemented using other RAID levels, other than RAID level 5. The present invention in such RAID systems will be apparent to those skilled in the art .
- target drive 402 and parity drive 404 are connected to one another through Fibre Channel interfaces, or other suitable interfaces, such as other serial interfaces.
- FIGS 26 and 27 illustrate target drive 402 and parity drive 404, respectively.
- Each drive includes control component 150 and one or more discs 132.
- Each drive also includes read/write circuit 406 (such as a data head described above) and an Exclusive Or (XOR) circuit 408.
- Target drive 402 includes disc space 410 which stores the target object to be written.
- Parity drive 404 includes disc space 412 which stores a corresponding parity object. The operation of drives 402 and 404 is discussed in greater detail below with respect to Figures 28 and 29.
- Conventional disc arrays implementing small computer system interfaces (SCSI) XOR commands enable disc drives to carry out the bit manipulations necessary to implement parity protection against drive failure.
- SCSI small computer system interfaces
- Such commands require the host (or requestor) to have sector access to the disc so that for any sector written to one disc drive, the corresponding sector on another disc drive containing parity information can be updated appropriately.
- the object oriented disc drives discussed above introduce a layer of abstraction between the host and actual storage sectors on the disc drive.
- the disc drives manage disc space as objects such that a host (or requester) does not have access to the underlying sector addressing scheme.
- the disc drive itself, is responsible for space management making it impossible for a requester or host " to correlate a portion of data written on one disc drive with a location on another.
- the requester does not know the address on a disc drive of a block that it has written, and it cannot calculate a corresponding parity address. This makes it very difficult, if not impossible, to use conventional XOR functions in an object oriented disc drive, as described above.
- the present invention provides a method referred to as Define_Parity_Group which is invoked at each of the disc drives in a set of disc drives which make up a parity group.
- the method accomplishes two things. First, it provides sufficient information to enable an invocation of a standard Write_Object method to perform the same function as a sector based XOR command in a conventional drive array. It also causes an object to be created on each drive in the set which holds that particular drive's share of parity data.
- the parity object ID is a well-known ID, known to each drive, so that any drive wanting to update parity information is aware of the correct object identifier to which it can address its request.
- the Define_Parity_Group method is described in greater detail with respect to Figure 28.
- a requestor or host invokes the method at each drive in a parity group. This is indicated by block 420.
- the requestor provides a number of things as follows: 1. An ordered list of drives comprising the parity group. This can include, illustratively, serial numbers and addresses for each drive.
- modulus arithmetic is performed on the block address of data to be written. This arithmetic yields both the parity drive address (based on the ordered list from item number one above) and the relative block address in the parity object on the parity drive (which is the relative portion of the parity object containing the desired parity information) .
- parity stripe illustratively in units of blocks. If parity data is to be interspersed throughout the space on each drive, this information is the atomic unit of allocation.
- parity object identifier.
- a drive invoking a Write_Object method to update a parity object issues it to this object ID on the parity drive determined as set out in item two above.
- multiple level parity can be implemented as well.
- each drive may have up to two parity objects.
- two well-known object IDs are allocated and reserved by each drive, in case the drive is used in a disc array having two-level parity. The presence of a second parity object indicates that two-level parity is being utilized.
- parity object allocation policy This indicates whether each drive is to allocate the parity object as a single contiguous extent of disc space or to intersperse the parity object with user data objects.
- parity object and data object are shown in Figures 26 and 27 as contiguous disc space, this is illustrative only. It should be noted that if the parity object is interspersed with data, it can still be pre-allocated.
- the control component 150 in each of the disc drives in the parity group calculates a percentage of its space required for parity data. This is indicated by block 422.
- the amount of space required for the parity object is determined based on the number of disc drives in the parity group list. For example, if there are nine disc drives in the list, each drive must allocate one ninth of its space for parity information. This amount of space is identified with the well known parity object ID provided by the requestor or host upon invocation of the method. This is indicated by block 424.
- Each drive in the parity set or group list retains the information defining the parity group so that every time the disc drive is powered up or reset, it can verify that the parity group has not been compromised.
- the information is stored in nonvolatile memory, as indicated by block 426.
- FIG 29 is a block diagram illustrating the updating of a data object, and the corresponding updating of a parity object, in accordance with one aspect of the present invention.
- the requestor 116 which is requesting data to be updated invokes the Write_Object method described above on one of the disc drives in the parity group.
- requestor 116 invokes the Write_Object method on target drive 402. This is indicated by arrow 428 in Figure 26 and block 430 in Figure 29.
- requestor 116 provides, illustratively, an object identifier identifying the object to be updated, a partition ID, a starting location of blocks to be written within the object, a number of blocks to be written within the object, option information, and the data to be written.
- Target drive 402 knows that servicing the Write_Object method must include updating parity information associated with the object being updated. Target drive 402 knows this because it has stored the information provided and generated during execution of the Define_Parity_Group method in non-volatile memory.
- target drive 402 performs a number of steps. First, it reads old data from the specified location in the target object and provides it, along with the new data to be written to that location, to XOR circuitry 408. This is indicated by block 432 in Figure 29 and arrows 434, 436, and 438 in Figure 26.
- target drive 402 XORs the old data with the new data to obtain intermediate parity information. This is indicated by block 440 in Figure 29.
- Target drive 402 provides the intermediate parity information at an output 442 in Figure 26.
- target drive 402 writes the new data to the target location within the target object 410, thus updating the target object. This is indicated by block 444 in Figure 29.
- Target drive 402 then, itself, invokes another Write_Object method on parity drive 404 identifying the parity object corresponding to the target object 410 which was just updated. This is indicated by block 446 in Figure 29 and arrow 448 in Figure 27.
- Target drive 402 can calculate the target location for the parity object in a number of ways.
- target drive 402 can calculate the location from the relative sector address of the block target object being written.
- the relative address is divided by the number of drives in the parity group to provide the relative address in the parity object on the parity drive 404.
- the parity drive address is determined by the algorithm specified in the Define_Parity_Group method.
- Target drive 402 then constructs the Write_Object method and invokes it on the parity drive 404 identifying parity object 412 and an appropriate location within that object using this relative address.
- target drive 402 can use the following
- Equation 1 B INT(S/D-1 )
- B is the relative block in the parity object
- S is the relative sector address being written at target drive 402.
- target drive 402 can use the following Equation: Equation 2 P-Mod ⁇ S/D-l )
- parity drive 404 recognizes the command as a write to its parity object and performs the parity operations. Such operations include reading the old parity data, as indicated by block 450 in Figure 29 and arrow 452 in Figure 27. Parity drive 404 then XORs the old parity information with the intermediate parity data from target drive 402. This is indicated by block 454 in Figure 29 and by arrows 456 and 458 in Figure 27. The result of the Exclusive OR operation is updated parity information which is written to the parity object of disc 132. This is indicated by block 460 in Figure 29 and by arrows 462 and 464 in Figure 27. This complete the update of the parity object.
- parity information is not interspersed with user data on the disc.
- This makes it possible to store user files (or objects) contiguously for better performance.
- the objects can be backed up or exported as true user data files. Since there is no parity data interspersed, they are meaningful and usable, in and of themselves.
- applications can access it from requestors immediately after the data is loaded without waiting for the parity to be calculated.
- the parity information can be constructed without interruption of accesses to the data. This makes it possible for data to be usable more quickly.
- parity data is interspersed throughout the user data, and the user data cannot be loaded separately, but only in conjunction with a parity calculation.
- a disc drive in the parity group is aware of the other members of the parity group, a disc drive can verify that the drive which it is targeting with a parity update is the correct one. If a drive is replaced, or a drive's address is changed, this can be detected and the operation aborted. This protects against corruption of the parity data.
- second level parity can be supported with no additional I/O commands being issued to the drives from a requestor.
- Two Define_Parity_Group methods are invoked on a drive, and this activates double failure protection.
- the drive knows that it must update two parity objects, one in each parity group.
- the drive can also check to ensure that there is only one drive in common between two parity groups (otherwise the configuration would be invalid) .
- the present invention includes a data storage system comprising a first storage media 132 having stored thereon data configured as a plurality of objects 124-126. Each object has attributes indicative of characteristics of the object.
- the objects include a redundancy object 412 storing redundancy information.
- a first control component 150 is operably coupled to the storage media 132 and is configured to provide an interface 128 to the objects 124-126. Interface 128 exposes methods (method 0 - method N) which are invoked to access the objects 124-126.
- the methods 0-N include a Define_Redundancy method which, when invoked, causes the control component 150 to allocate storage space for the redundancy object 412.
- the Define_Redundancy method when invoked, causes the control component 150 to store information indicative of a redundancy set to which the control component 150 belongs.
- the Define_Redundancy method when invoked, causes the control component 150 to calculate a size of storage space for allocation to the redundancy object 412.
- a Write_Object method is invoked to cause the control component 150 to update a specified data object with new data and to update a corresponding redundancy object 412 based on the new data.
- the storage system includes a plurality of storage devices 402 and 404, the first storage device 402 including a first storage media 132 and a first control component 150 and the second storage device 404 including a second storage media 132 and a second control component 150.
- the specified data object is at least partially stored on the first storage media and the corresponding redundancy object is stored, at least partially, on the second storage media.
- the first control component 150 invokes, in one illustrative embodiment, the Write_Object method on the second storage device to update the redundancy object.
- the present invention can also be implemented as a method of maintaining redundancy in a data storage system having a plurality of storage devices, each storage device including a storage media 132 and a control component 150.
- the method includes storing data on the storage media 132, the data being configured as a plurality of objects 124-126, each object including attributes indicative of characteristics of the object.
- the objects include a redundancy object 412 storing redundancy information.
- the method further includes providing an interface 128 to the objects exposing methods (method 0 - method N) invoked to access the objects .
- the method includes, at step 420, invoking a Define_Parity method on a set of the plurality of storage devices to configure the set to implement a desired redundancy scheme.
- the method includes creating, in response to the invoking step, a redundancy object 412 on each of the storage devices in the set.
- the method further includes, at step 422, calculating a portion of storage space for allocation to the redundancy object 412.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Detection And Correction Of Errors (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020007001550A KR20010022942A (en) | 1997-08-15 | 1998-08-14 | Redundancy implementation on object oriented data storage device |
DE19882609T DE19882609T1 (en) | 1997-08-15 | 1998-08-14 | Establish redundancy in an object-oriented data storage device |
GB9928817A GB2341466B (en) | 1997-08-15 | 1998-08-14 | Redundancy implementation on object oriented data storage device |
JP2000510076A JP2001516080A (en) | 1997-08-15 | 1998-08-14 | Data storage device and redundancy maintenance method |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US5589797P | 1997-08-15 | 1997-08-15 | |
US60/055,897 | 1997-08-15 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO1999009479A1 true WO1999009479A1 (en) | 1999-02-25 |
Family
ID=22000881
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US1998/016956 WO1999009479A1 (en) | 1997-08-15 | 1998-08-14 | Redundancy implementation on object oriented data storage device |
Country Status (6)
Country | Link |
---|---|
JP (1) | JP2001516080A (en) |
KR (1) | KR20010022942A (en) |
CN (1) | CN1267379A (en) |
DE (1) | DE19882609T1 (en) |
GB (1) | GB2341466B (en) |
WO (1) | WO1999009479A1 (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001013232A2 (en) * | 1999-08-17 | 2001-02-22 | Tricord Systems, Inc. | Self-healing computer system storage |
WO2001013236A1 (en) * | 1999-08-17 | 2001-02-22 | Tricord Systems, Inc. | Object oriented fault tolerance |
US6449731B1 (en) | 1999-03-03 | 2002-09-10 | Tricord Systems, Inc. | Self-healing computer system storage |
WO2003054701A2 (en) * | 2001-12-20 | 2003-07-03 | Nokia Corporation | Method and apparatus for fault tolerant persistency service on network device |
US6725392B1 (en) | 1999-03-03 | 2004-04-20 | Adaptec, Inc. | Controller fault recovery system for a distributed file system |
US6922688B1 (en) | 1998-01-23 | 2005-07-26 | Adaptec, Inc. | Computer system storage |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100593568B1 (en) * | 1997-08-28 | 2006-06-28 | 시게이트 테크놀로지 엘엘씨 | Object Reconstruction on Object-Oriented Data Storage |
US20060080354A1 (en) * | 2004-08-27 | 2006-04-13 | Nokia Corporation | System for selecting data from a data store based on utility of the data |
JP5116151B2 (en) * | 2004-11-05 | 2013-01-09 | ドロボ, インコーポレイテッド | A dynamically expandable and contractible fault-tolerant storage system using virtual hot spares |
US7533330B2 (en) * | 2005-06-27 | 2009-05-12 | Seagate Technology Llc | Redundancy for storage data structures |
CN101751390B (en) * | 2008-12-08 | 2012-07-04 | 财团法人工业技术研究院 | Disk allocation method for object-oriented storage device |
CN111291026B (en) * | 2018-12-07 | 2025-03-18 | 北京京东尚科信息技术有限公司 | Data access method, system, device and computer readable medium |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5594862A (en) * | 1994-07-20 | 1997-01-14 | Emc Corporation | XOR controller for a storage subsystem |
US5724581A (en) * | 1993-12-20 | 1998-03-03 | Fujitsu Limited | Data base management system for recovering from an abnormal condition |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE19882605T1 (en) * | 1997-08-11 | 2000-08-10 | Seagate Technology | Object oriented data storage device |
-
1998
- 1998-08-14 DE DE19882609T patent/DE19882609T1/en not_active Ceased
- 1998-08-14 JP JP2000510076A patent/JP2001516080A/en active Pending
- 1998-08-14 WO PCT/US1998/016956 patent/WO1999009479A1/en not_active Application Discontinuation
- 1998-08-14 KR KR1020007001550A patent/KR20010022942A/en not_active Application Discontinuation
- 1998-08-14 CN CN98808073A patent/CN1267379A/en active Pending
- 1998-08-14 GB GB9928817A patent/GB2341466B/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5724581A (en) * | 1993-12-20 | 1998-03-03 | Fujitsu Limited | Data base management system for recovering from an abnormal condition |
US5594862A (en) * | 1994-07-20 | 1997-01-14 | Emc Corporation | XOR controller for a storage subsystem |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6922688B1 (en) | 1998-01-23 | 2005-07-26 | Adaptec, Inc. | Computer system storage |
US6449731B1 (en) | 1999-03-03 | 2002-09-10 | Tricord Systems, Inc. | Self-healing computer system storage |
US6725392B1 (en) | 1999-03-03 | 2004-04-20 | Adaptec, Inc. | Controller fault recovery system for a distributed file system |
WO2001013232A2 (en) * | 1999-08-17 | 2001-02-22 | Tricord Systems, Inc. | Self-healing computer system storage |
WO2001013233A2 (en) * | 1999-08-17 | 2001-02-22 | Tricord Systems, Inc. | Self-healing computer system storage |
WO2001013236A1 (en) * | 1999-08-17 | 2001-02-22 | Tricord Systems, Inc. | Object oriented fault tolerance |
WO2001013233A3 (en) * | 1999-08-17 | 2001-07-05 | Tricord Systems Inc | Self-healing computer system storage |
WO2001013232A3 (en) * | 1999-08-17 | 2001-07-12 | Tricord Systems Inc | Self-healing computer system storage |
US6530036B1 (en) | 1999-08-17 | 2003-03-04 | Tricord Systems, Inc. | Self-healing computer system storage |
US6742137B1 (en) | 1999-08-17 | 2004-05-25 | Adaptec, Inc. | Object oriented fault tolerance |
WO2003054701A2 (en) * | 2001-12-20 | 2003-07-03 | Nokia Corporation | Method and apparatus for fault tolerant persistency service on network device |
WO2003054701A3 (en) * | 2001-12-20 | 2004-05-21 | Nokia Corp | Method and apparatus for fault tolerant persistency service on network device |
Also Published As
Publication number | Publication date |
---|---|
GB9928817D0 (en) | 2000-02-02 |
DE19882609T1 (en) | 2000-08-24 |
GB2341466A (en) | 2000-03-15 |
CN1267379A (en) | 2000-09-20 |
KR20010022942A (en) | 2001-03-26 |
GB2341466B (en) | 2002-10-02 |
JP2001516080A (en) | 2001-09-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6298401B1 (en) | Object oriented storage device having a disc drive controller providing an interface exposing methods which are invoked to access objects stored in a storage media | |
US6321358B1 (en) | Object reconstruction on object oriented data storage device | |
US6704838B2 (en) | Hybrid data storage and reconstruction system and method for a data storage device | |
US7363455B2 (en) | Apparatus and method for partitioning and managing subsystem logics | |
US7870353B2 (en) | Copying storage units and related metadata to storage | |
US6898681B2 (en) | Computer storage systems | |
US5915264A (en) | System for providing write notification during data set copy | |
US6832290B2 (en) | Method, system, program, and data structures for maintaining metadata in a storage system | |
US7308543B2 (en) | Method and system for shredding data within a data storage subsystem | |
JP2005501317A (en) | External data storage management system and method | |
EP1984821A2 (en) | Restoring a file to its proper storage tier in an information lifecycle management environment | |
US20070022259A1 (en) | Write protection in a storage system allowing both file-level access and volume-level access | |
WO1999008173A2 (en) | Object oriented data storage device | |
KR20020080458A (en) | A method for repartitioning physical sectors of a storage system with use of virtual disc drives, a data processing apparatus and a data storage apparatus | |
WO1999009479A1 (en) | Redundancy implementation on object oriented data storage device | |
US7814338B2 (en) | System and method for virtual tape management with creation and management options | |
US8095503B2 (en) | Allowing client systems to interpret higher-revision data structures in storage systems | |
US6732194B1 (en) | Method and apparatus for multi-sequential data operations | |
JP3966076B2 (en) | Centralized storage management method | |
JPH06110766A (en) | Directory storage method of split storage file system and computer system | |
JP2004227594A (en) | Computer system and secondary storage device | |
JP2001273176A (en) | Computer system and secondary storage device | |
Milligan | 10323 West Reno (West Dock) Fax: 405-324-3794 Oklahoma City, OK 73127-9705 gene_milligan@ notes. seagate. com PO Box 12313 Oklahoma City, OK 73157-2313 10/25/99 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 98808073.7 Country of ref document: CN |
|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): CN DE GB JP KR SG |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
ENP | Entry into the national phase |
Ref document number: 9928817 Country of ref document: GB Kind code of ref document: A |
|
ENP | Entry into the national phase |
Ref document number: 2000 510076 Country of ref document: JP Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1020007001550 Country of ref document: KR |
|
RET | De translation (de og part 6b) |
Ref document number: 19882609 Country of ref document: DE Date of ref document: 20000824 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 19882609 Country of ref document: DE |
|
WWP | Wipo information: published in national office |
Ref document number: 1020007001550 Country of ref document: KR |
|
WWR | Wipo information: refused in national office |
Ref document number: 1020007001550 Country of ref document: KR |
|
REG | Reference to national code |
Ref country code: DE Ref legal event code: 8607 |