Movatterモバイル変換


[0]ホーム

URL:


US8572338B1 - Systems and methods for creating space-saving snapshots - Google Patents

Systems and methods for creating space-saving snapshots
Download PDF

Info

Publication number
US8572338B1
US8572338B1US12/709,995US70999510AUS8572338B1US 8572338 B1US8572338 B1US 8572338B1US 70999510 AUS70999510 AUS 70999510AUS 8572338 B1US8572338 B1US 8572338B1
Authority
US
United States
Prior art keywords
thin
region
volume
provisioned
snapshot
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US12/709,995
Inventor
Shailesh Vaman Marathe
Niranjan Pendharkar
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Arctera Us LLC
Original Assignee
Symantec Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority to US12/709,995priorityCriticalpatent/US8572338B1/en
Assigned to SYMANTEC CORPORATIONreassignmentSYMANTEC CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: MARATHE, SHAILESH VAMAN, PENDHARKAR, NIRANJAN
Application filed by Symantec CorpfiledCriticalSymantec Corp
Application grantedgrantedCritical
Publication of US8572338B1publicationCriticalpatent/US8572338B1/en
Assigned to VERITAS US IP HOLDINGS LLCreassignmentVERITAS US IP HOLDINGS LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: SYMANTEC CORPORATION
Assigned to BANK OF AMERICA, N.A., AS COLLATERAL AGENTreassignmentBANK OF AMERICA, N.A., AS COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS US IP HOLDINGS LLC
Assigned to WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENTreassignmentWILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS US IP HOLDINGS LLC
Assigned to VERITAS TECHNOLOGIES LLCreassignmentVERITAS TECHNOLOGIES LLCMERGER AND CHANGE OF NAME (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS TECHNOLOGIES LLC, VERITAS US IP HOLDINGS LLC
Assigned to WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENTreassignmentWILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS TECHNOLOGIES LLC
Assigned to VERITAS US IP HOLDINGS, LLCreassignmentVERITAS US IP HOLDINGS, LLCTERMINATION AND RELEASE OF SECURITY IN PATENTS AT R/F 037891/0726Assignors: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT
Assigned to ACQUIOM AGENCY SERVICES LLC, AS ASSIGNEEreassignmentACQUIOM AGENCY SERVICES LLC, AS ASSIGNEEASSIGNMENT OF SECURITY INTEREST IN PATENT COLLATERALAssignors: BANK OF AMERICA, N.A., AS ASSIGNOR
Assigned to ARCTERA US LLCreassignmentARCTERA US LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS TECHNOLOGIES LLC
Assigned to BANK OF AMERICA, N.A., AS COLLATERAL AGENTreassignmentBANK OF AMERICA, N.A., AS COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: ARCTERA US LLC
Assigned to WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENTreassignmentWILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENTPATENT SECURITY AGREEMENTAssignors: ARCTERA US LLC
Assigned to VERITAS TECHNOLOGIES LLCreassignmentVERITAS TECHNOLOGIES LLCRELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS).Assignors: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT
Assigned to VERITAS TECHNOLOGIES LLC (F/K/A VERITAS US IP HOLDINGS LLC)reassignmentVERITAS TECHNOLOGIES LLC (F/K/A VERITAS US IP HOLDINGS LLC)RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS).Assignors: ACQUIOM AGENCY SERVICES LLC, AS COLLATERAL AGENT
Activelegal-statusCriticalCurrent
Adjusted expirationlegal-statusCritical

Links

Images

Classifications

Definitions

Landscapes

Abstract

A computer-implemented method for creating space-saving snapshots may include: 1) identifying a parent volume on which to perform a snapshot, 2) allocating at least one thin-provisioned volume for the snapshot, 3) identifying an attempt to write to a region of the parent volume, and then 4) copying the region to the thin-provisioned volume. Various other methods, systems, and computer-readable media are also disclosed.

Description

