1. Field of the Invention
The invention relates to recovery of file system data in file servers having mirrored file system volumes.
2. Related Art
Network file servers and other file systems are subject to errors and other failures, including those arising from hardware failure, software error, or erroneous configuration. Because of the possibility of error, many file systems provide additional copies of data in the file system, such as by providing a mirrored file system volume. In a mirrored file system, a first volume provides a first copy of the file system, while a second volume provides a synchronous, second copy of the file system. Thus, if data on the first volume is corrupted or otherwise lost, data from the second volume can be used in its place transparently.
One problem in the known art is that the first volume and second volume of the file system can fail to remain in synchronization. Thus, each volume of the mirrored file system would include a set of files or other objects from a different timestamp (or checkpoint) in the file system history. As a result, the first volume and second volume will no longer serve as accurate mirrors for each other because one is out-of-date. An aspect of this problem is that, after system crashes, it is unknown which of the first volume and second volume is the most recent. Accordingly, it would be desirable to assure that the first volume and second volume of the file system remain synchronized after system crashes. If it is not possible for the first volume and second volume to remain synchronized, it is desirable to rapidly determine which is the most recent version and use efficiently, so as to cause resynchronization.
A first known method is to resynchronize the two mirror copies after system crashes by copying every block. While this method can generally achieve the result of assuring that the first copy and second copy of the file system are synchronized after system crashes, it has the severe drawback that it is very inefficient, as each file block of at least one of the mirror file systems must be copied to the other one of the mirror file systems. When the file system is particularly large, such as one that approaches or exceeds a terabyte in size, this drawback makes this known method untenable due to its incredible latency (and liability to other failures).
A second known method is to maintain a log of regions or file blocks in each mirrored volume that have been changed (sometimes known as “dirty” file blocks). When such a log is maintained, it is only necessary to copy those file blocks that are dirty, rather than an entire mirrored volume. While this method can generally achieve the result otherwise achieved by the first known method, is still subject to at least two drawbacks. First, this method is more complex, in that it requires careful maintenance so as to ensure that the log remains synchronous. Second, the log itself must generally be mirrored for reliability, which of course re introduces the entire problem of recovery of mirrored files after system crashes. Third, maintaining this additional log increases the latency of every operation. Moreover, such a technique can introduce additional errors in the event that the log is unreliable.
Accordingly, it would be desirable to provide a technique for recovery of file system data in file servers having mirrored file system volumes that is not subject to drawbacks of the known art.
The invention provides a method and system for recovery of file system data in file servers having mirrored file system volumes. In a preferred embodiment, the invention makes use of a consistency point model including a snapshot feature of a robust file system (the “WAFL File System”), such as disclosed in the Incorporated Disclosures, to rapidly determine which of two or more mirrored volumes is most up-to-date, and which blocks of the most recent mirrored volume have been changed from each one of the mirrored file systems. Among a plurality of two or more mirrored volumes, the invention rapidly determines which is the most up-to-date by examining a most recent consistency point number maintained by the WAFL File System at each mirrored volume. The invention rapidly and reliably determines what blocks are shared between that most up-to-date mirrored volume and each other mirrored volume, in response to a snapshot of the file system maintained at each mirrored volume and are stored in common pairwise between each mirrored volume and the most up-to-date mirrored volume. The invention copies only those blocks that have been changed between the common snapshot and the most up-to-date snapshot. This rapid and reliable comparison of blocks, followed by the efficient transfer of those blocks that have been changed, does not present drawbacks of the known art.
The invention provides an enabling technology for a wide variety of applications for file system recovery using redundant file systems, so as to obtain substantial advantages and capabilities that are novel and non-obvious in view of the known art. Examples described below primarily relate to mirrored file system volumes in a network file server, but the invention is broadly applicable to many different types of redundant file systems, such as those used in RAID subsystems and parallel storage systems.
In the following description, a preferred embodiment of the invention is described with regard to preferred process steps and data structures. Embodiments of the invention can be implemented using general-purpose processors or special purpose processors operating under program control, or other circuits, adapted to particular process steps and data structures described herein. Implementation of the process steps and data structures described herein would not require undue experimentation or further invention.
Lexicography
The following terms refer or relate to aspects of the invention as described below. The descriptions of general meanings of these terms are not intended to be limiting, only illustrative.
As noted above, these descriptions of general meanings of these terms are not intended to be limiting, only illustrative. Other and further applications of the invention, including extensions of these terms and concepts, would be clear to those of ordinary skill in the art after perusing this application. hese other and further applications are part of the scope and spirit of the invention, and would be clear to those of ordinary skill in the art, without further invention or undue experimentation.
System Elements
A system 100 includes a file server (or other device) 110, a communication network 120, and a network interface 130. The file server 110 includes a plurality of mirrored file system volumes 111, each of which includes mass storage for recording and retrieving data. Each file system volume 111 includes at least one snapshot 112 according to the WAFL File System, as described in the Incorporated Disclosures. Each snapshot 112 includes a file system information block 113, including a pointer to an entire consistent file system and a consistency point value 114 indicating a sequence in which that snapshot 112 was generated.
Each file system volume 111 also includes an active file system 115, itself associated with a consistent point value 114. In a preferred embodiment, snapshots 112 are made periodically in response to (and as copies of) an active file system 115. Thus, while every snapshot 112 includes a consistent point value 114 from its associated active file system 115, not every active file system 115 is made into a snapshot, and thus not every consistency point value 114 is associated with a snapshot 112.
The file server 110 receives messages 116 requesting to write data or otherwise alter data from the communication network 120 using the network interface 130. In normal operation, the file server 110 parses those messages 116 and writes the same data to both of the active file systems 115 of the mirrored file system volumes 111, so that each of the mirrored file system volumes 111 includes the same active file systems 115, the same snapshots 112, therefore the same data. However, in the event of a system crash or other error, it might occur that one or more of the mirrored file system volumes 111 fails to remain in synchronization with the others, either because its active file system 115 is not up-to-date or its snapshots 112 are not up-to-date.
If one or more of the mirrored file system volumes 111 is not in synchronization with the others, there will be at least one mirrored file system volume 111 having an active file system 115 with a consistency point value 114 larger than all others. This indicates that the associated an active file system 115 and the associated file system volume 111 (with the highest consistency point value 114) is the most up-to-date file system volume 111 of all of the mirrored file system volumes 111.
Similarly, for any pair of mirrored file system volumes 111, there will be at least one common snapshot 112 present for them both, thus having the same consistency point value 114 for the common snapshot 112 at each of the two mirrored file system volumes 111. For any pair of mirrored file system volumes 111 A and B, the difference between the common snapshot 112 and the most up-to-date active file system 115 (say, at mirrored file system volume 111 A) can be easily and rapidly determined using the WAFL File System. The file blocks indicated by that difference are the only file blocks necessary for re-synchronization between the pair of mirrored file system volumes 111 A and B.
While each pair (A and B) of mirrored file system volumes 111 will have at least one common snapshot 112, of which one can be compared with the most up-to-date active file system 115, there is no particular requirement that each other pair (A and C, or A and D) of mirrored file system volumes 111 will have the same common snapshot 112 as the first such pair (A and B). However, for each such other pair (A and C, or A and D) of mirrored file system volumes 111, the difference between the common snapshot 112 and the most up-to-date active file system 115 can still be easily and rapidly determined using the WAFL File System; the file blocks indicated by that difference are the only file blocks necessary for re-synchronization between the other pair (A and C, or A and D) of mirrored file system volumes 111.
Method of Operation
A method 200 includes a set of flow points and a set of steps. The system 100 performs the method 200. Although the method 200 is described serially, the steps of the method 200 can be performed by separate elements in conjunction or in parallel, whether asynchronously, in a pipelined manner, or otherwise. There is no particular requirement that the method 200 be performed in the same order in which this description lists the steps, except where so indicated.
At a flow point 210, the file server 110 is ready to re-synchronize a plurality of mirrored file system volumes 111.
At a step 211, the file server 110 examines the file system information block 113 for each one of the plurality of mirrored file system volumes 111, to determine a single consistency point value 114 which is the maximum for all active file systems 115 at such mirrored file system volumes 111. While it is possible that there will be more than one such mirrored file system volume 111 having an active file system 115 with that maximum consistency point value 114, there is no particular requirement to select one of such mirrored file system volumes 111 in preference to others, as all active file systems 115 with that identical consistency point value 114 will be identical.
At a step 212, the mirrored file system volumes 111 with the maximum consistency point value 114 for an active file system 115 generates a new snapshot 112 for that active file system 115 and having that maximum consistency point value 114. This new snapshot 112 is thus the most up-to-date snapshot 112 and has the maximum consistency point value 114.
At a step 213, for each one of the plurality of mirrored file system volumes 111 (other than the file system volumes 111 with the most up-to-date active file system 115) the file server 110 examines the file system information block 113, to determine a snapshot 112 at that one mirrored file system volume 111 that is common with the mirrored file system volume 111 having the most up-to-date snapshot 112. Thus, the file server 110 determines a closest degree of synchronization between each mirrored file system volume 111 (in turn) and the mirrored file system volume 111 having the most up-to-date snapshot 112.
At a step 214, for each such closest degree of synchronization, the file server 110 determines a difference between the common snapshot 112 and the most up-to-date snapshot 112, thus generating a set of file blocks that have been changed between the common snapshot 112 and the most up-to-date snapshot 112. These changed file blocks are the only file blocks required to be re-synchronized between the common snapshot 112 and the most up-to-date active file system 115.
At a step 215, for each such set of changed file blocks, the file server 110 re-synchronizes each mirrored file system volume 111 with the most up-to-date snapshot 112 by copying only the changed file blocks over, thus generating a copy of the most up-to-date snapshot 112 at each mirrored file system volume 111.
In a preferred embodiment, there are only two such mirrored file system volumes 111. The file server 110 needs to make only one comparison to determine the maximum consistency point value 114 for a most up-to-date active file system 115. The file server 110 needs to examine only one pair of mirrored file system volumes 111 for a common snapshot 112. The file server 110 needs to determine only one set of changed blocks between the common snapshot 112 and the most up-to-date snapshot 112. The file server 110 needs to copy only one set of changed blocks from one mirrored file system volume 111 to the other.
However, in alternative embodiments, there may be more than two mirrored file system volumes 111. Those skilled in the art will see, after perusal of this application, that the invention is easily and readily generalized to additional mirrored file system volumes 111, without undue experimentation or further invention.
In a preferred embodiment, the mirrored file system volumes 111 can each be updated to create new active file systems 115 in response to messages 116 requesting file system operations, even while the snapshot 112 at each mirrored file system volumes 111 is being synchronized with the most up-to-date snapshot 112. Thus, the mirrored file system volumes 111 can each perform the full functions of a file server 110 mirrored file system volume 111 even while the re-synchronization is taking place.
After this step, the method 200 has re-synchronized all of the mirrored file system volumes 111 to the most up-to-date active file system 115.
In a preferred embodiment, the method 200 is performed each time the system 100 recovers from a system crash, as part of the crash recovery process. In alternative embodiments, the method 200 may be performed in response to other events, such as in response to a timer, in response to detection of lack of synchronization between the mirrored volumes, or in response to operator command.
Generality of the Invention
The invention has general applicability to various fields of use, not necessarily related to the services described above. For example, these fields of use can include one or more of, or some combination of, the following:
Other and further applications of the invention in its most general form, will be clear to those skilled in the art after perusal of this application, and are within the scope and spirit of the invention. Although preferred embodiments are disclosed herein, many variations are possible which remain within the concept, scope, and spirit of the invention, and these variations would become clear to those skilled in the art after perusal of this application.
This application hereby incorporates by reference and is a continuation of U.S. application Ser. No. 09/684,487, filed Oct. 4, 2000, now U.S. Pat. No. 6,654,912.
Number | Name | Date | Kind |
---|---|---|---|
4761785 | Clark et al. | Aug 1988 | A |
4875159 | Cary et al. | Oct 1989 | A |
4897781 | Chang et al. | Jan 1990 | A |
4937763 | Mott | Jun 1990 | A |
5067099 | McCown et al. | Nov 1991 | A |
5163148 | Walls | Nov 1992 | A |
5208813 | Stallmo | May 1993 | A |
5235601 | Stallmo et al. | Aug 1993 | A |
5276867 | Kenley et al. | Jan 1994 | A |
5305326 | Solomon et al. | Apr 1994 | A |
5313626 | Jones et al. | May 1994 | A |
5335235 | Arnott | Aug 1994 | A |
5355453 | Row et al. | Oct 1994 | A |
5357509 | Ohizumi | Oct 1994 | A |
5369757 | Spiro et al. | Nov 1994 | A |
5604862 | Midgely et al. | Feb 1997 | A |
5649152 | Ohran et al. | Jul 1997 | A |
5649196 | Woodhill et al. | Jul 1997 | A |
5666353 | Klausmeier et al. | Sep 1997 | A |
5734818 | Kern et al. | Mar 1998 | A |
5819292 | Hitz et al. | Oct 1998 | A |
5819310 | Vishlitzky et al. | Oct 1998 | A |
5835953 | Ohran | Nov 1998 | A |
5873101 | Klein | Feb 1999 | A |
5895495 | Arimilli et al. | Apr 1999 | A |
5907672 | Matze et al. | May 1999 | A |
5948110 | Hitz et al. | Sep 1999 | A |
5963962 | Hitz et al. | Oct 1999 | A |
5996086 | Delaney et al. | Nov 1999 | A |
5996106 | Seyyedy | Nov 1999 | A |
6101585 | Brown et al. | Aug 2000 | A |
6119244 | Schoenthal et al. | Sep 2000 | A |
6182198 | Hubis et al. | Jan 2001 | B1 |
6212531 | Blea et al. | Apr 2001 | B1 |
6341341 | Grummon et al. | Jan 2002 | B1 |
6360330 | Mutalik et al. | Mar 2002 | B1 |
6397307 | Ohran | May 2002 | B1 |
6453325 | Cabrera et al. | Sep 2002 | B1 |
6529921 | Berkowitz et al. | Mar 2003 | B1 |
6549921 | Ofek | Apr 2003 | B1 |
6591377 | Evoy | Jul 2003 | B1 |
6654912 | Viswanathan et al. | Nov 2003 | B1 |
6708227 | Cabrera et al. | Mar 2004 | B1 |
6728747 | Jenkins et al. | Apr 2004 | B1 |
6877016 | Hart et al. | Apr 2005 | B1 |
6978280 | Cochran et al. | Dec 2005 | B1 |
6981114 | Wu et al. | Dec 2005 | B1 |
20030051128 | Rodriguez et al. | Mar 2003 | A1 |
Number | Date | Country |
---|---|---|
0462917 | Dec 1991 | EP |
0492808 | Jul 1992 | EP |
0537098 | Apr 1993 | EP |
0552580 | Mar 1995 | EP |
0767431 | Apr 1997 | EP |
WO 9429796 | Dec 1994 | WO |
WO 9966401 | Dec 1999 | WO |
WO 0007104 | Feb 2000 | WO |
WO 0131446 | May 2001 | WO |
WO 0143368 | Jun 2001 | WO |
Number | Date | Country | |
---|---|---|---|
20040153736 A1 | Aug 2004 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09684487 | Oct 2000 | US |
Child | 10719699 | US |