System and method for maintaining consistent points in file systems using a prime dependency list

US9996540B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9996540-B2
Application numberUS-201113077790-A
CountryUS
Kind codeB2
Filing dateMar 31, 2011
Priority dateMar 31, 2011
Publication dateJun 12, 2018
Grant dateJun 12, 2018

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

According to one embodiment, a request is received for obtaining a consistent point of data stored in a file system of a storage system having a plurality of storage units. In response to the request, retrieving a prime dependency list from a first prime segment stored in a first of the storage units, where the prime dependency list includes information identifying at least a second prime segment stored in a second of the storage units. The first and second prime segments collectively form a prime segment representing a consistent view of the file system. Each of the prime segments listed in the prime dependency list is ascertained in an attempt to generate the consistent point of data.

First claim

Opening claim text (preview).

What is claimed is: 1. A computer-implemented method for maintaining a consistent point of a file system, the method comprising: receiving a request, by an archiver loaded in a memory and executed by a processor of a storage system having a plurality of storage units, to determine a consistent point of data stored in a file system of the storage system, wherein a first of the plurality of the storage units is an active storage unit that stores a first prime segment, and a second of the plurality of storage units is an archive storage unit that stores a second prime segment, wherein the first prime segment and the second prime segment collectively represent a first consistent view of the file system, wherein the first prime segment is a latest prime segment that was written to the active storage unit after the second prime segment was written to the archive storage unit; in response to the request, retrieving by the processor, from the latest prime segment, a prime dependency list that includes information identifying all prime segments that collectively represent the first consistent view of the file system, the prime dependency list including information identifying the first prime segment stored in the active storage unit and information identifying the second prime segment stored in the archive storage unit, wherein the first and second prime segments are identified by a first prime segment identifier (ID) and a second prime segment ID, respectively, wherein the first and second prime segment IDs collectively identify a prime representing the first consistent view of the file system, wherein the active storage unit and the archive storage unit are separate physical storage units; ascertaining, by the processor, each of the prime segments listed in the prime dependency list in an attempt to determine the consistent point of data, wherein the consistent point of data is a file system state which provides a valid view of the data at a point in time of the file system for restoration of the file system back to a prior known state, wherein the consistent point of data includes a first prime segment stored in the first storage unit and a second prime segment stored in the second storage unit, wherein the prime dependency list comprises a first entry and a second entry, wherein the first entry includes the first prime segment ID associated with a first storage unit ID that identifies the first storage unit, and wherein the second entry includes the second prime segment ID associated with a second storage unit ID that identifies the second storage unit, wherein the first storage unit stores a plurality of files that are backed up from a plurality of clients, wherein the second storage unit periodically archives at least a portion of the files by migrating the files from the first storage unit, while the first storage unit receives fresh backup data from the clients, and wherein the prime dependency list is used to identify the archived files stored in the second storage unit in order to identify all files corresponding to a particular consistent point of a file system stored both in the first storage unit and the second storage unit such that the first and the second portions of the consistent point of data do not need to reside on the same storage unit; and restoring the file system back to a prior known state based on the identified first and second prime segments of the prime dependent list, including parsing the prime dependency list to determine storage units containing the first and second prime segments to retrieve the first and second prime segments. 2. The method of claim 1 , wherein the first and second prime segment IDs represent different versions of the prime. 3. The method of claim 2 , wherein the first and second prime segment IDs were determined based on a sequence order in which the first and second prime segments were written. 4. The method of claim 1 , wherein ascertaining each of the prime segments comprises: verifying each of the prime segments listed in the prime dependency list in their respective storage units; and identifying the prime represented by the prime segments listed in the prime dependency list as an installable prime if each of the prime segments has been verified. 5. The method of claim 4 , wherein the installable prime can be used to construct the consistent point of data of the file system. 6. The method of claim 1 , further comprising: receiving a second request to write a second prime to the first and second storage units, the second prime being identified by a third prime segment ID; in response to the second request, generating a second prime dependency list including the third prime segment ID associated with the first and second storage units; and writing a third prime segment to at least the first storage unit, wherein the third prime segment includes the second prime dependency list. 7. The method of claim 6 , wherein the second prime dependency list comprises a first entry and a second entry, wherein the first entry includes the third prime segment ID and a first storage unit ID that identifies the first storage unit, and wherein the second entry includes the third prime segment ID and a second storage unit ID that identifies the second storage unit. 8. A non-transitory computer-readable storage medium having instructions stored therein, which when executed by a computer, cause the computer to perform operations comprising: receiving a request, by an archiver loaded in a memory and executed by a processor of a storage system having a plurality of storage units, to determine a consistent point of data stored in a file system of the storage system, wherein a first of the plurality of the storage units is an active storage unit that stores a first prime segment, and a second of the plurality of storage units is an archive storage unit that stores a second prime segment, wherein the first prime segment and the second prime segment collectively represent a first consistent view of the file system, wherein the first prime segment is a latest prime segment that was written to the active storage unit after the second prime segment was written to the archive storage unit; in response to the request, retrieving by the processor, from the latest prime segment, a prime dependency list that includes information identifying all prime segments that collectively represent the first consistent view of the file system, the prime dependency list including information identifying the first prime segment stored in the active storage unit and information identifying the second prime segment stored in the archive storage unit, wherein the first and second prime segments are identified by a first prime segment identifier (ID) and a second prime segment ID, respectively, wherein the first and second prime segment IDs collectively identify a prime representing the first consistent view of the file system, wherein the active storage unit and the archive storage unit are separate physical storage units; ascertaining, by the processor, each of the prime segments listed in the prime dependency list in an attempt to determine the consistent point of data, wherein the consistent point of data is a file system state which provides a valid view of the data at a point in time of the file system for restoration of the file system back to a prior known state, wherein the consistent point of data includes a first prime segment stored in the first storage unit and a second prime segment stored in the second storage unit, wherein the prime dependency list comprises a first entry and a second entry, wherein the first entry includes the first prime segment ID associated with a first storage unit ID that identifies the first storage unit, and wherein the second entr

Assignees

Inventors

Classifications

  • Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor · CPC title

  • G06F16/13Primary

    File access structures, e.g. distributed indices (arrangements of input from, or output to, record carriers G06F3/06) · CPC title

  • Details of file system snapshots on the file-level, e.g. snapshot creation, administration, deletion (error detection or correction of the data by redundancy in operations or in hardware G06F11/14, G06F11/16) · CPC title

  • Append-only file systems, e.g. using logs or journals to store data · CPC title

  • Versioning file systems, temporal file systems, e.g. file system supporting different historic versions of files · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9996540B2 cover?
According to one embodiment, a request is received for obtaining a consistent point of data stored in a file system of a storage system having a plurality of storage units. In response to the request, retrieving a prime dependency list from a first prime segment stored in a first of the storage units, where the prime dependency list includes information identifying at least a second prime segme…
Who is the assignee on this patent?
Mitra Soumyadeb, Hsu Windsor W, Emc Ip Holding Co Llc
What technology area does this patent fall under?
Primary CPC classification G06F16/13. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jun 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).