BACKGROUND
Organizations increasingly generate and use large amounts of data. In the course of managing its data, an organization may wish to back up this data while maintaining uninterrupted access to the same.
A consistent backup may require that all data within a backup reflect the state of the backed-up data at a given point in time. In order to provide a consistent backup of a volume of data (as well as uninterrupted access to write to the volume), a backup system may utilize a space-saving snapshot. Traditional technologies may create a space-saving snapshot of a volume by making a copy of a block of data on the volume whenever that block of data is about to be overwritten. Attempts to read from the snapshot may then be either directly fulfilled from the volume (if the corresponding block on the volume has not changed since the snapshot) or fulfilled from a copied block of data created for the snapshot.
In order to locate copied blocks of data when fulfilling read requests for a snapshot, traditional technologies may maintain a map that identifies the location where each copied block of data is stored. Unfortunately, maintaining such a map may degrade system performance. For example, maintaining a persistent snapshot block location map may increase the I/O load of a system. Additionally, if a cluster of systems require access to the snapshot, then synchronizing the map across various nodes within the cluster may increase I/O latency and network traffic. Accordingly, the instant disclosure identifies a need for efficiently creating space-saving snapshots.
SUMMARY
As will be described in greater detail below, the instant disclosure generally relates to systems and methods for creating space-saving snapshots by storing blocks of data copied for space-saving snapshots on thin-provisioned volumes (e.g., without maintaining a dynamic map of snapshot block locations). In one example, one or more of the various systems described herein may accomplish this task by: 1) identifying a parent volume on which to perform a snapshot, 2) allocating at least one thin-provisioned volume for the snapshot, 3) identifying an attempt to write to a region of the parent volume, and then 4) copying the region to the thin-provisioned volume.
Allocating the thin-provisioned volume for the snapshot (e.g., from a storage array) may include: 1) selecting a storage tier and then 2) allocating the thin-provisioned volume from the storage tier. Selecting the storage tier may include a variety of approaches. In some examples, selecting the storage tier may include selecting a low storage tier. Additionally or alternatively, selecting the storage tier may include selecting a user-specified storage tier.
Copying the region to the thin-provisioned volume may include copying the region to an equivalent address on the thin-provisioned volume. In some examples, the methods and systems described herein may also pre-allocate space for the region on the thin-provisioned volume before copying the region to the thin-provisioned volume. Pre-allocating space for the region may include a variety of approaches. For example, pre-allocating space for the region may include sending a request through an interface for the thin-provisioned volume to pre-allocate space for the region. Additionally or alternatively, pre-allocating space for the region may include issuing a dummy write attempt to an address of the thin-provisioned volume that is equivalent to an address of the region.
In some examples, the systems and methods described herein may also fulfill a read attempt of the region. For example, systems of the instant disclosure may: 1) identify an attempt to read the region from the snapshot, 2) determine that the region has not changed since the snapshot, and then 3) fulfill the read attempt from the parent volume. In another example, systems of the instant disclosure may: 1) identify an attempt to read the region from the snapshot, 2) determine that the region has changed since the snapshot, and then 3) fulfill the read attempt from the thin-provisioned volume.
Determining that the region has changed since the snapshot may involve a variety of approaches. For example, determining that the region has changed since the snapshot may include: 1) marking the region as changed in a tracking structure after copying the region to the thin-provisioned volume and then 2) checking the tracking structure to determine that the region has changed. Additionally or alternatively, determining that the region has changed since the snapshot may include determining that the space for the region has been allocated to the thin-provisioned volume. Determining that the space for the region has been allocated to the thin-provisioned volume may include determining that space for an address of the thin-provisioned volume that is equivalent to an address for the region has been allocated.
As will be explained below, by storing blocks of data copied for space-saving snapshots on thin-provisioned volumes, the systems and methods described herein may statically map the location of the snapshot blocks between their original location on a parent volume and a thin-provisioned volume. As such, the systems and methods described herein may reduce the I/O load on a system that may otherwise maintain persistent dynamic snapshot block location maps. Additionally, if a cluster of systems require access to the snapshot, the systems and methods described herein may eliminate the need to synchronize a snapshot block location map across various nodes within the cluster, potentially reducing I/O latency and/or network traffic.
Features from any of the above-mentioned embodiments may be used in combination with one another in accordance with the general principles described herein. These and other embodiments, features, and advantages will be more fully understood upon reading the following detailed description in conjunction with the accompanying drawings and claims.
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings illustrate a number of exemplary embodiments and are a part of the specification. Together with the following description, these drawings demonstrate and explain various principles of the instant disclosure.
FIG. 1 is a block diagram of an exemplary system for creating space-saving snapshots.
FIG. 2 is a block diagram of an additional exemplary system for creating space-saving snapshots.
FIG. 3 is a flow diagram of an exemplary method for creating space-saving snapshots.
FIG. 4 is a block diagram of an additional exemplary system for creating space-saving snapshots.
FIG. 5 is a block diagram of an exemplary procedure for creating space-saving snapshots.
FIG. 6 is a flow diagram of an additional exemplary method for creating space-saving snapshots.
FIG. 7 is a block diagram of an exemplary computing system capable of implementing one or more of the embodiments described and/or illustrated herein.
FIG. 8 is a block diagram of an exemplary computing network capable of implementing one or more of the embodiments described and/or illustrated herein.
Throughout the drawings, identical reference characters and descriptions indicate similar, but not necessarily identical, elements. While the exemplary embodiments described herein are susceptible to various modifications and alternative forms, specific embodiments have been shown by way of example in the drawings and will be described in detail herein. However, the exemplary embodiments described herein are not intended to be limited to the particular forms disclosed. Rather, the instant disclosure covers all modifications, equivalents, and alternatives falling within the scope of the appended claims.
DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS
As will be described in greater detail below, the instant disclosure generally relates to systems and methods for creating space-saving snapshots. In one example, one or more of the various systems described herein may accomplish this task by: 1) identifying a parent volume on which to perform a snapshot, 2) allocating at least one thin-provisioned volume for the snapshot, 3) identifying an attempt to write to a region of the parent volume, and then 4) copying the region to the thin-provisioned volume.
The following will provide, with reference toFIGS. 1-2 and4-5, detailed descriptions of exemplary systems for creating space-saving snapshots. Detailed descriptions of corresponding computer-implemented methods will also be provided in connection withFIGS. 3 and 6. In addition, detailed descriptions of an exemplary computing system and network architecture capable of implementing one or more of the embodiments described herein will be provided in connection withFIGS. 7 and 8, respectively.
FIG. 1 is a block diagram of anexemplary system100 for creating space-saving snapshots. As illustrated in this figure,exemplary system100 may include one ormore modules102 for performing one or more tasks. For example, and as will be explained in greater detail below,exemplary system100 may include anidentification module104 programmed to identify a parent volume on which to perform a snapshot.Exemplary system100 may also include anallocation module106 programmed to allocate at least one thin-provisioned volume for the snapshot.Exemplary system100 may also include aninterception module108 programmed to identify an attempt to write to a region of the parent volume.
In addition, and as will be described in greater detail below,exemplary system100 may include acopying module110 programmed to copy the region to the thin-provisioned volume. Although illustrated as separate elements, one or more ofmodules102 inFIG. 1 may represent portions of a single module or application.
In certain embodiments, one or more ofmodules102 inFIG. 1 may represent one or more software applications or programs that, when executed by a computing device, may cause the computing device to perform one or more tasks. For example, and as will be described in greater detail below, one or more ofmodules102 may represent software modules stored and configured to run on one or more computing devices, such as the devices illustrated inFIG. 2 (e.g.,computing system202 and/or storage array206),computing system710 inFIG. 7, and/or portions ofexemplary network architecture800 inFIG. 8. One or more ofmodules102 inFIG. 1 may also represent all or portions of one or more special-purpose computers configured to perform one or more tasks.
As illustrated inFIG. 1,exemplary system100 may also include aparent volume120.Parent volume120 may represent portions of a single volume or computing device or a plurality of volumes or computing devices. For example,parent volume120 may represent a portion ofcomputing system202 inFIG. 2,computing system710 inFIG. 7, and/or portions ofexemplary network architecture800 inFIG. 8. Alternatively,parent volume120 inFIG. 1 may represent one or more physically separate devices capable of being accessed by a computing device, such asstorage array206 inFIG. 2,computing system710 inFIG. 7, and/or portions ofexemplary network architecture800 inFIG. 8. In some embodiments,parent volume120 may include data subject to a space-saving snapshot.
Exemplary system100 inFIG. 1 may be deployed in a variety of ways. For example, all or a portion ofexemplary system100 may represent portions of a cloud-computing or network-based environment, such asexemplary system200 illustrated inFIG. 2. Cloud-computing environments may provide various services and applications via the Internet. These cloud-based services (e.g., software as a service, platform as a service, infrastructure as a service, etc.) may be accessible through a web browser or other remote interface. Various functions described herein may be provided through a remote desktop environment or any other cloud-based computing environment.
As shown inFIG. 2,system200 may include acomputing system202 in communication with astorage array206 via anetwork204. In one embodiment, and as will be described in greater detail below,modules102 fromFIG. 1 may causecomputing system202 to: 1) identify a parent volume (such as parent volume120) on which to perform a snapshot, 2) allocate at least one thin-provisioned volume (such as a thin-provisioned volume208) for the snapshot, 3) identify an attempt to write to a region of the parent volume, and then 4) copy the region to the thin-provisioned volume.
Computing system202 generally represents any type or form of computing device capable of reading computer-executable instructions. Examples ofcomputing system202 include, without limitation, laptops, desktops, servers, cellular phones, personal digital assistants (PDAs), multimedia players, embedded systems, combinations of one or more of the same,exemplary computing system710 inFIG. 7, or any other suitable computing device.
Storage array206 generally represents any type or form of computing device that is capable of provisioning a thin-provisioned volume. Examples ofstorage array206 include, without limitation, an array of hard disk drives, a virtualized storage array,primary storage device732, and/orbackup storage device733 inFIG. 7.
Network204 generally represents any medium or architecture capable of facilitating communication or data transfer. Examples ofnetwork204 include, without limitation, an intranet, a wide area network (WAN), a local area network (LAN), a storage area network (SAN), a personal area network (PAN), the Internet, power line communications (PLC), a cellular network (e.g., a GSM Network),exemplary network architecture800 inFIG. 8, or the like.Network204 may facilitate communication or data transfer using wireless or wired connections. In one embodiment,network204 may facilitate communication betweencomputing system202 andstorage array206.
FIG. 3 is a flow diagram of an exemplary computer-implementedmethod300 for creating space-saving snapshots. The steps shown inFIG. 3 may be performed by any suitable computer-executable code and/or computing system. In some embodiments, the steps shown inFIG. 3 may be performed by one or more of the components ofsystem100 inFIG. 1 and/orsystem200 inFIG. 2.
As illustrated inFIG. 3, atstep302 one or more of the systems described herein may identify a parent volume on which to perform a snapshot. For example, atstep302identification module104 fromFIG. 1 may, as part ofcomputing system202 inFIG. 2, identifyparent volume120. As used herein, the term “volume” may refer to any collection of data and/or logical unit of data and/or storage. Additionally, the term “snapshot” may refer to any representation of a volume and/or a portion of a volume in a certain state and/or point in time. In some examples, a “snapshot” may refer to a space-saving snapshot (e.g., a snapshot that references a parent volume for unchanged data).
Identification module104 may performstep302 in a variety of contexts. For example, a backup system may target the parent volume for backup. In this example, the backup system may first create a snapshot of the parent volume to provide a consistent image for the snapshot.
Identification module104 may identify the parent volume in any suitable manner. For example,identification module104 may receive a message identifying the parent volume (e.g., from a backup system, from a volume manager, etc.). Additionally or alternatively,identification module104 may read a configuration file that identifies the parent volume.
Atstep304, one or more of the systems described herein may allocate at least one thin-provisioned volume for the snapshot. For example, atstep304allocation module106 fromFIG. 1 may, as part ofcomputing system202 inFIG. 2, allocate thin-provisioned module208 (e.g., from storage array206) for the snapshot. As used herein, the term “thin-provisioned volume” may refer to any volume, logical disk, and/or logical storage unit for which storage space (e.g., from a physical storage device or array of devices) is allocated on an as-needed or just-in-time basis. In some embodiments, a thin-provisioned volume may represent more storage space than is allocated for the thin-provisioned volume (e.g., the thin-provisioned volume may represent storage space equal to the size of the parent volume).
Allocation module106 may performstep304 in any suitable manner. For example,allocation module106 may allocate the thin-provisioned volume by requesting the thin-provisioned volume from a storage array. Additionally or alternatively,allocation module106 may allocate the thin-provisioned volume by requesting the thin-provisioned volume from a volume manager (such as VERITAS VOLUME MANAGER). As will be described in greater detail below,allocation module106 may also allocate a thin-provisioned volume that is equivalent to the size of the parent volume (e.g., if the parent volume is 1 terabyte,allocation module106 may allocate a thin-provisioned volume of 1 terabyte).
In some examples,allocation module106 may allocate the thin-provisioned volume from multiple storage arrays. Additionally or alternatively,allocation module106 may allocate multiple thin-provisioned volumes. For example, the parent volume may be 10 terabytes and a storage array may provide thin-provisioned volumes up to 1 terabyte in size. In this example,allocation module106 may allocate ten thin-provisioned volumes from the storage array, with each thin-provisioned volume representing 1 terabyte of storage. As will be explained in greater detail below, the parent volume may be isomorphic with respect to the address space of the thin-provisioned volumes allocated for the snapshot of the parent volume. Accordingly, in the aboveexample allocation module106 may linearly aggregate the ten thin-provisioned volumes and statically map the parent volume to aggregated thin-provisioned volumes.
In some embodiments,allocation module106 may selectively allocate the thin-provisioned volume. For example,allocation module106 may select a storage tier and then allocate the thin-provisioned volume from the storage tier. As used herein, the term “storage tier” may refer to any classification, categorization, and/or arrangement of storage. For example, a collection of storage arrays may be arranged into tiers according to a required level of service. Storage tiers may depend on attributes of storage arrays and/or logical units provided by storage arrays. For example,allocation module106 may identify a storage tier based on the underlying storage medium (e.g., solid state drive, hard disk drive, etc.), the underlying storage configuration (e.g., striped, mirrored, etc.), or the like.
Allocation module106 may select a storage tier in a variety of ways. For example,allocation module106 may select a storage tier by selecting a user-specified storage tier (e.g., a user may configureallocation module106 to allocate the thin-provisioned volume from a certain storage tier and/or set of tiers). Additionally or alternatively,allocation module106 may select a low storage tier (e.g., a storage tier with a low anticipated level of service).
Returning toFIG. 3, atstep306 one or more of the systems described herein may identify an attempt to write to a region of the parent volume. For example, atstep306interception module108 fromFIG. 1 may, as part ofcomputing system202 inFIG. 2, identify an attempt to write to a region ofparent volume120. UsingFIG. 4 as an additional example,interception module108 may identify awrite attempt402 forparent volume120. As used herein, the term “region” may refer to any unit of storage.
Interception module108 may performstep306 in a variety of contexts. For example,interception module108 may include a portion of a file system filter driver. Accordingly,interception module108 may observe and identify attempts to write to the parent volume. Additionally or alternatively,interception module108 may receive a message from a file system filter driver identifying the attempt to write to the region.
The write attempt may include a variety of operations. For example, the write attempt may include an attempt to modify the region on the parent volume. Additionally or alternatively, the write attempt may include an attempt to delete the region on the parent volume.
Returning toFIG. 3, atstep308 one or more of the systems described herein may copy the region to the thin-provisioned volume. For example, atstep308copying module110 fromFIG. 1 may, as part ofcomputing system202 inFIG. 2, copy the region to thin-provisionedvolume208. UsingFIG. 4 as an additional example, copyingmodule110 may copy the region affected bywrite attempt402 to thin-provisionedmodule208.
Copying module110 may performstep308 in any suitable manner. For example, copyingmodule110 may copy the region to the thin-provisioned volume by copying the region to an equivalent address on the thin-provisioned volume. As used herein, the term “equivalent address” may refer to any address, location, and/or designation (such as a logical block address) that corresponds to another address (e.g., is uniformly derivable by a function, such as a bijective mapping function).
For illustrative purposes and by way of example only,FIG. 5 illustrates anexemplary system500 includingparent volume120 and thin-provisionedvolume208.Parent volume120 may include 64 regions of storage (A0-H7). Thin-provisionedvolume208 may also represent 64 regions of storage. In this example, when copyingmodule110 copies a region fromparent volume120 to thin-provisionedvolume208, copyingmodule110 may copy the region to an equivalent region. For example, copyingmodule110 may copy region C4 fromparent volume120 to a corresponding region C4 on thin-provisionedvolume208. Thin-provisionedvolume208 may accordingly allocate storage space for C4 (e.g., from a storage array, such asstorage array206 inFIG. 2).
By copying to an equivalent address on thin-provisionedvolume208, the systems and methods described herein may eliminate the need to maintain a map of the locations of copied snapshot data. As will be explained in greater detail below, a future read attempt on region C4 of the snapshot may simply read from region C4 of the thin-provisioned volume rather than referring to a separately-maintained map locating the region. This may be possible because the logical address space of the parent volume and the thin-provisioned volume may be isomorphic. In some embodiments, the block allocation size of the thin-provisioned volume may equal the block size of the snapshot mechanism in order to provide this isomorphism.
Returning to step308 ofFIG. 3, when writing to a previously unallocated region of the thin-provisioned volume, the thin-provisioned volume may normally need to allocate the region from a storage source (such as a storage array) before the writing may commence. Accordingly, in some embodiments the systems and methods described herein may pre-allocate space for the region on the thin-provisioned volume before copying the region to the thin-provisioned volume (e.g., in order to expedite the copying operation). For example, copyingmodule110 fromFIG. 1 may pre-allocate space for the region before reading the region from the parent volume (i.e., in order to copy the region).
Copying module110 may pre-allocate space for the region in any suitable manner. For example, copyingmodule110 may send a request through an interface for the thin-provisioned volume to pre-allocate space for the region (e.g., copyingmodule110 may instruct the thin-provisioned volume to allocate space for the region without writing to the region). Additionally or alternatively, copyingmodule110 may issue a dummy write attempt to an address of the thin-provisioned volume that is equivalent to an address of the region. For example, copyingmodule110 may write a block of zero characters (or any other temporary and/or irrelevant data) to the address of the thin-provisioned volume that is equivalent to the address of the region on the parent volume. Upon completion ofstep308,exemplary method300 inFIG. 3 may terminate.
FIG. 6 is a flow diagram of an exemplary computer-implementedmethod600 for creating space-saving snapshots. The steps shown inFIG. 6 may be performed by any suitable computer-executable code and/or computing system. In some embodiments, the steps shown inFIG. 6 may be performed by one or more of the components ofsystem100 inFIG. 1 and/orsystem200 inFIG. 2.
As illustrated inFIG. 6, atstep602 one or more of the systems described herein may identify an attempt to read the region from the snapshot. For example, at step602 areading module412 inFIG. 4 may, as part ofexemplary system400, identify aread attempt404.
Readingmodule412 may performstep602 in a variety of contexts. For example,reading module602 may include a portion of a volume manager. Accordingly,reading module602 may observe and identify attempts to read from the snapshot. Additionally or alternatively,interception module108 may receive a message from a volume manager identifying the attempt to read the region from the snapshot.
Atstep604, one or more of the systems described herein may determine that the region has changed since the snapshot. For example, atstep604reading module412 inFIG. 4 may, as part ofexemplary system400, determine that the region targeted byread attempt404 has changed since the snapshot.
Readingmodule412 may performstep604 in a variety of ways. For example,reading module412 may: 1) mark the region as changed in a tracking structure after copying the region to the thin-provisioned volume and later 2) check the tracking structure to determine that the region has changed. As used herein, the term “tracking structure” may refer to any data structure and/or collection of data that may indicate whether a region has changed. Examples of a tracking structure include, but are not limited to, a bitmap, a sequential log, and an indexed logmap. In some embodiments,reading module412 may mark the region after the copying operation has commenced. In other embodiments,reading module412 may mark the region after receiving information indicating that the region is to be copied.
UsingFIG. 5 as an example,exemplary system500 illustrates asnapshot510 and atracking structure520.Snapshot510 may illustrate the state ofparent volume120 at the time of the snapshot. Subsequent to the snapshot, regions E1, F1, G1, and C4 may be overwritten onparent volume120. Accordingly, in order to preserve the snapshot, copyingmodule110 may copy those regions to thin-provisionedvolume208. As each region is copied, copyingmodule110 and/orreading module412 may mark the region in trackingstructure520. Readingmodule412 may later identify a request to read region F1 from the snapshot. Readingmodule412 may accordingly checktracking structure520 and determine that region F1 has changed sincesnapshot510 was created.
Returning to step604 ofFIG. 6, in anotherexample reading module412 may determine that the region has changed since the snapshot by determining that space for the region has been allocated to the thin-provisioned volume. For example,reading module412 may access and read metadata associated with the thin-provisioned volume to determine that the region has been allocated to the thin-provisioned volume. Additionally or alternatively,reading module412 may query the thin-provisioned volume via an interface to determine that the region has been allocated to the thin-provisioned volume.
In one example,reading module412 may determine that the region has been allocated to the thin-provisioned volume by determining that space for an address of the thin-provisioned volume that is equivalent to an address for the region has been allocated. UsingFIG. 5 as an example, if readingmodule412 has identified an attempt to read from region G1 ofsnapshot510,reading module412 may determine that a corresponding region has been allocated to thin-provisionedvolume208 by determining that region G1 of thin-provisionedvolume208 has been allocated. Since a region on the thin-provisioned volume may be allocated when a region of the parent volume is overwritten after the snapshot, the allocation pattern on thin-provisionedvolume208 may be identical to what a tracking structure as described earlier may show.
Returning toFIG. 6, atstep606 one or more of the systems described herein may fulfill the read attempt from the thin-provisioned volume. For example, atstep606reading module412 inFIG. 4 may, as part ofexemplary system400, fulfill readattempt404 from thin-provisionedvolume208.
Readingmodule412 may performstep606 in any suitable manner. For example,reading module412 may simply use the same logical block address specified in the read attempt to read from the thin-provisioned volume. In some examples,reading module412 may apply a function to the logical block address of the read attempt before reading from the volume. For example, if multiple thin-provisioned volumes were allocated for the snapshot,reading module412 may determine which thin-provisioned volume the read attempt maps to and offset the logical block address by the size of each thin-provisioned volume multiplied by the number of the thin-provisioned volume. Additionally or alternatively,reading module412 may look up the correct address on the thin-provisioned volume using a static map (e.g., a look-up table that converts an address of the parent volume to an address of the thin-provisioned volume).
In some examples,reading module412 may fulfill a read attempt from the parent volume. For example,reading module412 may: 1) identify an attempt to read the region from the snapshot, 2) determine that the region has not changed since the snapshot, and then 3) fulfill the read attempt from the parent volume. As detailed above,reading module412 may identify the attempt to read the region in any suitable manner. Likewise,reading module412 may use the methods described above to determine that the region has not changed since the snapshot. Upon completion ofstep606,exemplary method600 inFIG. 6 may terminate.
The systems and methods described herein may be used in a variety of ways and a variety of contexts. For example, the systems and methods described herein may enable restoration of a primary volume from a thin-provisioned volume with immediate concurrent access to the primary volume (e.g., while data from the thin-provisioned volume is copied to the primary volume, reads may be performed via the snapshot). The systems and methods described herein may also be used to create chain-structured snapshots and/or tree-structured snapshots.
As detailed above, by storing blocks of data copied for space-saving snapshots on thin-provisioned volumes, the systems and methods described herein may statically map the location of the snapshot blocks between their original location on a parent volume and a thin-provisioned volume. As such, the systems and methods described herein may reduce the I/O load on a system that may otherwise maintain persistent dynamic snapshot block location maps. Additionally, if a cluster of systems require access to the snapshot, the systems and methods described herein may eliminate the need to synchronize a snapshot block location map across various nodes within the cluster, potentially reducing I/O latency and/or network traffic.
FIG. 7 is a block diagram of anexemplary computing system710 capable of implementing one or more of the embodiments described and/or illustrated herein.Computing system710 broadly represents any single or multi-processor computing device or system capable of executing computer-readable instructions. Examples ofcomputing system710 include, without limitation, workstations, laptops, client-side terminals, servers, distributed computing systems, handheld devices, or any other computing system or device. In its most basic configuration,computing system710 may include at least oneprocessor714 and asystem memory716.
Processor714 generally represents any type or form of processing unit capable of processing data or interpreting and executing instructions. In certain embodiments,processor714 may receive instructions from a software application or module. These instructions may causeprocessor714 to perform the functions of one or more of the exemplary embodiments described and/or illustrated herein. For example,processor714 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the identifying, allocating, selecting, copying, pre-allocating, sending, issuing, determining, marking, checking, and/or fulfilling steps described herein.Processor714 may also perform and/or be a means for performing any other steps, methods, or processes described and/or illustrated herein.
System memory716 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or other computer-readable instructions. Examples ofsystem memory716 include, without limitation, random access memory (RAM), read only memory (ROM), flash memory, or any other suitable memory device. Although not required, in certainembodiments computing system710 may include both a volatile memory unit (such as, for example, system memory716) and a non-volatile storage device (such as, for example,primary storage device732, as described in detail below). In one example, one or more ofmodules102 fromFIG. 1 may be loaded intosystem memory716.
In certain embodiments,exemplary computing system710 may also include one or more components or elements in addition toprocessor714 andsystem memory716. For example, as illustrated inFIG. 7,computing system710 may include amemory controller718, an input/output (I/O)controller720, and acommunication interface722, each of which may be interconnected via acommunication infrastructure712.Communication infrastructure712 generally represents any type or form of infrastructure capable of facilitating communication between one or more components of a computing device. Examples ofcommunication infrastructure712 include, without limitation, a communication bus (such as an ISA, PCI, PCIe, or similar bus) and a network.
Memory controller718 generally represents any type or form of device capable of handling memory or data or controlling communication between one or more components ofcomputing system710. For example, in certainembodiments memory controller718 may control communication betweenprocessor714,system memory716, and I/O controller720 viacommunication infrastructure712. In certain embodiments,memory controller718 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the steps or features described and/or illustrated herein, such as identifying, allocating, selecting, copying, pre-allocating, sending, issuing, determining, marking, checking, and/or fulfilling.
I/O controller720 generally represents any type or form of module capable of coordinating and/or controlling the input and output functions of a computing device. For example, in certain embodiments I/O controller720 may control or facilitate transfer of data between one or more elements ofcomputing system710, such asprocessor714,system memory716,communication interface722,display adapter726,input interface730, andstorage interface734. I/O controller720 may be used, for example, to perform and/or be a means for performing, either alone or in combination with other elements, one or more of the identifying, allocating, selecting, copying, pre-allocating, sending, issuing, determining, marking, checking, and/or fulfilling steps described herein. I/O controller720 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
Communication interface722 broadly represents any type or form of communication device or adapter capable of facilitating communication betweenexemplary computing system710 and one or more additional devices. For example, in certainembodiments communication interface722 may facilitate communication betweencomputing system710 and a private or public network including additional computing systems. Examples ofcommunication interface722 include, without limitation, a wired network interface (such as a network interface card), a wireless network interface (such as a wireless network interface card), a modem, and any other suitable interface. In at least one embodiment,communication interface722 may provide a direct connection to a remote server via a direct link to a network, such as the Internet.Communication interface722 may also indirectly provide such a connection through, for example, a local area network (such as an Ethernet network), a personal area network, a telephone or cable network, a cellular telephone connection, a satellite data connection, or any other suitable connection.
In certain embodiments,communication interface722 may also represent a host adapter configured to facilitate communication betweencomputing system710 and one or more additional network or storage devices via an external bus or communications channel. Examples of host adapters include, without limitation, SCSI host adapters, USB host adapters, IEEE 1394 host adapters, SATA and eSATA host adapters, ATA and PATA host adapters, Fibre Channel interface adapters, Ethernet adapters, or the like.Communication interface722 may also allowcomputing system710 to engage in distributed or remote computing. For example,communication interface722 may receive instructions from a remote device or send instructions to a remote device for execution. In certain embodiments,communication interface722 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the identifying, allocating, selecting, copying, pre-allocating, sending, issuing, determining, marking, checking, and/or fulfilling steps disclosed herein.Communication interface722 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
As illustrated inFIG. 7,computing system710 may also include at least onedisplay device724 coupled tocommunication infrastructure712 via adisplay adapter726.Display device724 generally represents any type or form of device capable of visually displaying information forwarded bydisplay adapter726. Similarly,display adapter726 generally represents any type or form of device configured to forward graphics, text, and other data from communication infrastructure712 (or from a frame buffer, as known in the art) for display ondisplay device724.
As illustrated inFIG. 7,exemplary computing system710 may also include at least oneinput device728 coupled tocommunication infrastructure712 via aninput interface730.Input device728 generally represents any type or form of input device capable of providing input, either computer or human generated, toexemplary computing system710. Examples ofinput device728 include, without limitation, a keyboard, a pointing device, a speech recognition device, or any other input device. In at least one embodiment,input device728 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the identifying, allocating, selecting, copying, pre-allocating, sending, issuing, determining, marking, checking, and/or fulfilling steps disclosed herein.Input device728 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
As illustrated inFIG. 7,exemplary computing system710 may also include aprimary storage device732 and abackup storage device733 coupled tocommunication infrastructure712 via astorage interface734.Storage devices732 and733 generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions. For example,storage devices732 and733 may be a magnetic disk drive (e.g., a so-called hard drive), a floppy disk drive, a magnetic tape drive, an optical disk drive, a flash drive, or the like.Storage interface734 generally represents any type or form of interface or device for transferring data betweenstorage devices732 and733 and other components ofcomputing system710. In one example,parent volume120 fromFIG. 1 may be stored inprimary storage device732.
In certain embodiments,storage devices732 and733 may be configured to read from and/or write to a removable storage unit configured to store computer software, data, or other computer-readable information. Examples of suitable removable storage units include, without limitation, a floppy disk, a magnetic tape, an optical disk, a flash memory device, or the like.Storage devices732 and733 may also include other similar structures or devices for allowing computer software, data, or other computer-readable instructions to be loaded intocomputing system710. For example,storage devices732 and733 may be configured to read and write software, data, or other computer-readable information.Storage devices732 and733 may also be a part ofcomputing system710 or may be a separate device accessed through other interface systems.
In certain embodiments,storage devices732 and733 may be used, for example, to perform and/or be a means for performing, either alone or in combination with other elements, one or more of the identifying, allocating, selecting, copying, pre-allocating, sending, issuing, determining, marking, checking, and/or fulfilling steps disclosed herein.Storage devices732 and733 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
Many other devices or subsystems may be connected tocomputing system710. Conversely, all of the components and devices illustrated inFIG. 7 need not be present to practice the embodiments described and/or illustrated herein. The devices and subsystems referenced above may also be interconnected in different ways from that shown inFIG. 7.Computing system710 may also employ any number of software, firmware, and/or hardware configurations. For example, one or more of the exemplary embodiments disclosed herein may be encoded as a computer program (also referred to as computer software, software applications, computer-readable instructions, or computer control logic) on a computer-readable medium. The phrase “computer-readable medium” generally refers to any form of device, carrier, or medium capable of storing or carrying computer-readable instructions. Examples of computer-readable media include, without limitation, transmission-type media, such as carrier waves, and physical media, such as magnetic-storage media (e.g., hard disk drives and floppy disks), optical-storage media (e.g., CD- or DVD-ROMs), electronic-storage media (e.g., solid-state drives and flash media), and other distribution systems.
The computer-readable medium containing the computer program may be loaded intocomputing system710. All or a portion of the computer program stored on the computer-readable medium may then be stored insystem memory716 and/or various portions ofstorage devices732 and733. When executed byprocessor714, a computer program loaded intocomputing system710 may causeprocessor714 to perform and/or be a means for performing the functions of one or more of the exemplary embodiments described and/or illustrated herein. Additionally or alternatively, one or more of the exemplary embodiments described and/or illustrated herein may be implemented in firmware and/or hardware. For example,computing system710 may be configured as an application specific integrated circuit (ASIC) adapted to implement one or more of the exemplary embodiments disclosed herein.
FIG. 8 is a block diagram of anexemplary network architecture800 in whichclient systems810,820, and830 andservers840 and845 may be coupled to anetwork850.Client systems810,820, and830 generally represent any type or form of computing device or system, such asexemplary computing system710 inFIG. 7. In one example,client system810 may includesystem100 fromFIG. 1.
Similarly,servers840 and845 generally represent computing devices or systems, such as application servers or database servers, configured to provide various database services and/or run certain software applications.Network850 generally represents any telecommunication or computer network including, for example, an intranet, a wide area network (WAN), a local area network (LAN), a personal area network (PAN), or the Internet.
As illustrated inFIG. 8, one or more storage devices860(1)-(N) may be directly attached toserver840. Similarly, one or more storage devices870(1)-(N) may be directly attached toserver845. Storage devices860(1)-(N) and storage devices870(1)-(N) generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions. In certain embodiments, storage devices860(1)-(N) and storage devices870(1)-(N) may represent network-attached storage (NAS) devices configured to communicate withservers840 and845 using various protocols, such as NFS, SMB, or CIFS.
Servers840 and845 may also be connected to a storage area network (SAN)fabric880.SAN fabric880 generally represents any type or form of computer network or architecture capable of facilitating communication between a plurality of storage devices.SAN fabric880 may facilitate communication betweenservers840 and845 and a plurality of storage devices890(1)-(N) and/or anintelligent storage array895.SAN fabric880 may also facilitate, vianetwork850 andservers840 and845, communication betweenclient systems810,820, and830 and storage devices890(1)-(N) and/orintelligent storage array895 in such a manner that devices890(1)-(N) andarray895 appear as locally attached devices toclient systems810,820, and830. As with storage devices860(1)-(N) and storage devices870(1)-(N), storage devices890(1)-(N) andintelligent storage array895 generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions.
In certain embodiments, and with reference toexemplary computing system710 ofFIG. 7, a communication interface, such ascommunication interface722 inFIG. 7, may be used to provide connectivity between eachclient system810,820, and830 andnetwork850.Client systems810,820, and830 may be able to access information onserver840 or845 using, for example, a web browser or other client software. Such software may allowclient systems810,820, and830 to access data hosted byserver840,server845, storage devices860(1)-(N), storage devices870(1)-(N), storage devices890(1)-(N), orintelligent storage array895. AlthoughFIG. 8 depicts the use of a network (such as the Internet) for exchanging data, the embodiments described and/or illustrated herein are not limited to the Internet or any particular network-based environment.
In at least one embodiment, all or a portion of one or more of the exemplary embodiments disclosed herein may be encoded as a computer program and loaded onto and executed byserver840,server845, storage devices860(1)-(N), storage devices870(1)-(N), storage devices890(1)-(N),intelligent storage array895, or any combination thereof. All or a portion of one or more of the exemplary embodiments disclosed herein may also be encoded as a computer program, stored inserver840, run byserver845, and distributed toclient systems810,820, and830 overnetwork850. Accordingly,network architecture800 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the identifying, allocating, selecting, copying, pre-allocating, sending, issuing, determining, marking, checking, and/or fulfilling steps disclosed herein.Network architecture800 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
As detailed above,computing system710 and/or one or more components ofnetwork architecture800 may perform and/or be a means for performing, either alone or in combination with other elements, one or more steps of an exemplary method for creating space-saving snapshots.
While the foregoing disclosure sets forth various embodiments using specific block diagrams, flowcharts, and examples, each block diagram component, flowchart step, operation, and/or component described and/or illustrated herein may be implemented, individually and/or collectively, using a wide range of hardware, software, or firmware (or any combination thereof) configurations. In addition, any disclosure of components contained within other components should be considered exemplary in nature since many other architectures can be implemented to achieve the same functionality.
The process parameters and sequence of steps described and/or illustrated herein are given by way of example only and can be varied as desired. For example, while the steps illustrated and/or described herein may be shown or discussed in a particular order, these steps do not necessarily need to be performed in the order illustrated or discussed. The various exemplary methods described and/or illustrated herein may also omit one or more of the steps described or illustrated herein or include additional steps in addition to those disclosed.
While various embodiments have been described and/or illustrated herein in the context of fully functional computing systems, one or more of these exemplary embodiments may be distributed as a program product in a variety of forms, regardless of the particular type of computer-readable media used to actually carry out the distribution. The embodiments disclosed herein may also be implemented using software modules that perform certain tasks. These software modules may include script, batch, or other executable files that may be stored on a computer-readable storage medium or in a computing system. In some embodiments, these software modules may configure a computing system to perform one or more of the exemplary embodiments disclosed herein.
In addition, one or more of the modules described herein may transform data, physical devices, and/or representations of physical devices from one form to another. For example, one or more of the modules described herein may transform a thin-provisioned volume into an efficient mechanism for providing space-saving snapshots.
The preceding description has been provided to enable others skilled in the art to best utilize various aspects of the exemplary embodiments disclosed herein. This exemplary description is not intended to be exhaustive or to be limited to any precise form disclosed. Many modifications and variations are possible without departing from the spirit and scope of the instant disclosure. The embodiments disclosed herein should be considered in all respects illustrative and not restrictive. Reference should be made to the appended claims and their equivalents in determining the scope of the instant disclosure.
Unless otherwise noted, the terms “a” or “an,” as used in the specification and claims, are to be construed as meaning “at least one of.” In addition, for ease of use, the words “including” and “having,” as used in the specification and claims, are interchangeable with and have the same meaning as the word “comprising.”

