BACKGROUNDOrganizations 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.
SUMMARYAs 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 DRAWINGSThe 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 EMBODIMENTSAs 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.”