The present invention relates generally to data storage systems, and more particularly to a high capacity storage systems that include metadata corresponding to stored files.
The demand for high-capacity data storage systems continues to rise. As the interconnection of data networks continues, there is an increasing demand to store very large numbers of files in an efficient fashion while at the same time enabling such a storage system to grow as the number of files increases.
While various conventional data storage systems are known, such approaches have not always been efficient, easy to scale, or cost effective. Conventionally, data storage systems have resided on a monolithic server. A monolithic server can be conceptualized as including a single, very powerful computing resource dedicated to accessing files that may be stored on a variety of media. Such a monolithic server can maintain a collection of metadata for the stored files.
Metadata can include assorted file information including a filename, directory in which the file is located, physical location (offset), size of file, and type of file. Conventionally, metadata can reside on single partition accessed by a process to enable rapid lookups in, and/or access to the metadata.
A drawback to the monolithic server approach can be the difficulty involved in adapting such systems to changing needs. For example, the number of stored files, and consequently the amount of metadata and metadata accesses may increase over time. To meet such needs, the monolithic server may be upgraded. While processing speed can be improved by increasing computing resources (such as the number of central processing units (CPUs) and associated random access memory (RAM)), such increased resources can be difficult to implement as hardware upgrades may require the system to be non-operational for a certain period of time.
Monolithic server approaches may be undesirable as usage requirements may be outgrown. As just two examples, the amount of data stored or the amount of requests serviced may grow to the point where an existing monolithic server response is too slow or not capable of meeting usage requirements.
One conventional approach to meet increasing requirements can be to add servers. A drawback to such an approach can be added complexity to a user. A user may have to keep track of the multiple servers, as such servers are typically visible as separate entities to user applications. Further, with multiple servers, load imbalance may occur as one server is accessed/stores more than another. Consequently, a system administrator may have to manually shift files and/or set request routing as usage changes. This can be an extreme burden on a system administrator.
It is also noted that the management of multiple servers can be especially difficult for mission critical or Internet applications that may run twenty-four hours a day and 365 days a year, as such systems do not typically have a window of time available to reconfigure or upgrade the system.
Increases in metadata size can be difficult to accommodate as well. As the demands for larger capacity systems increase (e.g., petabyte or larger size systems), the amount of metadata can increase as well. However, if the metadata exceeds the monolithic server's storage capacity, changes to the system may have to be undertaken to enable larger storage capabilities. Further, the manipulation of metadata (as files are deleted, renamed, moved, etc.) may become more complex as the server must be capable of accessing more and more metadata in the management process.
One approach to addressing the storing of a large number of files has been to “migrate” stored files. Migration of stored files may include transferring files from one storage medium to another. Typically, “old” files (those that are not accessed after a certain period of time) can be migrated from a first storage medium that may provide relatively fast access (and hence may be more expensive), to a second storage medium that may provide slower access (and hence may be less expensive).
While migration of files may provide a solution for larger numbers of data files, there remains a need to address the increasing size of metadata. For data storage systems that store a large number of files, there is a need for a metadata storage approach that allows for a high degree of scaling, and/or ease in scaling, and/or flexibility in the arrangement of metadata, and/or more cost effective storage of metadata.
According to one embodiment, a data storage system may include a metadata management system that stores metadata on a number of different metadata partitions. Each partition is assigned a particular system resource. A system resource can access its corresponding metadata partition(s). System resources may be arranged in different classes, where one class may provide slower access and/or be less expensive than another class. Such an arrangement can allow for scaling as a new partition and/or new resource may be added to the metadata management system as needed.
According to one aspect of the embodiments, metadata residing on a first partition assigned to one resource can be moved to a second partition assigned to a second resource.
According to another aspect of the embodiments, metadata may be moved according to established policies. As but one example of a policy, infrequently used metadata may be migrated from a partition assigned to a more expensive resource, to another partition assigned to a less expensive resource.
According to another aspect of the embodiments, metadata may be moved when its corresponding file is renamed. The data storage system may include an organization system, such as a file system for organizing the metadata. When a file is renamed, its metadata may be moved to a new metadata partition.
According to another aspect of the embodiments, moving metadata from a first partition to a second partition may include moving the metadata to the second partition and placing a forwarding object in the first partition that indicates the new location of the moved metadata.
Various embodiments of the present invention will now be described in conjunction with a number of diagrams. The various embodiments include a system for managing metadata stored on different partitions. Such a system can allow for easy and cost-effective scaling and/or allow for the migration of metadata according to aging or other criteria. Further, the present invention may allow for easier or more effective management of large amounts of metadata as partitions can be added, split or merged as needed.
As noted above, conventional file storage systems have typically stored file metadata on a single partition. According to the present invention, a metadata management system may include metadata that may be distributed over multiple partitions.
MDS Block Diagram Representation.
To better understand the various advantages of a metadata management system according to the present invention, reference will now be made to
System resources (104-0 to 104-5) may fall into one or more classes. A system resource class can indicate a particular storage media, different class of machine, and/or different running process. Consequently, one class of system resource may provide faster access to its corresponding metadata partition(s) than another class. In addition, or alternatively, one class may provide a lower cost solution than another class (i.e., component costs and/or maintenance costs for the system resource are less expensive than those of other system resources).
An arrangement such as that set forth in
MDS File System Representation
While
It is understood that one or more of the partitions (202-0 to 202-3) could be assigned to a particular resource. A conventional file system will typically include various nodes in some relation to one another. In a contrast, a MDS partition (202-0 to 202-3) according to the present invention may include nodes and “forwarding objects”.
A node in
An example of a forwarding object that is accessed in a file system lookup will now be described. Referring now to
In the example shown, a lookup may begin at node 204-0 in the highest level partition, partition 202-0. The lookup may proceed to node 204-1. However, because the desired file information is stored on a partition 202-1, the lookup can proceed to forwarding object 206-0.
Forwarding object 206-0 can point to node 204-2 in partition 202-1. In this way, a system according to the present invention may include a file system that spans multiple partitions.
The lookup may then resume within partition 202-1 at node 204-2, proceed to node 204-3, and finally arrive at the desired node 204-4.
It is noted that in arrangements where a MDS client, or the like, interfaces with an MDS 200, various accesses to different partitions, and indeed the existence of multiple MDS partitions, can be entirely hidden from a client.
Of course, it is understood that the particular directory structure shown should not be construed as limiting to the present invention, and is provided only by way of example. Further, a node in such file system may take a variety of forms. As but two possible examples, each node may include a filehandle and corresponding file attributes and/or each node may include a filehandle with a pointer to its corresponding attributes.
A file system distributed across multiple metadata partitions may take a variety of forms. As a first of the many possible examples, a client may forward a file name to retrieve metadata for such a file. Metadata may be arranged in various ways. This may be as simple as alphabetically storing files by a file name. As a second of the many possible examples, metadata may be stored according to a function based on a file attributes. This may include “hashing” one or more fields (e.g., the filehandle) with a hash function, and using the resulting value to determine in which metadata partition the metadata is to be stored. Of course, these two examples should not be construed as limiting to the invention. Numerous other file system approaches would be obvious to one skilled in the art.
MDS Operations
Conventionally, file system metadata would be stored on a single partition. Consequently, such a file system could have limited scalability. If the amount of metadata outgrew the available partition space, an expensive and/or time consuming upgrade operation could be necessary to replace the current partition with a larger partition.
Conventionally, file system metadata would be assigned to a single resource. Consequently, such a system could be susceptible to failure or require expensive redundancy approaches. More particularly, if the single resource assigned to the metadata failed, the file system would be inoperable until the failure was addressed. Further, to address such susceptibility to failure, one or more parallel back-up resources would have to be provided that would reproduce all of the current metadata. Such a conventional arrangement may be more difficult to manage and implement in the event of a failure.
According to one approach of the present invention, MDS servers may run in redundant process pairs. Thus, the failure of one MDS server process can be replaced by another. Still further, for situations that include multiple MDS servers, such a redundant MDS server ratio does not have to be 1:1. As but one example, a first MDS server may access metadata alphabetically from letters A–C. A second MDS server may access metadata from letters D–F. A redundant MDS server may access metadata from letters A–F. Consequently, a failure of the first and/or second MDS servers can be met by the redundant MDS server.
Adding a Metadata Resource and/or Metadata Partition.
According to the present invention partitions and/or resources may be added. By providing such a capability, a MDS may be scaled to accommodate larger amounts of metadata and/or different metadata arrangements/configurations. It is noted that in monolithic server approaches, the entire server may have to be shutdown to accommodate additional storage for metadata. Still further, for different metadata arrangements/configurations, the software of the monolithic server may have to be upgraded and/or customized, also requiring server “down” time.
A new resource 104-Y may be assigned to new partition 102-X. In the particular example of
Merging and Splitting Metadata Partitions.
An MDS according to the present invention may provide additional flexibility by enabling the merging and/or splitting of metadata partitions.
In the example of
Of course, a partition splitting does not always include assigning a split-off partition to a different resource. Other operations may include splitting a partition for one resource, and assigning one of the new partitions to the same resource.
In the example of
In this way metadata partition splitting and merging can provide for more flexibility, scalability, and/or optimization in a MDS.
Metadata Migration.
A MDS 100 according to the present invention can optimize resources over conventional approaches by migrating metadata to different system resource classes based on predetermined policies. Such predetermined policies may include, without limitation, access time for a file, client quality of service, number of metadata nodes in a partition, amount of remaining available space in a partition, etc. Of course, such particular policies are but examples and should in no way be considered limiting to the invention.
As but one very particular example, metadata that has not been accessed in a certain period of time can be migrated to a system resource that can be slower and/or less expensive (i.e., the metadata may be “aged”). This is in contrast to conventional monolithic server approaches, which can maintain a single, growing metadata collection, assigned to the same resource.
It is first noted that system resources 104-0 to 104-3 and 104-Y are of a first class (CLASS 1), while system resources 104-4 and 104-5 are of a second class (CLASS 2). The first class resources are assumed, in this example, to be faster and/or more expensive than the second class resources. As but one very limited example, a second class resource may include a slower computing machine, and/or run a slower process, and/or use a smaller amount of memory in operation, and/or store data on a slower or less expensive medium.
In
Of course, the metadata migration example of
It is noted that migration of metadata according to the present invention could be independent of actual file migration. More particularly, while files may be migrated in some sort of storage system according to one set of criteria and/or policies, different criteria/policies could be used to migrate metadata in a MDS 100.
Filehandle Evolution.
Having described a metadata service and various operations with respect to partitions and system resources, the present invention will now be described with reference to a file system that contains metadata.
As noted previously, metadata may include information for a file. Such information may include assorted information particular to the file. In addition, the metadata for each file can have a corresponding unique identifier: a filehandle. In one particular embodiment, a filehandle may include immutable portions and changeable portions. Immutable portions can include unique identifiers that do not change when the metadata is moved for any number of reasons, including migration and/or renaming. However, a filehandle may also include changeable portions. Such changeable portions may change when metadata is moved from one metadata partition to another.
The term filehandle evolution is used herein to describe the process by which a metadata filehandle may be changed when the metadata is moved. Various examples of filehandle evolution will now be described.
Metadata Movement—Migration.
Referring now to
The example of
One example of metadata that may correspond to node 402 is shown as item 404. Metadata 404 is shown to generally include a filehandle and one or more associated file attributes. The particular metadata 404 has a filehandle of “filehandle—0” and attributes of “attributes—0”.
Referring now to
In the example of
A forwarding object 410 may provide a number of functions. In the particular example of
The filehandles (500 and 502) have very particular fields, and should not be construed as limiting the invention. The filehandle fields shows a filehandle type field (ftype), a filesystem id field (filesys_id), a system assigned identifier field (system_id), a file identifier field (file_id), a partition identifier (part_id), and a directory identifier (dir_id).
A ftype field may indicate the particular type of file corresponding to the metadata (e.g., standard, directory, etc.). A system_id field may indicate a unique value assigned to a file by a system. A file_id may indicate a unique value for identifying a particular file. A filesystem id field may identify a particular file system type (e.g., Unix or NFS). The filesys_id and file_id fields may be immutable portions of a filehandle.
Filehandles 500 and 502 may also include changeable portions. In the particular example of
Metadata Movement—Renaming.
The example of
As in the migration example shown in
In one embodiment, a forwarding object (such as 610 of
One of the many possible ways to accomplish the destruction of a forwarding object is illustrated in
One of the many possible policies used to determine if a forwarding object should be destroyed may be the “age” of a forwarding object. If a forwarding object has been in existence for longer than a certain amount of time, the forwarding object will be destroyed. Of course, various other policies may be used in addition or alternatively to age. As but a few examples, forwarding objects may be destroyed based in infrequency of access, all forwarding objects can be destroyed in a periodic fashion, or forwarding objects may be destroyed simultaneously on a partition-by-partition basis, etc. Along these same lines, a function may be called that can compare information in the forwarding object to predetermined criteria and then destroy the object depending upon the comparison result.
While the above examples have described evolution of a single filehandle due to metadata movement between partitions, it would be obvious to one skilled in the art that metadata corresponding to multiple files may be moved together.
As noted in the previous examples, a forwarding object 904 may include information that can enable the metadata of moved group 902′ to be accessed. This is represented by logical path 906.
MDS Interface and Functions.
A MDS 1000 may also include an interface 1008 that may call one or more functions in response to requests/accesses to metadata. One of the ways in which an interface may differ from conventional approaches is that the various functions may receive a filehandle as an input value that includes a particular partition value. In addition, the execution of a function may include accessing a desired partition, and then performing a particular metadata operation. This is in contrast to conventional monolithic server approaches, which may access a single partition of metadata, and so not include functions that operate by accessing one metadata partition from multiple metadata partitions.
Particular examples of functions that may be performed by an interface 1008 are set forth in
As shown in
A CreateMetadata function may input a parent directory value, filename, and attributes for a new file. New metadata can be created according to the new filename's position in the parent directory. A filehandle can be created for the metadata. Such a filehandle may include metadata partition information that indicates the location for the metadata. The new filehandle and attributes can then be output along with the new filename.
A RemoveMetadata function can be used to remove metadata from a system. Metadata may be located on its partition according to an input filehandle. Corresponding attributes may then be read. Metadata may then be deleted and a file system revised to reflect such a deletion. A flag may then be set to indicate that the metadata has been removed. The flag and read attributes may then be output. It is noted that a RemoveMetadata function may not actually delete metadata initially. As but one example, a RemoveMetadata function may maintain a list of metadata to be deleted. When a message (i.e., by way of another function or the like) indicates that the file corresponding to the metadata has been deleted, the corresponding metadata may then be deleted from its metadata partition.
A RemoveName function can be used to remove metadata for a file that may include multiple links. A RemoveName function can receive a directory value and filename as inputs. Metadata for the file that is to be removed can be located with directory and filename information. If the metadata is removed, a flag can be returned indicating the operation is complete. Otherwise, the attributes, filehandle and filename can be returned.
Referring now to
A CreateLink function can be used to establish a hard link between a file and a directory (new_parent_directory). A link may be created under a file name (link_filename) in the directory. Metadata for the linked file may then be output along with the corresponding filename and filehandle.
In this way, various functions may access particular partitions according to input values and perform operations on the metadata of the partitions.
Referring now to
A directory may be accessed according to the input directory value. In the event the function is being called for a first time, a metadata attribute list having a length equal to the count value can then be formed. If the attributes for all entries in the directory can fit in the list, a flag (call_function_again) can be set to value indicating that the function does not need to be called a second time. If there are more attribute entries than the count value, the flag can be set to another value indicating that the function must be called again. Further, a last entry value (last_entry_read) can be returned so that a subsequent function call can begin where the previous function call left off.
A Lookup and MultiLookup function can be used to retrieve attributes corresponding to a particular file name or a multipart file name. Parent directory values may be input along with a file name or multipart file name. Attributes corresponding to file name(s) can then be output.
In this way, a file system may be accessed (e.g., via a directory structure) to retrieve metadata for particular files. It is noted, unlike conventional approaches, metadata can be retrieved from different metadata partitions.
Of course, the above-described functions represent but particular examples and one particular set of functions that may be provided by a MDS interface.
Examples of Systems that may Include a MDS.
Referring now to
Files may be stored by the BSS 1306-1. A BMS 1306-0 can manage accesses to the files. A MDS 1304 may store metadata corresponding to the files stored in the BSS 1306-1. Such metadata may include, without limitation, unique file identifying information, such as filehandle. Further, such metadata may also include other information that can be used by other systems to identify the location of a data file. As noted above, such information can change in the event a file is moved, renamed or otherwise manipulated.
As previously noted, MDS 1304 may include multiple partitions, or the ability to accommodate multiple partitions of metadata. Further, in particular embodiments, a MDS 1304 may include an interface for executing various file related functions, including those that create, remove, and rename data files, as well as those that access various attributes of data files stored in the overall data storage system 1300. Unlike a conventional monolithic server approach, the MDS 1304 may include a collection of loosely coupled servers that service metadata requests and functions, where servers in the MDS are separate from those servers situated in the storage service 1306 that provide access to the files corresponding to the metadata.
As previously noted, a MDS 1304 may include metadata distributed across multiple partitions. Multiple partitions are diagrammatically represented in
According to one embodiment, a gateway service 1302 may receive various requests from a client. Metadata related requests can be serviced by the MDS 1304, which can include its own set of servers and multiple partitions. Actual file related service (e.g., reads, writes, etc.) can be serviced by the storage service 1306, which may include servers and partitions separate from those of the MDS 1304. In the example of
While the example of
In an arrangement such as
Of course, it is understood that
It is thus understood that while the preferred embodiments set forth herein have been described in detail, the present invention could be subject various changes, substitutions, and alterations without departing from the spirit and scope of the invention. Accordingly, the present invention is intended to be limited only as defined by the appended claims.
This application is a continuation of application Ser. No. 09/659,107, filed Sep. 11, 2000 now abandoned.
Number | Name | Date | Kind |
---|---|---|---|
5276867 | Kenley et al. | Jan 1994 | A |
5564037 | Lam | Oct 1996 | A |
5727197 | Burgess et al. | Mar 1998 | A |
5737549 | Hersch et al. | Apr 1998 | A |
5897661 | Baranovsky et al. | Apr 1999 | A |
5983240 | Shoroff et al. | Nov 1999 | A |
6021508 | Schmuck et al. | Feb 2000 | A |
6023579 | Hellgren et al. | Feb 2000 | A |
6032216 | Schmuck et al. | Feb 2000 | A |
6044217 | Brealey et al. | Mar 2000 | A |
6047356 | Anderson et al. | Apr 2000 | A |
6128621 | Weisz | Oct 2000 | A |
6212515 | Rogers | Apr 2001 | B1 |
6240416 | Immon et al. | May 2001 | B1 |
6240428 | Yeung et al. | May 2001 | B1 |
6260040 | Kauffman et al. | Jul 2001 | B1 |
6275867 | Bendert et al. | Aug 2001 | B1 |
6279011 | Muhlestein | Aug 2001 | B1 |
6295538 | Cooper et al. | Sep 2001 | B1 |
6339793 | Bostian et al. | Jan 2002 | B1 |
6405198 | Bitar et al. | Jun 2002 | B1 |
6665689 | Muhlestein | Dec 2003 | B1 |
6681227 | Kojima et al. | Jan 2004 | B1 |
6820095 | Yeung et al. | Nov 2004 | B1 |
6973455 | Vahalia et al. | Dec 2005 | B1 |
20020056126 | Srikantan et al. | May 2002 | A1 |
20020059172 | Muhlestein | May 2002 | A1 |
20020091710 | Dunham et al. | Jul 2002 | A1 |
20030200197 | Long et al. | Oct 2003 | A1 |
20040010493 | Kojima et al. | Jan 2004 | A1 |
Number | Date | Country | |
---|---|---|---|
20030195895 A1 | Oct 2003 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09659107 | Sep 2000 | US |
Child | 10431168 | US |