Claims (18)

What is claimed is:
1. A computer-implemented method for creating space-saving snapshots, at least a portion of the method being performed by a computing device comprising at least one processor, the method comprising:
identifying a parent volume on which to perform a snapshot;
allocating at least one thin-provisioned volume for the snapshot, wherein the thin-provisioned volume logically presents more storage space than is physically allocated to the thin-provisioned volume;
identifying an attempt to write to a region of the parent volume;
copying the region to a logical address on the thin-provisioned volume that is equivalent to the region's logical address on the parent volume without maintaining a dynamic map between the parent volume and the thin-provisioned volume that identifies the logical address of the copied region on the thin-provisioned volume;
wherein the logical address space of the parent volume and the logical address space of the thin-provisioned volume are isomorphic.
2. The computer-implemented method ofclaim 1, further comprising:
identifying an attempt to read the region from the snapshot;
determining that the region has changed since the snapshot;
fulfilling the read attempt from the thin-provisioned volume.
3. The computer-implemented method ofclaim 2, wherein determining that the region has changed since the snapshot comprises:
marking the region as changed in a tracking structure after copying the region to the thin-provisioned volume;
checking the tracking structure to determine that the region has changed.
4. The computer-implemented method ofclaim 2, wherein determining that the region has changed since the snapshot comprises determining that space for the region has been allocated to the thin-provisioned volume.
5. The computer-implemented method ofclaim 4, wherein determining that space for the region has been allocated to the thin-provisioned volume comprises determining that space for the logical address on the thin-provisioned volume that is equivalent to the region's logical address on the parent volume has been allocated.
6. The computer-implemented method ofclaim 1, further comprising:
identifying an attempt to read the region from the snapshot;
determining that the region has not changed since the snapshot;
fulfilling the read attempt from the parent volume.
7. The computer-implemented method ofclaim 1, further comprising pre-allocating space for the region on the thin-provisioned volume before copying the region to the thin-provisioned volume.
8. The computer-implemented method ofclaim 7, wherein pre-allocating space for the region on the thin-provisioned volume comprises sending a request through an interface for the thin-provisioned volume to pre-allocate space for the region.
9. The computer-implemented method ofclaim 7, wherein pre-allocating space for the region on the thin-provisioned volume comprises issuing a dummy write attempt to the logical address on the thin-provisioned volume that is equivalent to the region's logical address on the parent volume.
10. The computer-implemented method ofclaim 1, wherein allocating the thin-provisioned volume for the snapshot comprises:
selecting a storage tier;
allocating the thin-provisioned volume from the storage tier.
11. The computer-implemented method ofclaim 10, wherein selecting the storage tier comprises selecting a low storage tier.
12. The computer-implemented method ofclaim 10, wherein selecting the storage tier comprises selecting a user-specified storage tier.
13. A system for creating space-saving snapshots, the system comprising:
an identification module programmed to identify a parent volume on which to perform a snapshot;
an allocation module programmed to allocate at least one thin-provisioned volume for the snapshot, wherein the thin-provisioned volume logically presents more storage space than is physically allocated to the thin-provisioned volume;
an interception module programmed to identify an attempt to write to a region of the parent volume;
a copying module programmed to copy the region to a logical address on the thin-provisioned volume that is equivalent to the region's logical address on the parent volume without maintaining a dynamic map between the parent volume and the thin-provisioned volume that identifies the logical address of the copied region on the thin-provisioned volume;
wherein the logical address space of the parent volume and the logical address space of the thin-provisioned volume are isomorphic;
at least one processor configured to execute the identification module, the allocation module, the interception module, and the copying module.
14. The system ofclaim 13, further comprising a reading module programmed to:
identify an attempt to read the region from the snapshot;
determine that the region has changed since the snapshot;
fulfill the read attempt from the thin-provisioned volume.
15. The system ofclaim 14, wherein the reading module is programmed to determine that the region has changed since the snapshot by:
marking the region as changed in a tracking structure after copying the region to the thin-provisioned volume;
checking the tracking structure to determine that the region has changed.
16. The system ofclaim 14, wherein the reading module is programmed to determine that the region has changed since the snapshot by determining that space for the region has been allocated to the thin-provisioned volume.
17. The system ofclaim 16, wherein the reading module is programmed to determine that space for the region has been allocated to the thin-provisioned volume by determining that space for the logical address on the thin-provisioned volume that is equivalent to the region's logical address on the parent volume has been allocated.
18. A non-transitory computer-readable-storage medium comprising computer-executable instructions that, when executed by at least one processor of a computing device, cause the computing device to:
identify a parent volume on which to perform a snapshot;
allocate at least one thin-provisioned volume for the snapshot, wherein the thin-provisioned volume logically presents more storage space than is physically allocated to the thin-provisioned volume;
identify an attempt to write to a region of the parent volume;
copy the region to a logical address on the thin-provisioned volume that is equivalent to the region's logical address on the parent volume without maintaining a dynamic map between the parent volume and the thin-provisioned volume that identifies the logical address of the copied region on the thin-provisioned volume;
wherein the logical address space of the parent volume and the logical address space of the thin-provisioned volume are isomorphic.
US12/709,9952010-02-222010-02-22Systems and methods for creating space-saving snapshotsActive2030-09-27US8572338B1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US12/709,995US8572338B1 (en)2010-02-222010-02-22Systems and methods for creating space-saving snapshots

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
US12/709,995US8572338B1 (en)2010-02-222010-02-22Systems and methods for creating space-saving snapshots

Publications (1)

Publication NumberPublication Date
US8572338B1true US8572338B1 (en)2013-10-29

Family

ID=49448755

Family Applications (1)

Application NumberTitlePriority DateFiling Date
US12/709,995Active2030-09-27US8572338B1 (en)2010-02-222010-02-22Systems and methods for creating space-saving snapshots

Country Status (1)

CountryLink
US (1)US8572338B1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20140215149A1 (en)*2013-01-312014-07-31Lsi CorporationFile-system aware snapshots of stored data
US9009437B1 (en)*2011-06-202015-04-14Emc CorporationTechniques for shared data storage provisioning with thin devices
US9052830B1 (en)*2011-06-302015-06-09Emc CorporationTechniques for automated evaluation and movement of data between storage tiers for thin devices
US20150363413A1 (en)*2014-05-302015-12-17International Business Machines CorporationTechniques for enabling coarse-grained volume snapshots for virtual machine backup and restore
US20160048428A1 (en)*2013-09-042016-02-18DataGravity, Inc.Thin provisioned clone
US20160139815A1 (en)*2014-11-142016-05-19Netapp, IncJust-in-time remote data storage allocation
US9798494B2 (en)*2015-01-302017-10-24International Business Machines CorporationPreallocating storage space for an application operation in a space efficient volume
US9804778B2 (en)*2015-01-302017-10-31International Business Machines CorporationPreallocating storage space for an application operation in a space efficient volume
US10152234B1 (en)*2017-04-252018-12-11EMC IP Holding Company LLCVirtual volume virtual desktop infrastructure implementation using a primary storage array lacking data deduplication capability

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20070156957A1 (en)*2006-01-032007-07-05Emc CorporationMethods, systems, and computer program products for dynamic mapping of logical units in a redundant array of inexpensive disks (RAID) environment
US7373366B1 (en)*2005-06-102008-05-13American Megatrends, Inc.Method, system, apparatus, and computer-readable medium for taking and managing snapshots of a storage volume
US7395378B1 (en)*2005-01-042008-07-01Symantec Operating CorporationSystem and method for updating a copy-on-write snapshot based on a dirty region log
US20090204650A1 (en)*2007-11-152009-08-13Attune Systems, Inc.File Deduplication using Copy-on-Write Storage Tiers
US7631156B2 (en)*2006-03-152009-12-08Hitachi, Ltd.Storage system issuing optimum I/O command to allocation-on-use enabled volume and controlling method therefor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7395378B1 (en)*2005-01-042008-07-01Symantec Operating CorporationSystem and method for updating a copy-on-write snapshot based on a dirty region log
US7373366B1 (en)*2005-06-102008-05-13American Megatrends, Inc.Method, system, apparatus, and computer-readable medium for taking and managing snapshots of a storage volume
US20070156957A1 (en)*2006-01-032007-07-05Emc CorporationMethods, systems, and computer program products for dynamic mapping of logical units in a redundant array of inexpensive disks (RAID) environment
US7631156B2 (en)*2006-03-152009-12-08Hitachi, Ltd.Storage system issuing optimum I/O command to allocation-on-use enabled volume and controlling method therefor
US20090204650A1 (en)*2007-11-152009-08-13Attune Systems, Inc.File Deduplication using Copy-on-Write Storage Tiers

Cited By (16)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9009437B1 (en)*2011-06-202015-04-14Emc CorporationTechniques for shared data storage provisioning with thin devices
US9052830B1 (en)*2011-06-302015-06-09Emc CorporationTechniques for automated evaluation and movement of data between storage tiers for thin devices
US9785353B1 (en)*2011-06-302017-10-10EMC IP Holding Company LLCTechniques for automated evaluation and movement of data between storage tiers for thin devices
US20140215149A1 (en)*2013-01-312014-07-31Lsi CorporationFile-system aware snapshots of stored data
US20160048428A1 (en)*2013-09-042016-02-18DataGravity, Inc.Thin provisioned clone
US9575991B2 (en)*2014-05-302017-02-21International Business Machines CorporationEnabling coarse-grained volume snapshots for virtual machine backup and restore
US9477683B2 (en)2014-05-302016-10-25International Business Machines CorporationTechniques for enabling coarse-grained volume snapshots for virtual machine backup and restore
US20150363413A1 (en)*2014-05-302015-12-17International Business Machines CorporationTechniques for enabling coarse-grained volume snapshots for virtual machine backup and restore
US9507526B2 (en)*2014-11-142016-11-29Netapp, Inc.Just-in time remote data storage allocation
US20160139815A1 (en)*2014-11-142016-05-19Netapp, IncJust-in-time remote data storage allocation
US9740421B2 (en)2014-11-142017-08-22Netapp, Inc.Just-in-time remote data storage allocation
US9798494B2 (en)*2015-01-302017-10-24International Business Machines CorporationPreallocating storage space for an application operation in a space efficient volume
US9804778B2 (en)*2015-01-302017-10-31International Business Machines CorporationPreallocating storage space for an application operation in a space efficient volume
US10156989B2 (en)2015-01-302018-12-18International Business Machines CorporationPreallocating storage space for an application operation in a space efficient volume
US10168906B2 (en)2015-01-302019-01-01International Business Machines CorporationPreallocating storage space for an application operation in a space efficient volume
US10152234B1 (en)*2017-04-252018-12-11EMC IP Holding Company LLCVirtual volume virtual desktop infrastructure implementation using a primary storage array lacking data deduplication capability

Similar Documents

PublicationPublication DateTitle
US8572338B1 (en)Systems and methods for creating space-saving snapshots
US9122692B1 (en)Systems and methods for reducing file-system fragmentation when restoring block-level backups utilizing an identification module, an optimization module, and a restore module
US8984027B1 (en)Systems and methods for migrating files to tiered storage systems
US9965224B2 (en)Systems and methods for enabling replication targets to reclaim unused storage space on thin-provisioned storage systems
US8966188B1 (en)RAM utilization in a virtual environment
US8924353B1 (en)Systems and methods for copying database files
US8683156B2 (en)Format-preserving deduplication of data
US8224874B2 (en)Systems and methods for removing unreferenced data segments from deduplicated data systems
US8600935B1 (en)Systems and methods for achieving file-level data-protection operations using block-level technologies
US8874522B2 (en)Managing backups of data objects in containers
US9354907B1 (en)Optimized restore of virtual machine and virtual disk data
US8555278B2 (en)Method and system for migrating a selected set of virtual machines between volumes
US8244679B1 (en)Systems and methods for using single-instance-storage information to reclaim storage space occupied by archived data elements
US9785643B1 (en)Systems and methods for reclaiming storage space in deduplicating data systems
US8983899B1 (en)Systems and methods for archiving files in distributed replication environments
US8881144B1 (en)Systems and methods for reclaiming storage space from virtual machine disk images
US11989159B2 (en)Hybrid snapshot of a global namespace
US9311242B1 (en)Systems and methods for enabling write-back-cache aware snapshot creation
US8595454B1 (en)System and method for caching mapping information for off-host backups
US9251020B1 (en)Systems and methods for file-level replication
US8549223B1 (en)Systems and methods for reclaiming storage space on striped volumes
US8565545B1 (en)Systems and methods for restoring images
US11455114B1 (en)Consolidation and migration of cloud data
US8972351B1 (en)Systems and methods for creating selective snapshots
US8612702B1 (en)Systems and methods for performing optimized backups of multiple volumes

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:SYMANTEC CORPORATION, CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PENDHARKAR, NIRANJAN;MARATHE, SHAILESH VAMAN;REEL/FRAME:023970/0993

Effective date:20100222

STCFInformation on status: patent grant

Free format text:PATENTED CASE

ASAssignment

Owner name:VERITAS US IP HOLDINGS LLC, CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SYMANTEC CORPORATION;REEL/FRAME:037697/0412

Effective date:20160129

ASAssignment

Owner name:WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT, CONNECTICUT

Free format text:SECURITY INTEREST;ASSIGNOR:VERITAS US IP HOLDINGS LLC;REEL/FRAME:037891/0726

Effective date:20160129

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

Free format text:SECURITY INTEREST;ASSIGNOR:VERITAS US IP HOLDINGS LLC;REEL/FRAME:037891/0001

Effective date:20160129

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

Free format text:SECURITY INTEREST;ASSIGNOR:VERITAS US IP HOLDINGS LLC;REEL/FRAME:037891/0001

Effective date:20160129

Owner name:WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATE

Free format text:SECURITY INTEREST;ASSIGNOR:VERITAS US IP HOLDINGS LLC;REEL/FRAME:037891/0726

Effective date:20160129

ASAssignment

Owner name:VERITAS TECHNOLOGIES LLC, CALIFORNIA

Free format text:MERGER AND CHANGE OF NAME;ASSIGNORS:VERITAS US IP HOLDINGS LLC;VERITAS TECHNOLOGIES LLC;REEL/FRAME:038455/0752

Effective date:20160329

FPAYFee payment

Year of fee payment:4

ASAssignment

Owner name:WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT, DELAWARE

Free format text:SECURITY INTEREST;ASSIGNOR:VERITAS TECHNOLOGIES LLC;REEL/FRAME:054370/0134

Effective date:20200820

ASAssignment

Owner name:VERITAS US IP HOLDINGS, LLC, CALIFORNIA

Free format text:TERMINATION AND RELEASE OF SECURITY IN PATENTS AT R/F 037891/0726;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT;REEL/FRAME:054535/0814

Effective date:20201127

MAFPMaintenance fee payment

Free format text:PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment:8

ASAssignment

Owner name:ACQUIOM AGENCY SERVICES LLC, AS ASSIGNEE, COLORADO

Free format text:ASSIGNMENT OF SECURITY INTEREST IN PATENT COLLATERAL;ASSIGNOR:BANK OF AMERICA, N.A., AS ASSIGNOR;REEL/FRAME:069440/0084

Effective date:20241122

ASAssignment

Owner name:ARCTERA US LLC, CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:VERITAS TECHNOLOGIES LLC;REEL/FRAME:069548/0468

Effective date:20241206

ASAssignment

Owner name:WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT, MINNESOTA

Free format text:PATENT SECURITY AGREEMENT;ASSIGNOR:ARCTERA US LLC;REEL/FRAME:069585/0150

Effective date:20241209

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

Free format text:SECURITY INTEREST;ASSIGNOR:ARCTERA US LLC;REEL/FRAME:069563/0243

Effective date:20241209

ASAssignment

Owner name:VERITAS TECHNOLOGIES LLC, CALIFORNIA

Free format text:RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT;REEL/FRAME:069634/0584

Effective date:20241209

ASAssignment

Owner name:VERITAS TECHNOLOGIES LLC (F/K/A VERITAS US IP HOLDINGS LLC), CALIFORNIA

Free format text:RELEASE BY SECURED PARTY;ASSIGNOR:ACQUIOM AGENCY SERVICES LLC, AS COLLATERAL AGENT;REEL/FRAME:069712/0090

Effective date:20241209

MAFPMaintenance fee payment

Free format text:PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment:12


[8]ページ先頭

©2009-2025 Movatter.jp