US20120240110A1 - Optimized deployment and replication of virtual machines - Google Patents

Optimized deployment and replication of virtual machines Download PDF

Info

Publication number
US20120240110A1
US20120240110A1 US13/048,909 US201113048909A US2012240110A1 US 20120240110 A1 US20120240110 A1 US 20120240110A1 US 201113048909 A US201113048909 A US 201113048909A US 2012240110 A1 US2012240110 A1 US 2012240110A1
Authority
US
United States
Prior art keywords
host
image
clones
manifest
definition
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.)
Granted
Application number
US13/048,909
Other versions
US8793684B2 (en
Inventor
David Breitgand
Irit Loy
Kenneth Nagin
Benny Rochwerger
Ezra Silvera
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US13/048,909 priority Critical patent/US8793684B2/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SILVERA, EZRA, BREITGAND, DAVID, ROCHWERGER, BENNY, LOY, IRIT, NAGIN, KENNETH
Publication of US20120240110A1 publication Critical patent/US20120240110A1/en
Priority to US14/050,365 priority patent/US9929931B2/en
Application granted granted Critical
Publication of US8793684B2 publication Critical patent/US8793684B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/16Threshold monitoring
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/101Server selection for load balancing based on network conditions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/4557Distribution of virtual machine instances; Migration and load balancing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45575Starting, stopping, suspending or resuming virtual machine instances
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request

Definitions

  • the disclosed subject matter relates generally to optimizing the deployment and replication of virtual machines in a network environment.
  • shared computing resources are provided to computing systems and other devices connected to the network, on demand, by way of deploying one or more virtual machines (VMs).
  • VMs virtual machines
  • a VM generally, runs as a software application and supports the related services to provide a platform-independent programming environment that abstracts away details of the underlying hardware or operating system for the party requesting the respective services.
  • VMs are typically provided by a management layer being part of the network architecture.
  • the management layer downloads VM images from a remote repository to a local storage medium that is shared with the virtualization platform.
  • the management layer then deploys the VM by executing the image stored at the locally shared storage medium.
  • the virtualization hosting platform is a passive recipient of the VM image until the point in time when the image is remotely deployed by the management layer.
  • the virtualization platform's primary function is to provide an abstraction of physical resources to the remotely located management layer. It is desirable to allocate storage for VM provisioning at the virtualization platform host level, especially when the management layer is not well suited to exploit host-level services and techniques such as local caching or near storage VM cloning.
  • An exemplary method comprises notifying a host to download a master copy of a VM image from a remotely located network storage device, in response to a service provider providing a definition manifest for a service request supported by the VM, wherein the host deploys the VM directly from the VM image downloaded to a storage medium locally connected to the host machine, wherein deployment of the VM allows the host to locally service the service request associated with the definition manifest, wherein the host replicates copies of the VM image, in response to receiving additional service requests to create one or more VM clones; wherein the host customizes the one or more VM clones based on the definition manifest.
  • a system comprising one or more logic units.
  • the one or more logic units are configured to perform the functions and operations associated with the above-disclosed methods.
  • a computer program product comprising a computer readable storage medium having a computer readable program is provided. The computer readable program when executed on a computer causes the computer to perform the functions and operations associated with the above-disclosed methods.
  • FIGS. 1 and 2 respectively illustrate an exemplary operating environment and an exemplary method in accordance with one or more embodiments, wherein a host platform is configured to service a plurality of requests.
  • FIG. 3A illustrates a centralized service provider, in accordance with one or more embodiments.
  • FIG. 3B illustrates a distributed caching environment configured with shared network storage and local storage, according to one or more embodiments.
  • FIGS. 3C to 3F illustrate an exemplary scenario involving a host-based parallel and distributed provisioning of an elastic application, in accordance with one embodiment.
  • FIGS. 4A and 4B are block diagrams of hardware and software environments in which the disclosed systems and methods may operate, in accordance with one or more embodiments.
  • FIG. 5A depicts a cloud computing node according to one embodiment.
  • FIG. 5B depicts a cloud computing environment according to one embodiment.
  • a service provider 120 is in communication with a virtualization platform host 110 (hereafter host 110 ) by way of a public network 130 (hereafter network 130 ).
  • Service provider 120 may be implemented, for example, over a platform that supports Infrastructure as a Service (IaaS)).
  • IaaS delivers computing infrastructure—typically a platform virtualization environment—as a service.
  • the hosting platform may be implemented over any type of virtualization infrastructure (e.g., XEN, KVM, PHYPE etc.).
  • Service provider 120 is in communication with a site management 160 by way of network 130 .
  • the site management 160 may be in communication with host 110 over an IaaS's private network (not shown).
  • the host 110 accesses the network storage 140 by way of network 130 .
  • service provider 120 stores, in a network storage device 140 , at least one VM master image 145 (S 210 ), where said VM master image may be utilized for the applications (i.e., services) that are to be provisioned as a VM 114 on host 110 .
  • the service provider 120 may specify the applications' components (i.e., images and digests) in a service definition manifest.
  • Site management 160 receives service definition manifest from service provider 120 and passes it or parts of it, to the host 110 (S 220 ) and causes the VM 114 to be hosted on host 110 .
  • Local storage device 130 may be a direct-attached storage (DAS) device (i.e., a digital storage system directly attached to the host, without a storage network in between), whereas a shared storage may be connected to host 110 via a storage area network (SAN) or a network attached storage (NAS) device, depending on implementation.
  • DAS direct-attached storage
  • SAN storage area network
  • NAS network attached storage
  • host 110 stores (e.g., caches) a copy of VM master image 145 on local storage device 130 .
  • a copy of the VM master image 145 may be cached in a shared site storage by host 110 .
  • the host 110 instead of site management 160 , handles the responsibility for said caching operation.
  • the clones of the master image may be created by way of a copy-on-write process to act as boot images of VM 114 .
  • copy-on-write refers to the process of creating an instant copy of an image of a target application (e.g., resource) by way of pointing to the original image of the target application, instead of copying the image, for example, byte by byte.
  • a duplicate copy of the image may be later created when needed (e.g., when the image is to be written to).
  • a pointer to the resource may be provided first and the copying may be postponed to a later time (e.g., when the resource is being modified).
  • the copying may be started in the background (when the system is idle, for example) instead of waiting until the moment when there is the ultimate need for copying.
  • the background copy may be referred to as background synchronization.
  • a clone of the VM's image may be created instantly when additional requests for the services provided by VM 114 are received.
  • This strategy avoids the need for creating multiple redundant copies of the VM's image in advance and in anticipation of future service requests which may never materialize in earnest. It is noteworthy that elasticity for provisioning host 110 services may be achieved by storing in advance, or by copying on demand, multiple copies of VM's image and deploying said images as need arises.
  • Certain parameters may be used to determine in advance when, how often and how many copies of VM's image are to be cloned. Same or related parameters may be used to determine whether to store copies of the VM's image on local stand alone storage media, shared storage media, remotely available network storage devices, or a combination of all.
  • the background synchronization controller will automatically reduce bandwidth available to background synchronization.
  • the controller may preferentially treat synchronization processes being in different stages of progress, aiming at maximizing the total number of background synchronization completions in shortest possible time.
  • VEE virtual execution environment
  • VEEH virtualization hosting platform
  • the management layer may optionally comprise two layers the service manager (SM) and VEE manager (VEEM).
  • SM service manager
  • VEEM VEE manager
  • the SM is responsible for interacting with the service providers to receive new applications to deploy and the VEEM is responsible for VEE placement.
  • one function of a VEEH is to provide an abstraction of physical resources to the management layer to allocate the storage related to VEE provisioning.
  • the VEEH is equipped to exploit local host caching and near storage cloning techniques to quickly customize VEE instances.
  • parallel provisioning of many VEEs may be achieved by distributing cached VM master and cloned images among multiple VEEHs in a data center as provided in further detail below.
  • VEEH provisioning is advantageously utilized to support elastic applications that grow or shrink dynamically, wherein image cloning and customization is performed based on the locally available cached images distributed across the data center to support rapid provisioning.
  • An elastic application may dynamically increase or decrease the number of instances of any of its component VMs.
  • Elasticity offers unlimited application scalability. This scalability is achieved mainly through horizontal scaling (scale-out) of the application by creating new VEEs derived from a component's master image.
  • a service definition manifest may be utilized to provide predefined specifications on how to customize new VEE images or instances, and rules of when to expand an application by creating new VEEs, which trigger SM to request that VEEM deploy new customized VEE instances.
  • VEEM may decide on the optimal VEE placement and request that VEEH to activate the new VEE instances.
  • the customized image may be based on a locally cached copy of the original master image.
  • the original master image is downloaded from a repository owned by a cloud service provider.
  • the downloaded image may be then cloned and customized.
  • VEE provisioning is done by the management layer, either SM or VEEM.
  • the VEEH downloads the master image instead of the management layer.
  • VEEH exploits local host caching and near storage cloning techniques to quickly customize VEE instances. Parallel provisioning of many VEEs can be achieved by distributing the required cached masters and clones amongst the many VEEHs in a data center.
  • a local storage device e.g., a DAS
  • a local storage device may be used to house the cache copy of the master image and their clones.
  • DAS distributed infrastructure
  • With local storage better I/O rates can be achieved without incurring the cost of configuring the IaaS with high speed I/O networks to support SAN or the performance overhead associated with NAS.
  • Master images may be stored in a cloud network, for example, by service providers prior to elastic application deployment.
  • the cached master images and their clones are distributed amongst the site's numerous VEEHs.
  • Storage for the cached images and clones may be DAS or shared amongst pools of VEEH with NAS or SAN.
  • Hybrid topologies that allow a data center to configure its hosts with a mix of shared and non-shared storage may be also implemented, to allow system administrators more flexibility, when configuring the storage space.
  • SM decides to deploy an elastic application and VEEM decides upon which hosts to run its VEEs.
  • VEEH then provisions the VEE instances.
  • the host that provisions a VEE verifies whether a cache of the master image exists. If not, it caches the master image by downloading it to its cache. It verifies whether a master image is already cached by using the master image's URL as unique identifier and comparing images digest with the cached image's digest.
  • the service provider specifies the application components' image URLs and their digests (e.g., MD5, SHA-1), in a service definition manifest and passes the manifest to SM.
  • MD5 Secure Digital
  • the master is cached it is reused to support elastic application growth or re-deployment of the same application.
  • the cached instance of the master image is reused as a base for quickly creating many clones. Cloning is performed by creating a copying of the cached master image.
  • Destruction The cached image is destroyed either upon a specific request to remove the application from the site or if there is a timeout defined on the cache.
  • VEEH supports the following caching models:
  • a VEEH proxy on the site's management node is responsible for downloading all required master images and their digests from the service provider's network storage in the cloud to a VEEH's cache.
  • the option of having a centralized approach for caching master images provides a solution for data centers where internet access is limited to site's management node to download from the cloud.
  • FIG. 3A a centralized caching in accordance with one or more embodiments is provided.
  • an exemplary embodiment is illustrated in a state that is post deploying two applications “123” and “ab”.
  • Application 123 has three components 1, 2 and 3.
  • Application ab has two components ‘a’ and ‘b’.
  • Application 123's component master images are represented as rectangles.
  • Application ab's component master images are represented as triangles, for example.
  • Component VEE instances are represented as rectangles or triangles.
  • VEEH A hosts a VEE instance of component 1.
  • VEEH B hosts a VEE instance of component 2.
  • VEEH C hosts a VEE instance of component 3 and another instance of component 2.
  • VEEH D hosts a VEE instance of component a.
  • VEEH E hosts a VEE instance of component b.
  • the VEEH centralized caching model provides an abstraction above the physical storage.
  • FIG. 3B a distributed caching environment configured with shared NAS storage and local DAS storage is illustrated according to one or more embodiments. Both FIGS. 3A and 3B illustrate deployment of the same to two applications, 123 and ab. However, FIG. 3B illustrates a distribution of the application master images amongst the various VEEHs' caches.
  • VEEH AB's cache contains cached master images for components 1 and 2 to back deployment of VEE instances 1 and 2.
  • VEEH DF's cache contains cached master images for components a and b to back deployment of VEE instances a and b.
  • VEEH C's cache contains cached master images for components 1 and 3 to back deployment of VEE instances 1 and 3.
  • the master image for component 1 is cached in both VEEH AB's and VEEH C's caches, since VEEH C doesn't share its repository with VEEH A and VEEH B.
  • the VEEH Distributed Cache model has a distinct advantage over a management layer solution since it exploits parallel provisioning and allows for more flexible storage configurations.
  • the duplication of images across the data centers may be one of the disadvantages of a flexible storage configuration with multiples pools of shared and unshared storage.
  • P2P Caching This model extends distributed caching model by supporting the sharing of cached master images between VEEHs. This is particularly useful when a data center is configured with many DAS caches or pools of shared storage caches. P2P sharing is accomplished by downloading parts of a cached master image in parallel from many VEEHs to the VEEH that requires the image. In general, as the number of copies of a master image distributed across the data center increases, to some limit, the time required to share the image with another VEEH decreases.
  • VEEH P2P management solution improves the distribution of cache images in the data center.
  • VEEH clones and customizes VEE instances with the following tasks: clone creation, clone customization, instantiation, and destruction.
  • Clone Creation is performed by creating a copying of the cached master image.
  • the two cloning methods that may be supported include image duplication (e.g., the master image is duplicated by copying the cached master image to a new file—in most cases, in-storage copy of the cached image is much faster than downloading the original from the cloud) and rapid image cloning (e.g., the source data deduplication method known as copy-on-write (CoW) may be leveraged to make a virtual copy of the cached master image as provided in further detail below).
  • image duplication e.g., the master image is duplicated by copying the cached master image to a new file—in most cases, in-storage copy of the cached image is much faster than downloading the original from the cloud
  • rapid image cloning e.g., the source data deduplication method known as copy-on-write (CoW) may be leveraged to make a virtual copy of the cached master image as provided in further detail below).
  • CoW allocates storage for a file that is backed by the cached master image. Only changed blocks are recorded in the new file.
  • the Linux utility qemu-img may be used to create clones with CoW.
  • CoW allows sharing of the same cached master image amongst many clone instances, thus reducing the storage required to deploy an elastic application. Further it reduces the clone creation time to less than a second. The savings can be considerable when deploying very large applications. Rapid cloning with CoW is helpful in the context of elasticity.
  • the elastic expansion option provides an automated on-demand mechanism to respond rapidly to increases in demand.
  • VEE Virtual Area Network
  • the VEE may be activated immediately or suspended shortly after creation.
  • the suspension option is provided to support the ordered deployment of an elastic application that exploits VEE creation across many VEEHs in parallel.
  • Sequential deployment may increase the total application deployment time (TADT) to a multiple of the activation time for each VM. Suspending the VEE shortly after creation allows us to deploy all the components in parallel and resume them in their required order, resulting in a lower TADT.
  • TADT application deployment time
  • Destruction The cloned image is removed when the appropriate virtual machine is destroyed or migrated to another site.
  • cloning compliments master image caching, since cached master images are reused to speed up VEE instantiation.
  • the physical storage that the clones occupy may be shared amongst many or all VEEHs.
  • a VEEH's cached images and clones are not required to reside on the same physical storage. This provides flexibility when configuring storage.
  • FIGS. 3A and 3B illustrate a NAS and DAS storage configuration for housing its clones.
  • VEEH A and VEEH B clone to the same NAS pool, however VEEH C, VEEH D and VEEH F each have their own private DAS pools.
  • the storage configurations to house cached master images and their clones may be orthogonal to each other as provided in further detail below.
  • VEE Customization once a master image is cached it is cloned to create a VEE instance. Cloning is performed by the VEEH making a copy of a cached master image.
  • the customization stack combines service definition manifest rules on how and when to automatically generate values for customization parameters and a mechanism to pass the values to the VEE clones.
  • the service provider and the cloud infrastructure provider are separated. The service provider specifies rules to generate parameters for customizing their application's components and integrates an activation engine inside their images that will customize the components.
  • the image may be customized by setting specific values to predefined parameters.
  • parameters may include networking parameters, e.g., hostnames, IP addresses, etc., various management parameters, e.g., passwords, or any other application specifics.
  • networking parameters e.g., hostnames, IP addresses, etc.
  • management parameters e.g., passwords, or any other application specifics.
  • the first issue may be managed by SM or VEEH.
  • the second issue may be managed by VEEH since it creates the clones.
  • a method for automatic generation of image customization data is provided, allowing the service provider to define rules on how to generate the values for image and application specific parameters.
  • the rules are defined for each master image by the service provider.
  • the SM or VEEM may automatically generate unique parameter values and on demand, for each VEE instantiated from the master.
  • a customization transport mechanism may be defined as provided below.
  • the service provider defining how to customize master image parameters in the service definition manifest is one endpoint of the channel.
  • the VEEH is the other endpoint, responsible for passing the image-specific parameters to the instance of the master image on boot.
  • the mechanism for definition and automatic generation of image customization data, along with the isolated channel for passing customization data, ensures the separation between the service provider and the infrastructure provider, and allows the distributed elastic provisioning.
  • an exemplary scenario with the host based parallel and distributed provisioning of an elastic application is provided, in accordance with one embodiment.
  • the example elastic application is composed of the two applications, application 123 and application ab.
  • Application 123's service definition manifest provides that the initial deployment should create two VEE instances of component 1, one VEE instance of component 2, and one VEE instance of component 3.
  • the VEE 1 instances must be activated before the VEE 2 and VEE 3 instances.
  • An elastic rule is defined that expands the application by creating other VEE 2 and VEE 3 instances.
  • the IaaS site contains four VEEH servers, A, B, C, D and F.
  • the site is configured with both NAS and DAS to house the Cached Master Images and Cloned Images storage pools.
  • the caching of master images may be handled with P2P caching and CoW may be used to clone images.
  • the system balances a trade-off between the initial provisioning delay and performance degradation due to I/O delay after initial provisioning, by varying the rate of background replication either adaptively or according to a pre-defined policy stemming from a best practice.
  • the background synchronization helps reducing the time to provision the required resources.
  • the background synchronization also helps mitigate the performance penalties associated with write operations. Background synchronization may incur an overhead, however, because it consumes valuable resources such as bandwidth and this may interfere with performance of the CoW-provisioned resource and other resources using the same shared networking infrastructure (e.g., VMs sharing the same physical host and thus sharing the same physical NIC). Therefore, utility of the background synchronization may be optimized through a policy-driven background synchronization controller.
  • background synchronization is set at a low rate, it may not keep up pace with I/O operations being performed on the resource being synchronized, thus rendering synchronization overhead utility zero or even negative if this process also impacts other services performance. If background synchronization is set at a too high rate, synchronization cancels the advantages of using CoW. Seeking an optimal rate, possibly adaptively, will set synchronization process at an optimal rate where utility is maximized.
  • application components are represented by virtual machines (VMs) and their virtual resources in the cloud.
  • VMs virtual machines
  • An elastic application may dynamically increase or decrease the number of instances of any of its component VMs.
  • Elasticity virtually offers unlimited application scalability. This scalability is achieved mainly through horizontal scaling (scale-out) of the application by creating new VMs derived from a component's master image. The process of creating new VMs for the elastic applications may be automated.
  • a service definition manifest comprising predefined specifications on how to customize new VM instances, and rules of when to expand an application by creating new VMs, which trigger the system to deploy a new customized VM instances may be provided.
  • the customized image may be based on a master image which is downloaded from a repository owned by a cloud service provider. The downloaded image is then customized. The downloading and subsequent customization constitutes VM provisioning as provided earlier.
  • the master image is downloaded and customized in place.
  • CoW may be utilized to make the cloning operation more efficient. CoW may however degrade the I/O performance of an application when it modifies a lot of data from the original master copy.
  • a background process may be added to synchronize the CoW image with its cached master. Once synchronization is completed, there is no write penalty associated with the synchronized image. However, the background synchronization process may consume valuable resources and, therefore, a policy-driven control of the background image data transfer would be helpful to optimize the process.
  • an adaptive synchronization process may be utilized.
  • CoW and background synchronization may be used to capture a point-in-time image. Sections of the base image may be written after the CoW image is updated. In one embodiment, the CoW image is written to by the user during synchronization and the base image stays intact. Further, the base image may be a base for one or more unique CoW images that may be written too at anytime. As such, CoW may be utilized as a mechanism to create customized clones of virtual resources, as noted earlier.
  • the policies governing the rate of background synchronization may differ from those to govern storage controller flash copy synchronization.
  • the storage controller balances its background synchronization against I/O requirements of the whole system and minimum time allowed to complete a point-in-time copy. For example, quality of service agreements formulated with the customer defining the type of performance that they expect and the minimum elapse type to deploy a clone of some virtual resource. Using more bandwidth to complete background synchronization faster may impact performance of already deployed services creating I/O bottleneck in the network. On the other hand using less bandwidth results in longer synchronization time and I/O overhead of the newly deployed service, which may result in breach of this service's performance SLOs. The optimization is therefore a system-wide where the total benefit of all deployed services is being optimized.
  • the master copy is cached at the site's local storage. Once a master image is cached it is cloned and customized to create a VM instance. Cloning is performed by creating a copy of the cached master image.
  • the proposed CoW-based cloning method allocates storage for a file that is backed by the cached master image. Changed blocks are recorded in the new file. CoW allows sharing of the same cached master image amongst many clone instances, thus reducing the storage required to deploy an elastic application. Further it reduces the clone creation time. The savings can be considerable when deploying very large applications. Rapid cloning with CoW is also helpful in the context of elasticity as disclosed above and provides for an automated on-demand mechanism to respond rapidly to increases in demand.
  • a background process may be utilized to synchronize the CoW image with its cached master. The process would simulate modification of chunks of data in the subject CoW image, causing chunks of data to be copied in an orderly sequential fashion from the cached master to the area allocated for the clone. Once completed there is no write penalty associated with the synchronized image.
  • the background synchronization controller may automatically reduce bandwidth available to background synchronization. To further optimize this process, the controller may preferentially treat synchronization processes being in different stages of progress, aiming at maximizing the total number of background synchronization completions in shortest possible time.
  • a background synchronization policy may be implemented based on prior knowledge about clone write request probabilities distribution. This knowledge is possible in the elastic computing use case, where VM instances are being added and removed on demand to match variations in the workload. In this scenario, statistics may be gathered on the write requests that are applied to clones when they created and the time-dependent probabilities for referencing shards comprising the clone image may be computed.
  • one background synchronization policy may pre-schedule shards copying subject to maximal disk throughput allocated to background copying constraint.
  • the algorithm partitions the time axis into windows of equal duration where duration D is configurable.
  • duration D is configurable.
  • W there is a plurality of shards s ⁇ in [1, H], where each shard is written with probability P ⁇ w,s ⁇ .
  • B maximum bandwidth allowed for background synchronization in any window, where B is configurable parameter, being configured by administrator.
  • Each time window is treated as a bin of capacity C.
  • This LP problem be solved by of an LP solvers (e.g., ILOG CPLEX) efficiently even for very large number of variables (shards*#of time windows). Since probability of being referenced (by writing) for the shard represents its “value”, the LP solution will tend to schedule copying of the larger fractions of shards that are more likely to be referenced in the close (in time) windows.
  • C, D, W and G parameters it is possible to achieve the background copying process that will not interfere with the normal disk operation and will copy enough most probably referenced shards in advance so that the write requests to the clone will not be significantly punished on the average.
  • the claimed subject matter may be implemented as a combination of both hardware and software elements, or alternatively either entirely in the form of hardware or entirely in the form of software.
  • computing systems and program software disclosed herein may comprise a controlled computing environment that may be presented in terms of hardware components or logic code executed to perform methods and processes that achieve the results contemplated herein. Said methods and processes, when performed by a general purpose computing system or machine, convert the general purpose machine to a specific purpose machine.
  • a computing system environment in accordance with an exemplary embodiment may be composed of a hardware environment 1110 and a software environment 1120 .
  • the hardware environment 1110 may comprise logic units, circuits or other machinery and equipments that provide an execution environment for the components of software environment 1120 .
  • the software environment 1120 may provide the execution instructions, including the underlying operational settings and configurations, for the various components of hardware environment 1110 .
  • the application software and logic code disclosed herein may be implemented in the form of computer readable code executed over one or more computing systems represented by the exemplary hardware environment 1110 .
  • hardware environment 110 may comprise a processor 1101 coupled to one or more storage elements by way of a system bus 1100 .
  • the storage elements may comprise local memory 1102 , storage media 1106 , cache memory 1104 or other computer-usable or computer readable media.
  • a computer usable or computer readable storage medium may include any recordable article that may be utilized to contain, store, communicate, propagate or transport program code.
  • a computer readable storage medium may be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor medium, system, apparatus or device.
  • the computer readable storage medium may also be implemented in a propagation medium, without limitation, to the extent that such implementation is deemed statutory subject matter.
  • Examples of a computer readable storage medium may include a semiconductor or solid-state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk, an optical disk, or a carrier wave, where appropriate.
  • Current examples of optical disks include compact disk, read only memory (CD-ROM), compact disk read/write (CD-R/W), digital video disk (DVD), high definition video disk (HD-DVD) or Blue-RayTM disk.
  • processor 1101 loads executable code from storage media 1106 to local memory 1102 .
  • Cache memory 1104 optimizes processing time by providing temporary storage that helps reduce the number of times code is loaded for execution.
  • One or more user interface devices 1105 e.g., keyboard, pointing device, etc.
  • a communication interface unit 1108 such as a network adapter, may be provided to enable the hardware environment 1110 to communicate with local or remotely located computing systems, printers and storage devices via intervening private or public networks (e.g., the Internet). Wired or wireless modems and Ethernet cards are a few of the exemplary types of network adapters.
  • hardware environment 1110 may not include some or all the above components, or may comprise additional components to provide supplemental functionality or utility.
  • hardware environment 1110 may be a desktop or a laptop computer, or other computing device optionally embodied in an embedded system such as a set-top box, a personal digital assistant (PDA), a personal media player, a mobile communication unit (e.g., a wireless phone), or other similar hardware platforms that have information processing or data storage capabilities.
  • PDA personal digital assistant
  • mobile communication unit e.g., a wireless phone
  • communication interface 1108 acts as a data communication port to provide means of communication with one or more computing systems by sending and receiving digital, electrical, electromagnetic or optical signals that carry analog or digital data streams representing various types of information, including program code.
  • the communication may be established by way of a local or a remote network, or alternatively by way of transmission over the air or other medium, including without limitation propagation over a carrier wave.
  • the disclosed software elements that are executed on the illustrated hardware elements are defined according to logical or functional relationships that are exemplary in nature. It should be noted, however, that the respective methods that are implemented by way of said exemplary software elements may be also encoded in said hardware elements by way of configured and programmed processors, application specific integrated circuits (ASICs), field programmable gate arrays (FPGAs) and digital signal processors (DSPs), for example.
  • ASICs application specific integrated circuits
  • FPGAs field programmable gate arrays
  • DSPs digital signal processors
  • software environment 1120 may be generally divided into two classes comprising system software 1121 and application software 1122 as executed on one or more hardware environments 1110 .
  • the methods and processes disclosed here may be implemented as system software 1121 , application software 1122 , or a combination thereof.
  • System software 1121 may comprise control programs, such as an operating system (OS) or an information management system, that instruct one or more processors 1101 (e.g., microcontrollers) in the hardware environment 1110 on how to function and process information.
  • Application software 1122 may comprise but is not limited to program code, data structures, firmware, resident software, microcode or any other form of information or routine that may be read, analyzed or executed by a processor 1101 .
  • application software 1122 may be implemented as program code embedded in a computer program product in form of a computer-usable or computer readable storage medium that provides program code for use by, or in connection with, a computer or any instruction execution system.
  • application software 1122 may comprise one or more computer programs that are executed on top of system software 1121 after being loaded from storage media 1106 into local memory 1102 .
  • application software 1122 may comprise client software and server software.
  • client software may be executed on a client computing system that is distinct and separable from a server computing system on which server software is executed.
  • Software environment 1120 may also comprise browser software 1126 for accessing data available over local or remote computing networks. Further, software environment 1120 may comprise a user interface 1124 (e.g., a graphical user interface (GUI)) for receiving user commands and data.
  • GUI graphical user interface
  • logic code, programs, modules, processes, methods and the order in which the respective processes of each method are performed are purely exemplary. Depending on implementation, the processes or any underlying sub-processes and methods may be performed in any order or concurrently, unless indicated otherwise in the present disclosure. Further, unless stated otherwise with specificity, the definition of logic code within the context of this disclosure is not related or limited to any particular programming language, and may comprise one or more modules that may be executed on one or more processors in distributed, non-distributed, single or multiprocessing environments.
  • a software embodiment may include firmware, resident software, micro-code, etc.
  • Certain components including software or hardware or combining software and hardware aspects may generally be referred to herein as a “circuit,” “module” or “system.”
  • the subject matter disclosed may be implemented as a computer program product embodied in one or more computer readable storage medium(s) having computer readable program code embodied thereon. Any combination of one or more computer readable storage medium(s) may be utilized.
  • the computer readable storage medium may be a computer readable signal medium or a computer readable storage medium.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out the disclosed operations may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • These computer program instructions may also be stored in a computer readable storage medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable storage medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures.
  • Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that may be rapidly provisioned and released with minimal management effort or interaction with a provider of the service.
  • This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
  • a cloud consumer may unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
  • computing capabilities such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
  • Broad network access capabilities may be available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
  • Resource pooling allows the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
  • Rapid elasticity capabilities may be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and may be purchased in any quantity at any time. Measured service allows cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage may be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
  • level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts).
  • SaaS Software as a Service
  • the applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail).
  • a web browser e.g., web-based e-mail
  • the consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
  • PaaS Platform as a Service
  • the consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
  • IaaS Infrastructure as a Service
  • the consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
  • a private cloud provides a cloud infrastructure that is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.
  • a community cloud provides a cloud infrastructure that is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be managed by the organizations or a third party and may exist on-premises or off-premises.
  • a public cloud may provide a cloud infrastructure that is made available to the general public or a large industry group and is owned by an organization selling cloud services.
  • a hybrid cloud provides a cloud infrastructure that is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).
  • a cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability.
  • An infrastructure comprising a network of interconnected nodes.
  • Cloud computing node 2010 is one example of a suitable cloud computing node and is not intended to suggest any limitation as to the scope of use or functionality of embodiments described herein. Regardless, cloud computing node 2010 is capable of being implemented and/or performing any of the functionality set forth hereinabove.
  • cloud computing node 2010 there is a computer system/server 2012 , which is operational with numerous other general purpose or special purpose computing system environments or configurations.
  • Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server 2012 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like.
  • Computer system/server 2012 may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system.
  • program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types.
  • Computer system/server 2012 may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in both local and remote computer system storage media including memory storage devices.
  • computer system/server 2012 in cloud computing node 2010 is shown in the form of a general-purpose computing device.
  • the components of computer system/server 2012 may include, but are not limited to, one or more processors or processing units 2016 , a system memory 2028 , and a bus 2018 that couples various system components including system memory 2028 to processor 2016 .
  • Bus 2018 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures.
  • bus architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnects (PCI) bus.
  • Computer system/server 2012 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server 2012 , and it includes both volatile and non-volatile media, removable and non-removable media.
  • System memory 2028 may include computer system readable media in the form of volatile memory, such as random access memory (RAM) 30 and/or cache memory 32 .
  • Computer system/server 2012 may further include other removable/non-removable, volatile/non-volatile computer system storage media.
  • storage system 34 may be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a “hard drive”).
  • a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”).
  • an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media may be provided.
  • memory 2028 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of one or more embodiments.
  • Program/utility 2040 having a set (at least one) of program modules 42 , may be stored in memory 2028 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment.
  • Program modules 42 generally carry out the functions and/or methodologies of one or more embodiments.
  • Computer system/server 2012 may also communicate with one or more external devices 2014 such as a keyboard, a pointing device, a display 2024 , etc.; one or more devices that enable a user to interact with computer system/server 2012 ; and/or any devices (e.g., network card, modem, etc.) that enable computer system/server 2012 to communicate with one or more other computing devices. Such communication may occur via I/O interfaces 2022 . Still yet, computer system/server 2012 may communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter 2020 .
  • LAN local area network
  • WAN wide area network
  • public network e.g., the Internet
  • network adapter 2020 communicates with the other components of computer system/server 2012 via bus 2018 .
  • bus 2018 It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server 2012 . Examples, include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.
  • cloud computing environment 2050 comprises one or more cloud computing nodes 2010 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 2054 A, desktop computer 2054 B, laptop computer 2054 C, and/or automobile computer system 2054 N may communicate.
  • PDA personal digital assistant
  • cellular telephone 2054 A desktop computer 2054 B, laptop computer 2054 C, and/or automobile computer system 2054 N may communicate.
  • Nodes 2010 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof. This allows cloud computing environment 2050 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device.
  • computing devices 54 A-N shown in FIG. 5B are intended to be illustrative only and that computing nodes 2010 and cloud computing environment 2050 may communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
  • FIG. 5C a set of functional abstraction layers provided by cloud computing environment 2050 ( FIG. 5B ) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 5C are intended to be illustrative of one or more embodiments and are not limited thereto. As depicted, the following layers and corresponding functions are provided.
  • Hardware and software layer 2060 includes hardware and software components.
  • hardware components include mainframes, in one example IBM® zSeries® systems; RISC (Reduced Instruction Set Computer) architecture based servers, in one example IBM pSeries® systems; IBM xSeries® systems; IBM BladeCenter® systems; storage devices; networks and networking components.
  • software components include network application server software, in one example IBM WebSphere® application server software; and database software, in one example IBM DB2® database software.
  • IBM, zSeries, pSeries, xSeries, BladeCenter, WebSphere, and DB2 are trademarks of International Business Machines Corporation registered in many jurisdictions worldwide).
  • Virtualization layer 2062 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers; virtual storage; virtual networks, including virtual private networks; virtual applications and operating systems; and virtual clients.
  • management layer 2064 may provide the functions described below.
  • Resource provisioning provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
  • Metering and pricing provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources.
  • these resources may comprise application software licenses.
  • Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.
  • User portal provides access to the cloud computing environment for consumers and system administrators.
  • Service level management provides cloud computing resource allocation and management such that required service levels are met.
  • Service Level Agreement (SLA) planning and fulfillment provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
  • Workloads layer 2066 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation; software development and lifecycle management; virtual classroom education delivery; data analytics processing; transaction processing; etc.

Abstract

Systems and methods for deploying a virtual machine (VM) on a host are provided. An exemplary method comprises notifying a host to download a master copy of a VM image from a remotely located network storage device, in response to a service provider providing a definition manifest for a service request supported by the VM, wherein the host deploys the VM directly from the VM image downloaded to a storage medium locally connected to the host machine, wherein deployment of the VM allows the host to locally service the service request associated with the definition manifest, wherein the host replicates copies of the VM image, in response to receiving additional service requests to create one or more VM clones; wherein the host customizes the one or more VM clones based on the definition manifest.

Description

    COPYRIGHT & TRADEMARK NOTICES
  • A portion of the disclosure of this patent document may contain material, which is subject to copyright protection. The owner has no objection to the facsimile reproduction by any one of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyrights whatsoever.
  • Certain marks referenced herein may be common law or registered trademarks of the applicant, the assignee or third parties affiliated or unaffiliated with the applicant or the assignee. Use of these marks is for providing an enabling disclosure by way of example and shall not be construed to exclusively limit the scope of the disclosed subject matter to material associated with such marks.
  • TECHNICAL FIELD
  • The disclosed subject matter relates generally to optimizing the deployment and replication of virtual machines in a network environment.
  • BACKGROUND
  • In some computing networks, shared computing resources are provided to computing systems and other devices connected to the network, on demand, by way of deploying one or more virtual machines (VMs). A VM, generally, runs as a software application and supports the related services to provide a platform-independent programming environment that abstracts away details of the underlying hardware or operating system for the party requesting the respective services.
  • VMs are typically provided by a management layer being part of the network architecture. The management layer downloads VM images from a remote repository to a local storage medium that is shared with the virtualization platform. The management layer then deploys the VM by executing the image stored at the locally shared storage medium. In this network architecture, the virtualization hosting platform is a passive recipient of the VM image until the point in time when the image is remotely deployed by the management layer.
  • Accordingly, the initial responsibility for VM provisioning and deployment has been traditionally assigned to the management layer. The virtualization platform's primary function is to provide an abstraction of physical resources to the remotely located management layer. It is desirable to allocate storage for VM provisioning at the virtualization platform host level, especially when the management layer is not well suited to exploit host-level services and techniques such as local caching or near storage VM cloning.
  • SUMMARY
  • For purposes of summarizing, certain aspects, advantages, and novel features have been described herein. It is to be understood that not all such advantages may be achieved in accordance with any one particular embodiment. Thus, the disclosed subject matter may be embodied or carried out in a manner that achieves or optimizes one advantage or group of advantages without achieving all advantages as may be taught or suggested herein.
  • Systems and methods for deploying a virtual machine (VM) on a host are provided. An exemplary method comprises notifying a host to download a master copy of a VM image from a remotely located network storage device, in response to a service provider providing a definition manifest for a service request supported by the VM, wherein the host deploys the VM directly from the VM image downloaded to a storage medium locally connected to the host machine, wherein deployment of the VM allows the host to locally service the service request associated with the definition manifest, wherein the host replicates copies of the VM image, in response to receiving additional service requests to create one or more VM clones; wherein the host customizes the one or more VM clones based on the definition manifest.
  • In accordance with one or more embodiments, a system comprising one or more logic units is provided. The one or more logic units are configured to perform the functions and operations associated with the above-disclosed methods. In yet another embodiment, a computer program product comprising a computer readable storage medium having a computer readable program is provided. The computer readable program when executed on a computer causes the computer to perform the functions and operations associated with the above-disclosed methods.
  • One or more of the above-disclosed embodiments in addition to certain alternatives are provided in further detail below with reference to the attached figures. The disclosed subject matter is not, however, limited to any particular embodiment disclosed.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The disclosed embodiments may be better understood by referring to the figures in the attached drawings, as provided below.
  • FIGS. 1 and 2 respectively illustrate an exemplary operating environment and an exemplary method in accordance with one or more embodiments, wherein a host platform is configured to service a plurality of requests.
  • FIG. 3A illustrates a centralized service provider, in accordance with one or more embodiments.
  • FIG. 3B illustrates a distributed caching environment configured with shared network storage and local storage, according to one or more embodiments.
  • FIGS. 3C to 3F illustrate an exemplary scenario involving a host-based parallel and distributed provisioning of an elastic application, in accordance with one embodiment.
  • FIGS. 4A and 4B are block diagrams of hardware and software environments in which the disclosed systems and methods may operate, in accordance with one or more embodiments.
  • FIG. 5A depicts a cloud computing node according to one embodiment.
  • FIG. 5B depicts a cloud computing environment according to one embodiment.
  • FIG. 5C depicts abstraction model layers according to one embodiment.
  • Features, elements, and aspects that are referenced by the same numerals in different figures represent the same, equivalent, or similar features, elements, or aspects, in accordance with one or more embodiments.
  • DETAILED DESCRIPTION OF EXAMPLE EMBODIMENTS
  • In the following, numerous specific details are set forth to provide a thorough description of various embodiments. Certain embodiments may be practiced without these specific details or with some variations in detail. In some instances, certain features are described in less detail so as not to obscure other aspects. The level of detail associated with each of the elements or features should not be construed to qualify the novelty or importance of one feature over the others.
  • Referring to FIG. 1, an exemplary operating environment is illustrated, wherein a service provider 120 is in communication with a virtualization platform host 110 (hereafter host 110) by way of a public network 130 (hereafter network 130). Service provider 120 may be implemented, for example, over a platform that supports Infrastructure as a Service (IaaS)). IaaS delivers computing infrastructure—typically a platform virtualization environment—as a service. The hosting platform may be implemented over any type of virtualization infrastructure (e.g., XEN, KVM, PHYPE etc.). Service provider 120 is in communication with a site management 160 by way of network 130. The site management 160 may be in communication with host 110 over an IaaS's private network (not shown). The host 110 accesses the network storage 140 by way of network 130.
  • Referring to FIG. 2, service provider 120 stores, in a network storage device 140, at least one VM master image 145 (S210), where said VM master image may be utilized for the applications (i.e., services) that are to be provisioned as a VM 114 on host 110. The service provider 120 may specify the applications' components (i.e., images and digests) in a service definition manifest. Site management 160 receives service definition manifest from service provider 120 and passes it or parts of it, to the host 110 (S220) and causes the VM 114 to be hosted on host 110.
  • In one embodiment, host 110 downloads VM master image 145 to a local storage device 130 from network storage device 140 based on the service definition manifest and caches it in the shared or local storage device (S230). Host 110 creates a clone from VM master image 145 and customizes and stores it in shared or local storage (S240). Note that the cached VM master image 145 is not altered and may be used for future clones, thus avoiding the lengthy initial download of the VM master image 145. Local storage device 130 may be a direct-attached storage (DAS) device (i.e., a digital storage system directly attached to the host, without a storage network in between), whereas a shared storage may be connected to host 110 via a storage area network (SAN) or a network attached storage (NAS) device, depending on implementation.
  • In one embodiment, host 110 stores (e.g., caches) a copy of VM master image 145 on local storage device 130. Alternatively, a copy of the VM master image 145 may be cached in a shared site storage by host 110. In both cases the host 110, instead of site management 160, handles the responsibility for said caching operation. As provided in further detail below, the clones of the master image may be created by way of a copy-on-write process to act as boot images of VM 114.
  • Briefly, copy-on-write refers to the process of creating an instant copy of an image of a target application (e.g., resource) by way of pointing to the original image of the target application, instead of copying the image, for example, byte by byte. A duplicate copy of the image may be later created when needed (e.g., when the image is to be written to). As such, if multiple requests are received for the same resource, a pointer to the resource may be provided first and the copying may be postponed to a later time (e.g., when the resource is being modified). In one embodiment, the copying may be started in the background (when the system is idle, for example) instead of waiting until the moment when there is the ultimate need for copying. The background copy may be referred to as background synchronization.
  • Accordingly, in one implementation, using the copy-on-write process, a clone of the VM's image may be created instantly when additional requests for the services provided by VM 114 are received. This strategy avoids the need for creating multiple redundant copies of the VM's image in advance and in anticipation of future service requests which may never materialize in earnest. It is noteworthy that elasticity for provisioning host 110 services may be achieved by storing in advance, or by copying on demand, multiple copies of VM's image and deploying said images as need arises.
  • Certain parameters (e.g., system bandwidth, service requests, application history and execution pattern, etc.) may be used to determine in advance when, how often and how many copies of VM's image are to be cloned. Same or related parameters may be used to determine whether to store copies of the VM's image on local stand alone storage media, shared storage media, remotely available network storage devices, or a combination of all.
  • For example when application-induced network usage combined with the background synchronization processes causes network usage to exceed some threshold value; the background synchronization controller will automatically reduce bandwidth available to background synchronization. To further optimize this process, the controller may preferentially treat synchronization processes being in different stages of progress, aiming at maximizing the total number of background synchronization completions in shortest possible time.
  • In the following the above disclosed concepts, processes and implementations are discussed in further detail with reference to specific embodiments and methodologies that are common to virtualization in a computing environment and particularly as applicable within the context of cloud computing. It is noteworthy, however, that the disclosed embodiments here are exemplary and in no event should be construed as limiting the scope of the claimed subject matter to particular exemplary embodiments.
  • For the purpose of brevity, in the following, we may refer to the virtualized image as the virtual execution environment (VEE) and to the host as the virtualization hosting platform or the VEE Host (VEEH). The management layer, as disclosed, may optionally comprise two layers the service manager (SM) and VEE manager (VEEM). The SM is responsible for interacting with the service providers to receive new applications to deploy and the VEEM is responsible for VEE placement.
  • In accordance with one embodiment, one function of a VEEH is to provide an abstraction of physical resources to the management layer to allocate the storage related to VEE provisioning. The VEEH is equipped to exploit local host caching and near storage cloning techniques to quickly customize VEE instances. Further, parallel provisioning of many VEEs may be achieved by distributing cached VM master and cloned images among multiple VEEHs in a data center as provided in further detail below.
  • In certain embodiments, VEEH provisioning is advantageously utilized to support elastic applications that grow or shrink dynamically, wherein image cloning and customization is performed based on the locally available cached images distributed across the data center to support rapid provisioning. An elastic application may dynamically increase or decrease the number of instances of any of its component VMs. Elasticity offers unlimited application scalability. This scalability is achieved mainly through horizontal scaling (scale-out) of the application by creating new VEEs derived from a component's master image.
  • The process of creating new VEEs for the elastic applications may be automated throughout the management layer (e.g., IaaS) stack. A service definition manifest may be utilized to provide predefined specifications on how to customize new VEE images or instances, and rules of when to expand an application by creating new VEEs, which trigger SM to request that VEEM deploy new customized VEE instances. VEEM may decide on the optimal VEE placement and request that VEEH to activate the new VEE instances.
  • The customized image may be based on a locally cached copy of the original master image. The original master image is downloaded from a repository owned by a cloud service provider. The downloaded image may be then cloned and customized. We refer to the downloading and subsequent customization as VEE provisioning. Typically the VEE provisioning is done by the management layer, either SM or VEEM. In accordance with one embodiment, the VEEH downloads the master image instead of the management layer. VEEH exploits local host caching and near storage cloning techniques to quickly customize VEE instances. Parallel provisioning of many VEEs can be achieved by distributing the required cached masters and clones amongst the many VEEHs in a data center.
  • In some embodiments, a local storage device (e.g., a DAS) may be used to house the cache copy of the master image and their clones. With local storage, better I/O rates can be achieved without incurring the cost of configuring the IaaS with high speed I/O networks to support SAN or the performance overhead associated with NAS. Master images may be stored in a cloud network, for example, by service providers prior to elastic application deployment.
  • VEEH caches and clones the images to create unique VEE instances. The cached master images and their clones are distributed amongst the site's numerous VEEHs. Storage for the cached images and clones may be DAS or shared amongst pools of VEEH with NAS or SAN. Hybrid topologies that allow a data center to configure its hosts with a mix of shared and non-shared storage may be also implemented, to allow system administrators more flexibility, when configuring the storage space.
  • In one embodiment, VEEH handles a cached master image with following tasks:
  • Creation—SM decides to deploy an elastic application and VEEM decides upon which hosts to run its VEEs. VEEH then provisions the VEE instances. The host that provisions a VEE verifies whether a cache of the master image exists. If not, it caches the master image by downloading it to its cache. It verifies whether a master image is already cached by using the master image's URL as unique identifier and comparing images digest with the cached image's digest. As noted earlier, when the service provider decides to deploy an application, the service provider specifies the application components' image URLs and their digests (e.g., MD5, SHA-1), in a service definition manifest and passes the manifest to SM. As such, the time consuming process of downloading large master images from the cloud desirably occurs on the initial deployment.
  • Data Deduplication—Once the master is cached it is reused to support elastic application growth or re-deployment of the same application. The cached instance of the master image is reused as a base for quickly creating many clones. Cloning is performed by creating a copying of the cached master image.
  • Destruction—The cached image is destroyed either upon a specific request to remove the application from the site or if there is a timeout defined on the cache.
  • In one embodiment, VEEH supports the following caching models:
  • Centralized Caching—A VEEH proxy on the site's management node is responsible for downloading all required master images and their digests from the service provider's network storage in the cloud to a VEEH's cache. The option of having a centralized approach for caching master images provides a solution for data centers where internet access is limited to site's management node to download from the cloud.
  • Referring to FIG. 3A, a centralized caching in accordance with one or more embodiments is provided. As shown, an exemplary embodiment is illustrated in a state that is post deploying two applications “123” and “ab”. Application 123 has three components 1, 2 and 3. Application ab has two components ‘a’ and ‘b’. Application 123's component master images are represented as rectangles. Application ab's component master images are represented as triangles, for example. Component VEE instances are represented as rectangles or triangles.
  • The Management Node's VEEH proxy handles master image downloads from the cloud and caches the two applications' master images in the site's shared master image cache. VEEH A hosts a VEE instance of component 1. VEEH B hosts a VEE instance of component 2. VEEH C hosts a VEE instance of component 3 and another instance of component 2. VEEH D hosts a VEE instance of component a. VEEH E hosts a VEE instance of component b. The VEEH centralized caching model provides an abstraction above the physical storage.
  • Distributed Caching—The many VEEHs may download master images directly from the cloud to their caches. Distributed caching allows the site to download multiple images in parallel. An application with multiple components can be deployed more quickly than deploying each component sequentially. Likewise when an elastic application dynamically grows, multiple instances can be instantiated in parallel. Further, distributed caching scales to support the parallel deployment of multiple applications.
  • Referring to FIG. 3B, a distributed caching environment configured with shared NAS storage and local DAS storage is illustrated according to one or more embodiments. Both FIGS. 3A and 3B illustrate deployment of the same to two applications, 123 and ab. However, FIG. 3B illustrates a distribution of the application master images amongst the various VEEHs' caches. The mixed NAS and DAS storage configuration; VEEH A and VEEH B cache to the same NAS pool, VEEH D and VEEH B also share another NAS pool, but VEEH C caches to its own DAS pool. VEEH AB's cache contains cached master images for components 1 and 2 to back deployment of VEE instances 1 and 2.
  • Depending on implementation, VEEH DF's cache contains cached master images for components a and b to back deployment of VEE instances a and b. VEEH C's cache contains cached master images for components 1 and 3 to back deployment of VEE instances 1 and 3. In one embodiment, the master image for component 1 is cached in both VEEH AB's and VEEH C's caches, since VEEH C doesn't share its repository with VEEH A and VEEH B. The VEEH Distributed Cache model has a distinct advantage over a management layer solution since it exploits parallel provisioning and allows for more flexible storage configurations. The duplication of images across the data centers may be one of the disadvantages of a flexible storage configuration with multiples pools of shared and unshared storage.
  • Distributed Peer-to-Peer (P2P) Caching—This model extends distributed caching model by supporting the sharing of cached master images between VEEHs. This is particularly useful when a data center is configured with many DAS caches or pools of shared storage caches. P2P sharing is accomplished by downloading parts of a cached master image in parallel from many VEEHs to the VEEH that requires the image. In general, as the number of copies of a master image distributed across the data center increases, to some limit, the time required to share the image with another VEEH decreases.
  • For example, consider the case of expanding a previously deployed elastic application, but the VEEHs targeted to host the expansion do not currently contain the required cached master images in their cache. In the centralized or distributed caching models it would be necessary to download the master image from the cloud. In the P2P Management model it could share master images from the VEEHs that initially provisioned the application. Since the sharing operation occurs over the Local Area Network (LAN) the time to share a single copy of a cached master image would be less than downloading from the cloud.
  • In general, provisioning becomes more rapid as the application consumes more resources and expands since subsequent elastic expansions would potentially have more images to share and create even more shared instances. Depending on implementation, when a data center is configured with many DASs or pools of shared storage, the VEEH P2P management solution's advantage over a management layer solution goes beyond distributed caching, since it also exploits the distribution of cache images in the data center.
  • Cloned Images—once a master image is cached it is cloned and customized to create a VEE instance. VEEH clones and customizes VEE instances with the following tasks: clone creation, clone customization, instantiation, and destruction.
  • Clone Creation—Cloning is performed by creating a copying of the cached master image. The two cloning methods that may be supported include image duplication (e.g., the master image is duplicated by copying the cached master image to a new file—in most cases, in-storage copy of the cached image is much faster than downloading the original from the cloud) and rapid image cloning (e.g., the source data deduplication method known as copy-on-write (CoW) may be leveraged to make a virtual copy of the cached master image as provided in further detail below).
  • CoW allocates storage for a file that is backed by the cached master image. Only changed blocks are recorded in the new file. In an exemplary embodiment, the Linux utility qemu-img may be used to create clones with CoW. CoW allows sharing of the same cached master image amongst many clone instances, thus reducing the storage required to deploy an elastic application. Further it reduces the clone creation time to less than a second. The savings can be considerable when deploying very large applications. Rapid cloning with CoW is helpful in the context of elasticity. The elastic expansion option provides an automated on-demand mechanism to respond rapidly to increases in demand.
  • Clone Customization—Once the cache master image is cloned it is ready for customization and VEE creation.
  • Instantiation—A running VEE is created from the cloned image and connected to Virtual Area Network (VAN). The VEE may be activated immediately or suspended shortly after creation. The suspension option is provided to support the ordered deployment of an elastic application that exploits VEE creation across many VEEHs in parallel.
  • For example, consider the case of an elastic application composed of more than one component. Each component would be deployed as a VEE instance. Ordering of the components deployment may be required. For instance if one of the components is a NFS server then its activation must precede activation of the other servers that mount the NFS server's file system. Optimal deployment of VMs may be achieved if the VMs are deployed in parallel across the hosts in the data center.
  • Sequential deployment may increase the total application deployment time (TADT) to a multiple of the activation time for each VM. Suspending the VEE shortly after creation allows us to deploy all the components in parallel and resume them in their required order, resulting in a lower TADT.
  • Destruction—The cloned image is removed when the appropriate virtual machine is destroyed or migrated to another site.
  • In some implementations, cloning compliments master image caching, since cached master images are reused to speed up VEE instantiation. Like the cached master images, the physical storage that the clones occupy may be shared amongst many or all VEEHs. However, A VEEH's cached images and clones are not required to reside on the same physical storage. This provides flexibility when configuring storage.
  • FIGS. 3A and 3B illustrate a NAS and DAS storage configuration for housing its clones. VEEH A and VEEH B clone to the same NAS pool, however VEEH C, VEEH D and VEEH F each have their own private DAS pools. The storage configurations to house cached master images and their clones may be orthogonal to each other as provided in further detail below.
  • VEE Customization—once a master image is cached it is cloned to create a VEE instance. Cloning is performed by the VEEH making a copy of a cached master image. The customization stack combines service definition manifest rules on how and when to automatically generate values for customization parameters and a mechanism to pass the values to the VEE clones. In the one embodiment, the service provider and the cloud infrastructure provider are separated. The service provider specifies rules to generate parameters for customizing their application's components and integrates an activation engine inside their images that will customize the components.
  • In order to provide a distinguishable identity to virtual machines created from a master image, the image may be customized by setting specific values to predefined parameters. Such parameters may include networking parameters, e.g., hostnames, IP addresses, etc., various management parameters, e.g., passwords, or any other application specifics. In order to support the above, the following two issues must be dealt with: (1) How to generate unique parameter values on-demand? (2) How to instantiate a VEE clone with the values?
  • The first issue may be managed by SM or VEEH. The second issue may be managed by VEEH since it creates the clones. In the following, a method for automatic generation of image customization data is provided, allowing the service provider to define rules on how to generate the values for image and application specific parameters. The rules are defined for each master image by the service provider. The SM or VEEM may automatically generate unique parameter values and on demand, for each VEE instantiated from the master.
  • A customization transport mechanism may be defined as provided below. Once a VEE is created from a master image, VEEH constructs an apparatus to pass generated VEE-personalized parameters to the image during image instantiation. Once the parameters are passed to the VEE, scripts residing inside the master image are activated to recognize and process the transferred customization parameters. By implementing the above, a virtual channel is established between the service provider and the VM running on a host, and the channel is used to pass customization data.
  • The service provider defining how to customize master image parameters in the service definition manifest is one endpoint of the channel. The VEEH is the other endpoint, responsible for passing the image-specific parameters to the instance of the master image on boot. The mechanism for definition and automatic generation of image customization data, along with the isolated channel for passing customization data, ensures the separation between the service provider and the infrastructure provider, and allows the distributed elastic provisioning.
  • Referring to FIGS. 3C to 3F, an exemplary scenario with the host based parallel and distributed provisioning of an elastic application is provided, in accordance with one embodiment. The example elastic application is composed of the two applications, application 123 and application ab. Application 123's service definition manifest provides that the initial deployment should create two VEE instances of component 1, one VEE instance of component 2, and one VEE instance of component 3.
  • The VEE 1 instances must be activated before the VEE 2 and VEE 3 instances. An elastic rule is defined that expands the application by creating other VEE 2 and VEE 3 instances. The IaaS site contains four VEEH servers, A, B, C, D and F. The site is configured with both NAS and DAS to house the Cached Master Images and Cloned Images storage pools. As provided earlier, the caching of master images may be handled with P2P caching and CoW may be used to clone images.
  • In the following, events and flows relating to deploying application 123, elastic expansion of 123 and data center consolidation to support lower power utilization are provided:
      • 1. The site prior to the deploying application 123 is illustrated in FIG. 3C. Application ab is already deployed, with VEE instance a running on VEEH D.
      • 2. Application 123 is deployed. The placement policy is currently Load Balancing so VEEM spreads the VEEs evenly amongst the VEEHs:
        • (a) The application's master images are cached by downloading the images in parallel from Service Provider A. VEEH A caches the master image for component 1. VEEH B caches the master image for component 2. VEEH C caches the master image for component 3. The images are distributed to the various VEEHs' master image caches.
        • (b) VEE instances of the application components are instantiated in parallel by cloning, customizing and creating them in active or suspended state. The cloned images are distributed to the various VEEHs. VEEH A instantiates one VEE 1 instance in active state. VEEH B instantiates one VEE 2 instance in suspended state and another VEE 1 instance in active state. Notice that VEEH B did not have to cache another master image of component 1 because it was already cached by VEEH A. VEEH C instantiates one VEE 3 instance in suspended state.
        • (c) VEE instances 2 and 3 are resumed in parallel. VEEH B resumes the VEE 1 instance. VEEH C resumes the VEE 2 instance.
      • 3. An elastic rule is triggered to expand application 123 with one VEE 2 and two more VEE 3. VEEM places a new VEE 2 instance on VEEH D and the new VEE 3 instance on VEEH F and another VEE 3 instances on VEEH C:
        • (a) In parallel, VEEH D caches a master image for VEE 2 using P2P to copy the master image that resides in VEEH D's repository and VEEH D caches a master image for VEE 3 using P2P to copy from VEEH C.
        • (b) VEEH C, VEEH D and VEEH F clone, customize and activate a new VEE 3, a VEE 2 and another VEE 3 instances. Note, VEEH C does need to cache another master image for 3 since it already exists in its cache.
  • Referring back to the process of using CoW in tandem with policy-controlled background synchronization to provision replicated resources in a network environment, in one embodiment, the system balances a trade-off between the initial provisioning delay and performance degradation due to I/O delay after initial provisioning, by varying the rate of background replication either adaptively or according to a pre-defined policy stemming from a best practice.
  • Using CoW in the above exemplary cases helps reducing the time to provision the required resources. The background synchronization also helps mitigate the performance penalties associated with write operations. Background synchronization may incur an overhead, however, because it consumes valuable resources such as bandwidth and this may interfere with performance of the CoW-provisioned resource and other resources using the same shared networking infrastructure (e.g., VMs sharing the same physical host and thus sharing the same physical NIC). Therefore, utility of the background synchronization may be optimized through a policy-driven background synchronization controller.
  • For example, if background synchronization is set at a low rate, it may not keep up pace with I/O operations being performed on the resource being synchronized, thus rendering synchronization overhead utility zero or even negative if this process also impacts other services performance. If background synchronization is set at a too high rate, synchronization cancels the advantages of using CoW. Seeking an optimal rate, possibly adaptively, will set synchronization process at an optimal rate where utility is maximized.
  • In one embodiment, application components are represented by virtual machines (VMs) and their virtual resources in the cloud. An elastic application may dynamically increase or decrease the number of instances of any of its component VMs. Elasticity virtually offers unlimited application scalability. This scalability is achieved mainly through horizontal scaling (scale-out) of the application by creating new VMs derived from a component's master image. The process of creating new VMs for the elastic applications may be automated.
  • A service definition manifest comprising predefined specifications on how to customize new VM instances, and rules of when to expand an application by creating new VMs, which trigger the system to deploy a new customized VM instances may be provided. The customized image may be based on a master image which is downloaded from a repository owned by a cloud service provider. The downloaded image is then customized. The downloading and subsequent customization constitutes VM provisioning as provided earlier.
  • In one embodiment, the master image is downloaded and customized in place. To speed up VM provisioning caching of master images and subsequent cloning for customization may be used as provided above. As also noted earlier, CoW may be utilized to make the cloning operation more efficient. CoW may however degrade the I/O performance of an application when it modifies a lot of data from the original master copy. In order to mitigate this I/O performance degradation a background process may be added to synchronize the CoW image with its cached master. Once synchronization is completed, there is no write penalty associated with the synchronized image. However, the background synchronization process may consume valuable resources and, therefore, a policy-driven control of the background image data transfer would be helpful to optimize the process.
  • It should be noted that there is no single universal policy to handle all possible situations. Therefore, in some embodiments, an adaptive synchronization process may be utilized. CoW and background synchronization may be used to capture a point-in-time image. Sections of the base image may be written after the CoW image is updated. In one embodiment, the CoW image is written to by the user during synchronization and the base image stays intact. Further, the base image may be a base for one or more unique CoW images that may be written too at anytime. As such, CoW may be utilized as a mechanism to create customized clones of virtual resources, as noted earlier.
  • The policies governing the rate of background synchronization may differ from those to govern storage controller flash copy synchronization. The storage controller balances its background synchronization against I/O requirements of the whole system and minimum time allowed to complete a point-in-time copy. For example, quality of service agreements formulated with the customer defining the type of performance that they expect and the minimum elapse type to deploy a clone of some virtual resource. Using more bandwidth to complete background synchronization faster may impact performance of already deployed services creating I/O bottleneck in the network. On the other hand using less bandwidth results in longer synchronization time and I/O overhead of the newly deployed service, which may result in breach of this service's performance SLOs. The optimization is therefore a system-wide where the total benefit of all deployed services is being optimized.
  • The above implementation will allow the deployment of virtual resources more rapidly with a controlled strategy to mitigate any performance related degradation. As suggested earlier, in one embodiment, the master copy is cached at the site's local storage. Once a master image is cached it is cloned and customized to create a VM instance. Cloning is performed by creating a copy of the cached master image. The proposed CoW-based cloning method allocates storage for a file that is backed by the cached master image. Changed blocks are recorded in the new file. CoW allows sharing of the same cached master image amongst many clone instances, thus reducing the storage required to deploy an elastic application. Further it reduces the clone creation time. The savings can be considerable when deploying very large applications. Rapid cloning with CoW is also helpful in the context of elasticity as disclosed above and provides for an automated on-demand mechanism to respond rapidly to increases in demand.
  • As noted, since CoW degrades the I/O performance of the application and the tendency for data fragmentation in the physical storage, a background process may be utilized to synchronize the CoW image with its cached master. The process would simulate modification of chunks of data in the subject CoW image, causing chunks of data to be copied in an orderly sequential fashion from the cached master to the area allocated for the clone. Once completed there is no write penalty associated with the synchronized image.
  • To control the overhead of the background synchronization, network usage is monitored and optimal residual network bandwidth is computed and allocated to the background synchronization without compromising QoS of other services. For example, network usage of the running services may be monitored. Typically this monitoring information is readily available through SNMP and NetFlow protocols that are deployed for other management purposes in modern data centers. When application-induced network usage combined with the background synchronization processes network usage exceeds some threshold value, the background synchronization controller may automatically reduce bandwidth available to background synchronization. To further optimize this process, the controller may preferentially treat synchronization processes being in different stages of progress, aiming at maximizing the total number of background synchronization completions in shortest possible time.
  • In one embodiment, a background synchronization policy may be implemented based on prior knowledge about clone write request probabilities distribution. This knowledge is possible in the elastic computing use case, where VM instances are being added and removed on demand to match variations in the workload. In this scenario, statistics may be gathered on the write requests that are applied to clones when they created and the time-dependent probabilities for referencing shards comprising the clone image may be computed. Thus, one background synchronization policy may pre-schedule shards copying subject to maximal disk throughput allocated to background copying constraint.
  • In one embodiment, the algorithm partitions the time axis into windows of equal duration where duration D is configurable. For each time window W there is a plurality of shards s \in [1, H], where each shard is written with probability P{w,s}. Let B be maximum bandwidth allowed for background synchronization in any window, where B is configurable parameter, being configured by administrator. Each time window is treated as a bin of capacity C. Each shard is treated as an item that can be allocated into any of the bins (i.e., scheduled for copying in this window), but value of the each item (i.e., shard) varies across bins as V(s, w)=P(w,s}. Accordingly, the total value of scheduling is maximized by: max Z=\sum_{i}̂{W}\sum_{s}̂{H} x_{i,s}*V(s,i), where x_{i,s} \in [0,1] is a decision variable s.t., if x_{i,s}=0, shard s is not being scheduled for copying in window i. If 0<x_{i,s}<=1, the value of the variable signifies the fraction of the shard to be transferred in window i. The capacity restriction (disk bandwidth restriction) is of the form: \foreach i \in [1, W], \sum_{s}̂{H} x_{i,s}*G_{s}/D<=C, where G_{s} is the size of shard s.
  • This LP problem be solved by of an LP solvers (e.g., ILOG CPLEX) efficiently even for very large number of variables (shards*#of time windows). Since probability of being referenced (by writing) for the shard represents its “value”, the LP solution will tend to schedule copying of the larger fractions of shards that are more likely to be referenced in the close (in time) windows. By proper configuring C, D, W and G parameters, it is possible to achieve the background copying process that will not interfere with the normal disk operation and will copy enough most probably referenced shards in advance so that the write requests to the clone will not be significantly punished on the average.
  • In different embodiments, the claimed subject matter may be implemented as a combination of both hardware and software elements, or alternatively either entirely in the form of hardware or entirely in the form of software. Further, computing systems and program software disclosed herein may comprise a controlled computing environment that may be presented in terms of hardware components or logic code executed to perform methods and processes that achieve the results contemplated herein. Said methods and processes, when performed by a general purpose computing system or machine, convert the general purpose machine to a specific purpose machine.
  • Referring to FIGS. 4A and 4B, a computing system environment in accordance with an exemplary embodiment may be composed of a hardware environment 1110 and a software environment 1120. The hardware environment 1110 may comprise logic units, circuits or other machinery and equipments that provide an execution environment for the components of software environment 1120. In turn, the software environment 1120 may provide the execution instructions, including the underlying operational settings and configurations, for the various components of hardware environment 1110.
  • Referring to FIG. 4A, the application software and logic code disclosed herein may be implemented in the form of computer readable code executed over one or more computing systems represented by the exemplary hardware environment 1110. As illustrated, hardware environment 110 may comprise a processor 1101 coupled to one or more storage elements by way of a system bus 1100. The storage elements, for example, may comprise local memory 1102, storage media 1106, cache memory 1104 or other computer-usable or computer readable media. Within the context of this disclosure, a computer usable or computer readable storage medium may include any recordable article that may be utilized to contain, store, communicate, propagate or transport program code.
  • A computer readable storage medium may be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor medium, system, apparatus or device. The computer readable storage medium may also be implemented in a propagation medium, without limitation, to the extent that such implementation is deemed statutory subject matter. Examples of a computer readable storage medium may include a semiconductor or solid-state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk, an optical disk, or a carrier wave, where appropriate. Current examples of optical disks include compact disk, read only memory (CD-ROM), compact disk read/write (CD-R/W), digital video disk (DVD), high definition video disk (HD-DVD) or Blue-Ray™ disk.
  • In one embodiment, processor 1101 loads executable code from storage media 1106 to local memory 1102. Cache memory 1104 optimizes processing time by providing temporary storage that helps reduce the number of times code is loaded for execution. One or more user interface devices 1105 (e.g., keyboard, pointing device, etc.) and a display screen 1107 may be coupled to the other elements in the hardware environment 1110 either directly or through an intervening I/O controller 1103, for example. A communication interface unit 1108, such as a network adapter, may be provided to enable the hardware environment 1110 to communicate with local or remotely located computing systems, printers and storage devices via intervening private or public networks (e.g., the Internet). Wired or wireless modems and Ethernet cards are a few of the exemplary types of network adapters.
  • It is noteworthy that hardware environment 1110, in certain implementations, may not include some or all the above components, or may comprise additional components to provide supplemental functionality or utility. Depending on the contemplated use and configuration, hardware environment 1110 may be a desktop or a laptop computer, or other computing device optionally embodied in an embedded system such as a set-top box, a personal digital assistant (PDA), a personal media player, a mobile communication unit (e.g., a wireless phone), or other similar hardware platforms that have information processing or data storage capabilities.
  • In some embodiments, communication interface 1108 acts as a data communication port to provide means of communication with one or more computing systems by sending and receiving digital, electrical, electromagnetic or optical signals that carry analog or digital data streams representing various types of information, including program code. The communication may be established by way of a local or a remote network, or alternatively by way of transmission over the air or other medium, including without limitation propagation over a carrier wave.
  • As provided here, the disclosed software elements that are executed on the illustrated hardware elements are defined according to logical or functional relationships that are exemplary in nature. It should be noted, however, that the respective methods that are implemented by way of said exemplary software elements may be also encoded in said hardware elements by way of configured and programmed processors, application specific integrated circuits (ASICs), field programmable gate arrays (FPGAs) and digital signal processors (DSPs), for example.
  • Referring to FIG. 4B, software environment 1120 may be generally divided into two classes comprising system software 1121 and application software 1122 as executed on one or more hardware environments 1110. In one embodiment, the methods and processes disclosed here may be implemented as system software 1121, application software 1122, or a combination thereof. System software 1121 may comprise control programs, such as an operating system (OS) or an information management system, that instruct one or more processors 1101 (e.g., microcontrollers) in the hardware environment 1110 on how to function and process information. Application software 1122 may comprise but is not limited to program code, data structures, firmware, resident software, microcode or any other form of information or routine that may be read, analyzed or executed by a processor 1101.
  • In other words, application software 1122 may be implemented as program code embedded in a computer program product in form of a computer-usable or computer readable storage medium that provides program code for use by, or in connection with, a computer or any instruction execution system. Moreover, application software 1122 may comprise one or more computer programs that are executed on top of system software 1121 after being loaded from storage media 1106 into local memory 1102. In a client-server architecture, application software 1122 may comprise client software and server software. For example, in one embodiment, client software may be executed on a client computing system that is distinct and separable from a server computing system on which server software is executed.
  • Software environment 1120 may also comprise browser software 1126 for accessing data available over local or remote computing networks. Further, software environment 1120 may comprise a user interface 1124 (e.g., a graphical user interface (GUI)) for receiving user commands and data. It is worthy to repeat that the hardware and software architectures and environments described above are for purposes of example. As such, one or more embodiments may be implemented over any type of system architecture, functional or logical platform or processing environment.
  • It should also be understood that the logic code, programs, modules, processes, methods and the order in which the respective processes of each method are performed are purely exemplary. Depending on implementation, the processes or any underlying sub-processes and methods may be performed in any order or concurrently, unless indicated otherwise in the present disclosure. Further, unless stated otherwise with specificity, the definition of logic code within the context of this disclosure is not related or limited to any particular programming language, and may comprise one or more modules that may be executed on one or more processors in distributed, non-distributed, single or multiprocessing environments.
  • As will be appreciated by one skilled in the art, a software embodiment may include firmware, resident software, micro-code, etc. Certain components including software or hardware or combining software and hardware aspects may generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, the subject matter disclosed may be implemented as a computer program product embodied in one or more computer readable storage medium(s) having computer readable program code embodied thereon. Any combination of one or more computer readable storage medium(s) may be utilized. The computer readable storage medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
  • In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing. Computer program code for carrying out the disclosed operations may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • Certain embodiments are disclosed with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer program instructions may also be stored in a computer readable storage medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable storage medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures.
  • For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
  • The claimed subject matter has been provided here with reference to one or more features or embodiments. Those skilled in the art will recognize and appreciate that, despite of the detailed nature of the exemplary embodiments provided here, changes and modifications may be applied to said embodiments without limiting or departing from the generally intended scope. These and various other adaptations and combinations of the embodiments provided here are within the scope of the disclosed subject matter as defined by the claims and their full set of equivalents.
  • As noted earlier, certain embodiments may be implemented in a cloud computing environment. Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that may be rapidly provisioned and released with minimal management effort or interaction with a provider of the service. This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
  • Using the on-demand self-service, a cloud consumer may unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider. Broad network access capabilities may be available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
  • Resource pooling allows the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
  • Rapid elasticity capabilities may be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and may be purchased in any quantity at any time. Measured service allows cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage may be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
  • Several service models are available, depending on implementation. Software as a Service (SaaS) provides the capability to use the provider's applications running on a cloud infrastructure. The applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail). The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
  • Platform as a Service (PaaS) provides the capability to deploy onto the cloud infrastructure consumer-created or acquired applications created using programming languages and tools supported by the provider. The consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
  • Infrastructure as a Service (IaaS) provides the capability to provision processing, storage, networks, and other fundamental computing resources where the consumer is able to deploy and run arbitrary software, which may include operating systems and applications. The consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
  • Several deployment models may be provided. A private cloud provides a cloud infrastructure that is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises. A community cloud provides a cloud infrastructure that is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be managed by the organizations or a third party and may exist on-premises or off-premises.
  • A public cloud may provide a cloud infrastructure that is made available to the general public or a large industry group and is owned by an organization selling cloud services. A hybrid cloud provides a cloud infrastructure that is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).
  • A cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability. At the heart of cloud computing is an infrastructure comprising a network of interconnected nodes. Referring now to FIG. 5A, a schematic of an example of a cloud computing node is shown. Cloud computing node 2010 is one example of a suitable cloud computing node and is not intended to suggest any limitation as to the scope of use or functionality of embodiments described herein. Regardless, cloud computing node 2010 is capable of being implemented and/or performing any of the functionality set forth hereinabove.
  • In cloud computing node 2010, there is a computer system/server 2012, which is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server 2012 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like.
  • Computer system/server 2012 may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types. Computer system/server 2012 may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computer system storage media including memory storage devices.
  • As shown in FIG. 5A, computer system/server 2012 in cloud computing node 2010 is shown in the form of a general-purpose computing device. The components of computer system/server 2012 may include, but are not limited to, one or more processors or processing units 2016, a system memory 2028, and a bus 2018 that couples various system components including system memory 2028 to processor 2016.
  • Bus 2018 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnects (PCI) bus.
  • Computer system/server 2012 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server 2012, and it includes both volatile and non-volatile media, removable and non-removable media. System memory 2028 may include computer system readable media in the form of volatile memory, such as random access memory (RAM) 30 and/or cache memory 32.
  • Computer system/server 2012 may further include other removable/non-removable, volatile/non-volatile computer system storage media. By way of example, storage system 34 may be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a “hard drive”). Although not shown, a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”), and an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media may be provided.
  • In some instances, the above components may be connected to bus 2018 by one or more data media interfaces. As will be further depicted and described below, memory 2028 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of one or more embodiments.
  • Program/utility 2040, having a set (at least one) of program modules 42, may be stored in memory 2028 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment. Program modules 42 generally carry out the functions and/or methodologies of one or more embodiments.
  • Computer system/server 2012 may also communicate with one or more external devices 2014 such as a keyboard, a pointing device, a display 2024, etc.; one or more devices that enable a user to interact with computer system/server 2012; and/or any devices (e.g., network card, modem, etc.) that enable computer system/server 2012 to communicate with one or more other computing devices. Such communication may occur via I/O interfaces 2022. Still yet, computer system/server 2012 may communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter 2020.
  • As depicted, network adapter 2020 communicates with the other components of computer system/server 2012 via bus 2018. It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server 2012. Examples, include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.
  • Referring now to FIG. 5B, illustrative cloud computing environment 2050 is depicted. As shown, cloud computing environment 2050 comprises one or more cloud computing nodes 2010 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 2054A, desktop computer 2054B, laptop computer 2054C, and/or automobile computer system 2054N may communicate.
  • Nodes 2010 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof. This allows cloud computing environment 2050 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device.
  • It is understood that the types of computing devices 54A-N shown in FIG. 5B are intended to be illustrative only and that computing nodes 2010 and cloud computing environment 2050 may communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
  • Referring now to FIG. 5C, a set of functional abstraction layers provided by cloud computing environment 2050 (FIG. 5B) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 5C are intended to be illustrative of one or more embodiments and are not limited thereto. As depicted, the following layers and corresponding functions are provided.
  • Hardware and software layer 2060 includes hardware and software components. Examples of hardware components include mainframes, in one example IBM® zSeries® systems; RISC (Reduced Instruction Set Computer) architecture based servers, in one example IBM pSeries® systems; IBM xSeries® systems; IBM BladeCenter® systems; storage devices; networks and networking components. Examples of software components include network application server software, in one example IBM WebSphere® application server software; and database software, in one example IBM DB2® database software. (IBM, zSeries, pSeries, xSeries, BladeCenter, WebSphere, and DB2 are trademarks of International Business Machines Corporation registered in many jurisdictions worldwide).
  • Virtualization layer 2062 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers; virtual storage; virtual networks, including virtual private networks; virtual applications and operating systems; and virtual clients. In one example, management layer 2064 may provide the functions described below. Resource provisioning provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
  • Metering and pricing provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses. Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources. User portal provides access to the cloud computing environment for consumers and system administrators. Service level management provides cloud computing resource allocation and management such that required service levels are met.
  • Service Level Agreement (SLA) planning and fulfillment provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA. Workloads layer 2066 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation; software development and lifecycle management; virtual classroom education delivery; data analytics processing; transaction processing; etc.

Claims (25)

1. A method for deploying a virtual machine (VM) on a host, the method comprising:
notifying a host to download a master copy of a VM image from a remotely located network storage device, in response to a service provider providing a definition manifest for a service request supported by the VM,
wherein the host deploys the VM directly from the VM image downloaded to a storage medium locally connected to the host machine,
wherein deployment of the VM allows the host to locally service the service request associated with the definition manifest,
wherein the host replicates copies of the VM image, in response to receiving additional service requests to create one or more VM clones;
wherein the host customizes the one or more VM clones based on the definition manifest.
2. The method of claim 1, wherein the one or more VM clones are cached by the host on the storage medium locally connected to the host machine, in response to determining that the network bandwidth is less than a threshold level.
3. The method of claim 1, wherein the one or more VM clones are cached by the host on a shared storage device, in response to determining that the network bandwidth is greater than a threshold level.
4. The method of claim 1, wherein the one or more VM clones are cloned by the host by way of copy-on-write procedure.
5. The method of claim 1, wherein the one or more VM clones are created from a single master image.
6. The method of claim 4, wherein a background synchronization policy is implemented to maximize chances of having blocks of the one or more VM clones when the blocks are referenced for writing.
7. The method of claim 4, wherein at least one copy of the VM image is cloned by the host by way of copy-on-write procedure prior to receiving an additional service request for services provided by the VM deployed by the host.
8. The method of claim 1, wherein the one or more VM clones are cached by the host on a direct attached storage (DAS) device.
9. The method of claim 1, wherein the one or more VM clones are cached by the host on a shared storage area network (SAN) device or a shared network attached storage (NAS) device.
10. The method of claim 1, wherein the host determines how often or how many copies of the VM image are to be cloned.
11. The method of claim 4, wherein the one or more VM clones are synchronized in the background after the copy-on-write procedure is initiated.
12. The method of claim 1, wherein the master copy of the VM image is copied by the host from one or more peer hosts.
13. The method of claim 1, wherein two or more hosts download concurrently and independently download the master copy of the VM image.
14. The method of claim 13, wherein the master copy of the VM image is downloaded from one or more peer hosts.
15. A method for deploying a virtual machine (VM) on a host, the method comprising:
downloading a master copy of a VM image from a remotely located network storage device to a proxy host coupled to one or more other hosts, in response to a service provider providing a definition manifest for a service request supported by the VM;
notifying the one or more other hosts to download the master copy of the VM image from the proxy host,
wherein the proxy host deploys the VM directly from the VM image downloaded to a storage medium locally connected to the host machine,
wherein deployment of the VM allows the proxy host to locally service the service request associated with the definition manifest,
wherein the proxy host replicates copies of the VM image, in response to receiving additional service requests to create one or more VM clones;
wherein the proxy host customizes the one or more VM clones based on the definition manifest.
16. The method of claim 15, wherein the one or more VM clones are cached by the host on the storage medium locally connected to the host machine, in response to determining that the network bandwidth is less than a threshold level.
17. The method of claim 15, wherein the one or more VM clones are cached by the host on a shared storage device, in response to determining that the network bandwidth is greater than a threshold level.
18. The method of claim 15, wherein the one or more VM clones are cloned by the host by way of copy-on-write procedure.
19. The method of claim 15, wherein the one or more VM clones are created from a single master image.
20. The method of claim 18, wherein a background synchronization policy is implemented to maximize chances of having blocks of the one or more VM clones when the blocks are referenced for writing.
21. The method of claim 18, wherein at least one copy of the VM image is cloned by the host by way of the copy-on-write procedure prior to receiving an additional service request for services provided by the VM deployed by the host.
22. The method of claim 15, wherein the one or more VM clones are cached by the host on a direct attached storage (DAS) device.
23. The method of claim 15, wherein the one or more VM clones are cached by the host on a shared storage area network (SAN) device or a shared network attached storage (NAS) device.
24. A system for deploying a virtual machine (VM) on a host, the system comprising:
a logic unit for notifying a host to download a master copy of a VM image from a remotely located network storage device, in response to a service provider providing a definition manifest for a service request supported by the VM,
wherein the host deploys the VM directly from the VM image downloaded to a storage medium locally connected to the host machine,
wherein deployment of the VM allows the host to locally service the service request associated with the definition manifest,
wherein the host replicates copies of the VM image, in response to receiving additional service requests to create one or more VM clones;
wherein the host customizes the one or more VM clones based on the definition manifest.
25. A computer program product comprising a computer readable storage medium having a computer readable program, wherein the computer readable program when executed on a computer causes the computer to:
notify a host to download a master copy of a VM image from a remotely located network storage device, in response to a service provider providing a definition manifest for a service request supported by the VM,
wherein the host deploys the VM directly from the VM image downloaded to a storage medium locally connected to the host machine,
wherein deployment of the VM allows the host to locally service the service request associated with the definition manifest,
wherein the host replicates copies of the VM image, in response to receiving additional service requests to create one or more VM clones;
wherein the host customizes the one or more VM clones based on the definition manifest.
US13/048,909 2011-03-16 2011-03-16 Optimized deployment and replication of virtual machines Active 2032-04-13 US8793684B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/048,909 US8793684B2 (en) 2011-03-16 2011-03-16 Optimized deployment and replication of virtual machines
US14/050,365 US9929931B2 (en) 2011-03-16 2013-10-10 Efficient provisioning and deployment of virtual machines

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US13/048,909 US8793684B2 (en) 2011-03-16 2011-03-16 Optimized deployment and replication of virtual machines

Publications (2)

Publication Number Publication Date
US20120240110A1 true US20120240110A1 (en) 2012-09-20
US8793684B2 US8793684B2 (en) 2014-07-29

Family

ID=46829521

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/048,909 Active 2032-04-13 US8793684B2 (en) 2011-03-16 2011-03-16 Optimized deployment and replication of virtual machines
US14/050,365 Active 2034-11-01 US9929931B2 (en) 2011-03-16 2013-10-10 Efficient provisioning and deployment of virtual machines

Family Applications After (1)

Application Number Title Priority Date Filing Date
US14/050,365 Active 2034-11-01 US9929931B2 (en) 2011-03-16 2013-10-10 Efficient provisioning and deployment of virtual machines

Country Status (1)

Country Link
US (2) US8793684B2 (en)

Cited By (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110246652A1 (en) * 2008-07-24 2011-10-06 Symform, Inc. Shared community storage network
US20120151480A1 (en) * 2010-12-14 2012-06-14 International Business Machines Corporation Preserving changes to a configuration of a running virtual machine
US20120266164A1 (en) * 2011-04-13 2012-10-18 International Business Machines Corporation Determining starting values for virtual machine attributes in a networked computing environment
US20120271797A1 (en) * 2011-04-22 2012-10-25 Symantec Corporation Reference volume for initial synchronization of a replicated volume group
US20120311579A1 (en) * 2011-06-02 2012-12-06 Hon Hai Precision Industry Co., Ltd. System and method for updating virtual machine template
US20130004089A1 (en) * 2011-03-22 2013-01-03 International Business Machines Corporation Scalable image distribution in virtualized server environments
US20130274006A1 (en) * 2012-04-17 2013-10-17 Igt Cloud based virtual environment authentication
US20130290952A1 (en) * 2012-04-25 2013-10-31 Jerry W. Childers, JR. Copying Virtual Machine Templates To Cloud Regions
US20130325433A1 (en) * 2012-05-31 2013-12-05 International Business Machines Corporation Model for Simulation Within Infrastructure Management Software
US20130339470A1 (en) * 2012-06-18 2013-12-19 International Business Machines Corporation Distributed Image Cache For Servicing Virtual Resource Requests in the Cloud
US20140101652A1 (en) * 2012-10-05 2014-04-10 International Business Machines Corporation Virtual machine based controller and upgrade mechanism
US20140109087A1 (en) * 2012-10-17 2014-04-17 Microsoft Corporation Virtual machine provisioning using replicated containers
US8862741B1 (en) * 2011-06-23 2014-10-14 Amazon Technologies, Inc. Layered machine images
US20140365626A1 (en) * 2013-06-10 2014-12-11 Amazon Technologies, Inc. Pre-configure and pre-launch compute resources
WO2015016805A1 (en) * 2013-07-29 2015-02-05 Hitachi, Ltd. Method and apparatus to conceal the configuration and processing of the replication by virtual storage
JP2015046159A (en) * 2013-08-27 2015-03-12 ヴイエムウェア インコーポレイテッドVMware,Inc. Virtual machine deployment and management engine
US20150089494A1 (en) * 2013-09-24 2015-03-26 International Business Machines Corporation Virtual machine template optimization
US20150106520A1 (en) * 2011-03-16 2015-04-16 International Business Machines Corporation Efficient Provisioning & Deployment of Virtual Machines
WO2015058071A1 (en) * 2013-10-17 2015-04-23 Ciena Corporation Method and apparatus for provisioning a virtual machine (virtual machine) from a network service provider
US9098378B2 (en) 2012-01-31 2015-08-04 International Business Machines Corporation Computing reusable image components to minimize network bandwidth usage
US20150242159A1 (en) * 2014-02-21 2015-08-27 Red Hat Israel, Ltd. Copy-on-write by origin host in virtual machine live migration
US9218176B1 (en) * 2014-06-13 2015-12-22 International Business Machines Corporation Software deployment in a distributed virtual machine environment
US20150381711A1 (en) * 2014-06-26 2015-12-31 Vmware, Inc. Methods and apparatus to scale application deployments in cloud computing environments
US9246840B2 (en) 2013-12-13 2016-01-26 International Business Machines Corporation Dynamically move heterogeneous cloud resources based on workload analysis
EP2953032A4 (en) * 2013-01-31 2016-01-27 Fujitsu Ltd Virtual computer management program, virtual computer management method, and virtual computer system
US20160036667A1 (en) * 2014-07-29 2016-02-04 Commvault Systems, Inc. Customized deployment in information management systems
CN105373574A (en) * 2014-08-19 2016-03-02 帕洛阿尔托研究中心公司 System and method for reconstructable all-in-one content system
US20160092463A1 (en) * 2014-09-25 2016-03-31 Netapp, Inc. Synchronizing configuration of partner objects across distributed storage systems using transformations
US9311128B2 (en) 2013-04-30 2016-04-12 International Business Machines Corporation Bandwidth-Efficient virtual machine image delivery over distributed nodes based on priority and historical access criteria
US20160105483A1 (en) * 2013-06-19 2016-04-14 Huawei Technologies Co., Ltd. Method Used for Hypertext Transfer Protocol Network, and Broadband Network Gateway
US9372726B2 (en) 2013-01-09 2016-06-21 The Research Foundation For The State University Of New York Gang migration of virtual machines using cluster-wide deduplication
US20160179409A1 (en) * 2014-12-17 2016-06-23 Red Hat, Inc. Building file system images using cached logical volume snapshots
EP2915044A4 (en) * 2012-11-05 2016-07-20 Sea Street Technologies Inc Systems and methods for provisioning and managing an elastic computing infrastructure
US9495238B2 (en) 2013-12-13 2016-11-15 International Business Machines Corporation Fractional reserve high availability using cloud command interception
US9519441B1 (en) 2012-09-30 2016-12-13 EMC IP Holding Company LLC Automated storage provisioning and management using a centralized database
US20170031825A1 (en) * 2015-07-27 2017-02-02 Datrium, Inc. Direct Host-To-Host Transfer for Local Caches in Virtualized Systems
US20170192814A1 (en) * 2014-08-23 2017-07-06 Vmware, Inc. Rapid Suspend/Resume for Virtual Machines via Resource Sharing
US9749291B2 (en) * 2011-07-15 2017-08-29 International Business Machines Corporation Securing applications on public facing systems
US10067800B2 (en) * 2014-11-06 2018-09-04 Vmware, Inc. Peripheral device sharing across virtual machines running on different host computing systems
US20180268115A1 (en) * 2017-03-17 2018-09-20 Huawei Technologies Co., Ltd. Container License Management Method, and Apparatus
US10089135B2 (en) * 2016-08-09 2018-10-02 International Business Machines Corporation Expediting the provisioning of virtual machines based on cached repeated portions of a template
US20180287868A1 (en) * 2017-03-31 2018-10-04 Fujitsu Limited Control method and control device
WO2018236567A1 (en) * 2017-06-21 2018-12-27 Alibaba Group Holding Limited Systems, methods, and apparatuses for docker image downloading
US10203978B2 (en) 2013-12-20 2019-02-12 Vmware Inc. Provisioning customized virtual machines without rebooting
US10225164B2 (en) * 2012-09-07 2019-03-05 Oracle International Corporation System and method for providing a cloud computing environment
WO2020005530A1 (en) * 2018-06-25 2020-01-02 Amazon Technologies, Inc. Network-accessible computing service for micro virtual machines
US20200076909A1 (en) * 2018-08-28 2020-03-05 Cujo LLC Determining active application usage through a network traffic hub
CN111045778A (en) * 2018-10-11 2020-04-21 华为技术有限公司 Virtual machine creating method and device, server and storage medium
US10754699B2 (en) * 2012-08-05 2020-08-25 International Business Machines Corporation Remote provisioning of virtual appliances for access to virtualized storage
CN112260970A (en) * 2015-10-13 2021-01-22 甲骨文国际公司 System and method for efficient network isolation and load balancing in a multi-tenant cluster environment
US10977063B2 (en) 2013-12-20 2021-04-13 Vmware, Inc. Elastic compute fabric using virtual machine templates
US11055124B1 (en) * 2012-09-30 2021-07-06 EMC IP Holding Company LLC Centralized storage provisioning and management across multiple service providers
US11144511B1 (en) 2020-05-26 2021-10-12 Snowflake Inc. Share replication between remote deployments
US11354162B2 (en) * 2018-05-03 2022-06-07 LGS Innovations LLC Systems and methods for cloud computing data processing
US20220188403A1 (en) * 2020-12-14 2022-06-16 Visiotech DWC-LLC Multilevel virtual machines for secure testing of protected networks
US20220217043A1 (en) * 2012-03-30 2022-07-07 Commvault Systems, Inc. Migration of an existing computing system to new hardware
US11500670B2 (en) 2018-12-11 2022-11-15 Amazon Technologies, Inc. Computing service with configurable virtualization control levels and accelerated launches
US20230221980A1 (en) * 2019-02-27 2023-07-13 Cohesity, Inc. Deploying a cloud instance of a user virtual machine

Families Citing this family (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8549347B1 (en) 2010-12-20 2013-10-01 Amazon Technologies, Inc. Techniques for network replication
US9076239B2 (en) * 2009-04-30 2015-07-07 Stmicroelectronics S.R.L. Method and systems for thumbnail generation, and corresponding computer program product
US9852011B1 (en) * 2009-06-26 2017-12-26 Turbonomic, Inc. Managing resources in virtualization systems
US8863141B2 (en) * 2011-12-14 2014-10-14 International Business Machines Corporation Estimating migration costs for migrating logical partitions within a virtualized computing environment based on a migration cost history
US9250827B2 (en) 2012-12-14 2016-02-02 Vmware, Inc. Storing checkpoint file in high performance storage device for rapid virtual machine suspend and resume
US9304703B1 (en) 2015-04-15 2016-04-05 Symbolic Io Corporation Method and apparatus for dense hyper IO digital retention
US10133636B2 (en) 2013-03-12 2018-11-20 Formulus Black Corporation Data storage and retrieval mediation system and methods for using same
US9817728B2 (en) 2013-02-01 2017-11-14 Symbolic Io Corporation Fast system state cloning
WO2015009318A1 (en) * 2013-07-19 2015-01-22 Hewlett-Packard Development Company, L.P. Virtual machine resource management system and method thereof
US9912570B2 (en) * 2013-10-25 2018-03-06 Brocade Communications Systems LLC Dynamic cloning of application infrastructures
US9818069B2 (en) * 2014-04-07 2017-11-14 Cubic Corporation Systems and methods for queue management
US20190173770A1 (en) * 2014-06-04 2019-06-06 Nutanix, Inc. Method and system for placement of virtual machines using a working set computation
US10241836B2 (en) * 2014-06-11 2019-03-26 Vmware, Inc. Resource management in a virtualized computing environment
US9389901B2 (en) * 2014-09-09 2016-07-12 Vmware, Inc. Load balancing of cloned virtual machines
US9591094B2 (en) * 2014-09-10 2017-03-07 Amazon Technologies, Inc. Caching of machine images
JP2016081119A (en) * 2014-10-10 2016-05-16 富士通株式会社 Information processing system, control method thereof, and control program of control apparatus
US9594649B2 (en) 2014-10-13 2017-03-14 At&T Intellectual Property I, L.P. Network virtualization policy management system
US10002058B1 (en) * 2014-11-26 2018-06-19 Intuit Inc. Method and system for providing disaster recovery services using elastic virtual computing resources
US10148528B2 (en) * 2014-12-05 2018-12-04 Accenture Global Services Limited Cloud computing placement and provisioning architecture
US10463957B2 (en) * 2015-03-17 2019-11-05 Amazon Technologies, Inc. Content deployment, scaling, and telemetry
US10061514B2 (en) 2015-04-15 2018-08-28 Formulus Black Corporation Method and apparatus for dense hyper IO digital retention
US10623481B2 (en) * 2015-04-27 2020-04-14 Microsoft Technology Licensing, Llc Balancing resources in distributed computing environments
US9954949B2 (en) 2015-04-30 2018-04-24 Hewlett Packard Enterprise Development Lp Cloud images
US10057187B1 (en) 2015-05-27 2018-08-21 Amazon Technologies, Inc. Dynamic resource creation to connect client resources in a distributed system
US10922115B2 (en) * 2015-06-30 2021-02-16 Telefonaktiebolaget Lm Ericsson (Publ) Commissioning of virtualized entities
US9979779B2 (en) 2015-08-19 2018-05-22 International Business Machines Corporation Scheduling software deployment
US11625257B2 (en) * 2016-06-29 2023-04-11 Vmware, Inc. Provisioning executable managed objects of a virtualized computing environment from non-executable managed objects
US10409618B2 (en) 2016-07-13 2019-09-10 International Business Machines Corporation Implementing VM boot profiling for image download prioritization
US10146563B2 (en) 2016-08-03 2018-12-04 International Business Machines Corporation Predictive layer pre-provisioning in container-based virtualization
US10931741B1 (en) * 2017-01-13 2021-02-23 Amazon Technologies, Inc. Usage-sensitive computing instance management
US11095501B2 (en) 2017-01-30 2021-08-17 Hewlett Packard Enterprise Development Lp Provisioning and activating hardware resources
US10761869B2 (en) * 2017-06-26 2020-09-01 Wangsu Science & Technology Co., Ltd. Cloud platform construction method and cloud platform storing image files in storage backend cluster according to image file type
US10684881B2 (en) * 2017-11-07 2020-06-16 International Business Machines Corporation Batch processing of computing elements to conditionally delete virtual machine(s)
US10572186B2 (en) 2017-12-18 2020-02-25 Formulus Black Corporation Random access memory (RAM)-based computer systems, devices, and methods
US20190250946A1 (en) * 2018-02-13 2019-08-15 International Business Machines Corporation Migrating a software container taking into account resource constraints
US11573838B2 (en) * 2018-04-20 2023-02-07 Vmware, Inc. Methods and apparatus to improve workload domain management in virtualized server systems using a free pool of virtualized servers
US10606632B2 (en) * 2018-05-15 2020-03-31 Vmware, Inc. Preventing interruption during virtual machine reboot
US10735481B2 (en) * 2018-06-11 2020-08-04 International Business Machines Corporation Multiple web conference screen display sharing
CN110704175B (en) * 2018-07-10 2022-08-02 中国电信股份有限公司 Container deployment method and device
US10620987B2 (en) 2018-07-27 2020-04-14 At&T Intellectual Property I, L.P. Increasing blade utilization in a dynamic virtual environment
US10929048B2 (en) * 2018-10-01 2021-02-23 EMC IP Holding Company LLC Dynamic multiple proxy deployment
US10949239B2 (en) * 2018-12-14 2021-03-16 Hewlett Packard Enterprise Development Lp Application deployment in a container management system
WO2020142431A1 (en) 2019-01-02 2020-07-09 Formulus Black Corporation Systems and methods for memory failure prevention, management, and mitigation
US11055079B2 (en) 2019-01-31 2021-07-06 Vmware, Inc. Systems and methods for just-in-time application implementation
US11221887B2 (en) * 2019-03-22 2022-01-11 Amazon Technologies, Inc. Bin-packing virtual machine workloads using forecasted capacity usage
US11243794B2 (en) 2019-03-22 2022-02-08 Amazon Technologies, Inc. Interactive GUI for bin-packing virtual machine workloads based on predicted availability of compute instances and scheduled use of the compute instances
US11249810B2 (en) 2019-03-22 2022-02-15 Amazon Technologies, Inc. Coordinated predictive autoscaling of virtualized resource groups
US11366702B1 (en) * 2019-03-29 2022-06-21 United Services Automobile Association (Usaa) Dynamic allocation of resources
US11677624B2 (en) * 2019-04-12 2023-06-13 Red Hat, Inc. Configuration of a server in view of a number of clients connected to the server
US11228643B2 (en) * 2019-06-04 2022-01-18 Capital One Services, Llc System and method for fast application auto-scaling
US11669365B1 (en) 2019-08-26 2023-06-06 Amazon Technologies, Inc. Task pool for managed compute instances
US11507425B2 (en) * 2019-11-19 2022-11-22 Huawei Cloud Computing Technologies Co., Ltd. Compute instance provisioning based on usage of physical and virtual components
US11321124B2 (en) 2019-12-23 2022-05-03 UiPath, Inc. On-demand cloud robots for robotic process automation
US11604627B2 (en) 2020-05-07 2023-03-14 UiPath Inc. Systems and methods for on-demand provisioning of robotic process automation environments
US20220394081A1 (en) * 2021-06-03 2022-12-08 Mellanox Technologies, Ltd. Providing network quality of service for multiple users

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7356679B1 (en) * 2003-04-11 2008-04-08 Vmware, Inc. Computer image capture, customization and deployment
US20090260007A1 (en) * 2008-04-15 2009-10-15 International Business Machines Corporation Provisioning Storage-Optimized Virtual Machines Within a Virtual Desktop Environment
US20110246566A1 (en) * 2010-03-31 2011-10-06 Hooman Kashef Profile for media/audio user preferences database
US20110295560A1 (en) * 2008-12-03 2011-12-01 Trysome Limited Criticality of data

Family Cites Families (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7350206B2 (en) 2001-11-05 2008-03-25 Hewlett-Packard Development Company, L.P. Method to reduce provisioning time in shared storage systems by preemptive copying of images
US20060143617A1 (en) * 2004-12-29 2006-06-29 Knauerhase Robert C Method, apparatus and system for dynamic allocation of virtual platform resources
US7353378B2 (en) * 2005-02-18 2008-04-01 Hewlett-Packard Development Company, L.P. Optimizing computer system
US7877485B2 (en) 2005-12-02 2011-01-25 International Business Machines Corporation Maintaining session states within virtual machine environments
US9043391B2 (en) * 2007-02-15 2015-05-26 Citrix Systems, Inc. Capturing and restoring session state of a machine without using memory images
CN101290583B (en) * 2007-04-19 2011-03-16 国际商业机器公司 Method and system for providing image for virtual machine
US8141090B1 (en) * 2007-04-24 2012-03-20 Hewlett-Packard Development Company, L.P. Automated model-based provisioning of resources
US8065676B1 (en) * 2007-04-24 2011-11-22 Hewlett-Packard Development Company, L.P. Automated provisioning of virtual machines for a virtual machine buffer pool and production pool
WO2010104521A1 (en) * 2009-03-13 2010-09-16 Hewlett-Packard Development Company, L.P. Determining status assignments that optimize entity utilization and resource power consumption
US9424094B2 (en) * 2009-06-01 2016-08-23 International Business Machines Corporation Server consolidation using virtual machine resource tradeoffs
US8495428B2 (en) * 2009-06-30 2013-07-23 International Business Machines Corporation Quality of service management of end user devices in an end user network
CA2674402C (en) * 2009-07-31 2016-07-19 Ibm Canada Limited - Ibm Canada Limitee Optimizing on demand allocation of virtual machines using a stateless preallocation pool
US20110154327A1 (en) * 2009-09-11 2011-06-23 Kozat Ulas C Method and apparatus for data center automation
US8924534B2 (en) * 2009-10-27 2014-12-30 Vmware, Inc. Resource optimization and monitoring in virtualized infrastructure
US8429449B2 (en) * 2010-03-01 2013-04-23 International Business Machines Corporation Optimized placement of virtual machines in a network environment
US9207993B2 (en) * 2010-05-13 2015-12-08 Microsoft Technology Licensing, Llc Dynamic application placement based on cost and availability of energy in datacenters
US8793684B2 (en) * 2011-03-16 2014-07-29 International Business Machines Corporation Optimized deployment and replication of virtual machines
CN102760081B (en) * 2011-04-29 2016-01-27 国际商业机器公司 The method and apparatus that resources of virtual machine distributes
US9251033B2 (en) * 2011-07-07 2016-02-02 Vce Company, Llc Automatic monitoring and just-in-time resource provisioning system
US9489222B2 (en) * 2011-08-24 2016-11-08 Radware, Ltd. Techniques for workload balancing among a plurality of physical machines
US9250944B2 (en) * 2011-08-30 2016-02-02 International Business Machines Corporation Selection of virtual machines from pools of pre-provisioned virtual machines in a networked computing environment
US8631131B2 (en) * 2011-09-07 2014-01-14 Red Hat Israel, Ltd. Virtual machine pool cache
US8904008B2 (en) * 2012-01-09 2014-12-02 Microsoft Corporation Assignment of resources in virtual machine pools
US8732291B2 (en) * 2012-01-13 2014-05-20 Accenture Global Services Limited Performance interference model for managing consolidated workloads in QOS-aware clouds
US20130268672A1 (en) * 2012-04-05 2013-10-10 Valerie D. Justafort Multi-Objective Virtual Machine Placement Method and Apparatus
US8997093B2 (en) * 2012-04-17 2015-03-31 Sap Se Application installation management by selectively reuse or terminate virtual machines based on a process status
CN104412234A (en) * 2012-06-29 2015-03-11 惠普发展公司,有限责任合伙企业 Optimizing placement of virtual machines
US9454408B2 (en) * 2013-05-16 2016-09-27 International Business Machines Corporation Managing network utility of applications on cloud data centers
WO2015009318A1 (en) * 2013-07-19 2015-01-22 Hewlett-Packard Development Company, L.P. Virtual machine resource management system and method thereof
US9678771B2 (en) * 2013-07-31 2017-06-13 Citrix Systems, Inc. Autonomic virtual machine session lingering of inactive virtual machine sessions by a virtualization computing platform
US9203781B2 (en) * 2013-08-07 2015-12-01 Cisco Technology, Inc. Extending virtual station interface discovery protocol (VDP) and VDP-like protocols for dual-homed deployments in data center environments
CN111522652B (en) * 2013-08-13 2024-02-13 英特尔公司 Power balancing for increased load density and improved energy efficiency
US9727355B2 (en) * 2013-08-23 2017-08-08 Vmware, Inc. Virtual Hadoop manager
TWI603266B (en) * 2014-03-03 2017-10-21 廣達電腦股份有限公司 Resource adjustment methods and systems for virtual machines
US9632835B2 (en) * 2014-03-17 2017-04-25 Ca, Inc. Deployment of virtual machines to physical host machines based on infrastructure utilization decisions
US10430219B2 (en) * 2014-06-06 2019-10-01 Yokogawa Electric Corporation Configuring virtual machines in a cloud computing platform
US9575808B1 (en) * 2016-02-01 2017-02-21 Sas Institute Inc. Managing virtual machines

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7356679B1 (en) * 2003-04-11 2008-04-08 Vmware, Inc. Computer image capture, customization and deployment
US20090260007A1 (en) * 2008-04-15 2009-10-15 International Business Machines Corporation Provisioning Storage-Optimized Virtual Machines Within a Virtual Desktop Environment
US20110295560A1 (en) * 2008-12-03 2011-12-01 Trysome Limited Criticality of data
US20110246566A1 (en) * 2010-03-31 2011-10-06 Hooman Kashef Profile for media/audio user preferences database

Cited By (125)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8462665B2 (en) * 2008-07-24 2013-06-11 Symform, Inc. Shared community storage network
US20110246652A1 (en) * 2008-07-24 2011-10-06 Symform, Inc. Shared community storage network
US9344378B2 (en) 2008-07-24 2016-05-17 Quantum Corporation Shared community storage network
US20120151480A1 (en) * 2010-12-14 2012-06-14 International Business Machines Corporation Preserving changes to a configuration of a running virtual machine
US9110709B2 (en) * 2010-12-14 2015-08-18 International Business Machines Corporation Preserving changes to a configuration of a running virtual machine
US9110710B2 (en) * 2010-12-14 2015-08-18 International Business Machines Corporation Preserving changes to a configuration of a running virtual machine
US20130061227A1 (en) * 2010-12-14 2013-03-07 International Business Machines Corporation Preserving changes to a configuration of a running virtual machine
US9929931B2 (en) * 2011-03-16 2018-03-27 International Business Machines Corporation Efficient provisioning and deployment of virtual machines
US20150106520A1 (en) * 2011-03-16 2015-04-16 International Business Machines Corporation Efficient Provisioning & Deployment of Virtual Machines
US9609345B2 (en) * 2011-03-22 2017-03-28 International Business Machines Corporation Scalable image distribution in virtualized server environments
US9467712B2 (en) * 2011-03-22 2016-10-11 International Business Machines Corporation Scalable image distribution in virtualized server environments
US9734431B2 (en) * 2011-03-22 2017-08-15 International Business Machines Corporation Scalable image distribution in virtualized server environments
US20130004089A1 (en) * 2011-03-22 2013-01-03 International Business Machines Corporation Scalable image distribution in virtualized server environments
US20120266164A1 (en) * 2011-04-13 2012-10-18 International Business Machines Corporation Determining starting values for virtual machine attributes in a networked computing environment
US8806483B2 (en) * 2011-04-13 2014-08-12 International Business Machines Corporation Determining starting values for virtual machine attributes in a networked computing environment
US9311328B2 (en) * 2011-04-22 2016-04-12 Veritas Us Ip Holdings Llc Reference volume for initial synchronization of a replicated volume group
US20120271797A1 (en) * 2011-04-22 2012-10-25 Symantec Corporation Reference volume for initial synchronization of a replicated volume group
US20120311579A1 (en) * 2011-06-02 2012-12-06 Hon Hai Precision Industry Co., Ltd. System and method for updating virtual machine template
US8862741B1 (en) * 2011-06-23 2014-10-14 Amazon Technologies, Inc. Layered machine images
US10901764B2 (en) 2011-06-23 2021-01-26 Amazon Technologies, Inc. Layered machine images
US9749291B2 (en) * 2011-07-15 2017-08-29 International Business Machines Corporation Securing applications on public facing systems
US10560426B2 (en) 2011-07-15 2020-02-11 International Business Machines Corporation Securing applications on public facing systems
US9098379B2 (en) 2012-01-31 2015-08-04 International Business Machines Corporation Computing reusable image components to minimize network bandwidth usage
US9098378B2 (en) 2012-01-31 2015-08-04 International Business Machines Corporation Computing reusable image components to minimize network bandwidth usage
US20220217043A1 (en) * 2012-03-30 2022-07-07 Commvault Systems, Inc. Migration of an existing computing system to new hardware
US11924034B2 (en) * 2012-03-30 2024-03-05 Commvault Systems, Inc. Migration of an existing computing system to new hardware
US20130274006A1 (en) * 2012-04-17 2013-10-17 Igt Cloud based virtual environment authentication
US9053603B2 (en) * 2012-04-17 2015-06-09 Igt Cloud based virtual environment authentication
US20130290952A1 (en) * 2012-04-25 2013-10-31 Jerry W. Childers, JR. Copying Virtual Machine Templates To Cloud Regions
US9342328B2 (en) * 2012-05-31 2016-05-17 International Business Machines Corporation Model for simulation within infrastructure management software
US20130325433A1 (en) * 2012-05-31 2013-12-05 International Business Machines Corporation Model for Simulation Within Infrastructure Management Software
US20130339470A1 (en) * 2012-06-18 2013-12-19 International Business Machines Corporation Distributed Image Cache For Servicing Virtual Resource Requests in the Cloud
US8880638B2 (en) * 2012-06-18 2014-11-04 International Business Machines Corporation Distributed image cache for servicing virtual resource requests in the cloud
US10754699B2 (en) * 2012-08-05 2020-08-25 International Business Machines Corporation Remote provisioning of virtual appliances for access to virtualized storage
US20190166022A1 (en) * 2012-09-07 2019-05-30 Oracle International Corporation System and method for providing a cloud computing environment
US10225164B2 (en) * 2012-09-07 2019-03-05 Oracle International Corporation System and method for providing a cloud computing environment
US11502921B2 (en) * 2012-09-07 2022-11-15 Oracle International Corporation System and method for providing a cloud computing environment
US11055124B1 (en) * 2012-09-30 2021-07-06 EMC IP Holding Company LLC Centralized storage provisioning and management across multiple service providers
US9519441B1 (en) 2012-09-30 2016-12-13 EMC IP Holding Company LLC Automated storage provisioning and management using a centralized database
US20140101652A1 (en) * 2012-10-05 2014-04-10 International Business Machines Corporation Virtual machine based controller and upgrade mechanism
US9507586B2 (en) * 2012-10-05 2016-11-29 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Virtual machine based controller and upgrade mechanism
US9244676B2 (en) * 2012-10-05 2016-01-26 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Virtual machine based controller and upgrade mechanism
US20140109087A1 (en) * 2012-10-17 2014-04-17 Microsoft Corporation Virtual machine provisioning using replicated containers
US9229759B2 (en) * 2012-10-17 2016-01-05 Microsoft Technology Licensing, Llc Virtual machine provisioning using replicated containers
US9762503B2 (en) 2012-11-05 2017-09-12 Sea Street Technologies, Inc. Systems and methods for provisioning and managing an elastic computing infrastructure
US11496407B2 (en) 2012-11-05 2022-11-08 Sea Street Technologies, Inc. Systems and methods for provisioning and managing an elastic computing infrastructure
EP2915044A4 (en) * 2012-11-05 2016-07-20 Sea Street Technologies Inc Systems and methods for provisioning and managing an elastic computing infrastructure
US10693802B2 (en) 2012-11-05 2020-06-23 Sea Street Technologies, Inc. Systems and methods for provisioning and managing an elastic computing infrastructure
US9372726B2 (en) 2013-01-09 2016-06-21 The Research Foundation For The State University Of New York Gang migration of virtual machines using cluster-wide deduplication
EP2953032A4 (en) * 2013-01-31 2016-01-27 Fujitsu Ltd Virtual computer management program, virtual computer management method, and virtual computer system
US9311128B2 (en) 2013-04-30 2016-04-12 International Business Machines Corporation Bandwidth-Efficient virtual machine image delivery over distributed nodes based on priority and historical access criteria
US9424061B2 (en) 2013-04-30 2016-08-23 International Business Machines Corporation Bandwidth-efficient virtual machine image delivery
WO2014201053A1 (en) * 2013-06-10 2014-12-18 Amazon Technologies, Inc. Pre-configure and pre-launch compute resources
JP2016527604A (en) * 2013-06-10 2016-09-08 アマゾン テクノロジーズ インコーポレイテッド Pre-configuration and pre-launch computational resources
US20140365626A1 (en) * 2013-06-10 2014-12-11 Amazon Technologies, Inc. Pre-configure and pre-launch compute resources
CN105324760A (en) * 2013-06-10 2016-02-10 亚马逊技术有限公司 Pre-configure and pre-launch compute resources
US10489175B2 (en) * 2013-06-10 2019-11-26 Amazon Technologies, Inc. Pre-configure and pre-launch compute resources
EP2999193B1 (en) * 2013-06-19 2017-11-01 Huawei Technologies Co., Ltd. Method for hypertext transfer protocol network and broadband network gateway
US10225318B2 (en) * 2013-06-19 2019-03-05 Huawei Technologies Co., Ltd. Method used for hypertext transfer protocol network, and broadband network gateway
US20160105483A1 (en) * 2013-06-19 2016-04-14 Huawei Technologies Co., Ltd. Method Used for Hypertext Transfer Protocol Network, and Broadband Network Gateway
WO2015016805A1 (en) * 2013-07-29 2015-02-05 Hitachi, Ltd. Method and apparatus to conceal the configuration and processing of the replication by virtual storage
JP2015046159A (en) * 2013-08-27 2015-03-12 ヴイエムウェア インコーポレイテッドVMware,Inc. Virtual machine deployment and management engine
US20150089494A1 (en) * 2013-09-24 2015-03-26 International Business Machines Corporation Virtual machine template optimization
US9851993B2 (en) * 2013-09-24 2017-12-26 International Business Machines Corporation Virtual machine template optimization
WO2015058071A1 (en) * 2013-10-17 2015-04-23 Ciena Corporation Method and apparatus for provisioning a virtual machine (virtual machine) from a network service provider
US9509626B2 (en) 2013-10-17 2016-11-29 Ciena Corporation Method and apparatus for provisioning a virtual machine (VM) from a network service provider
US9495238B2 (en) 2013-12-13 2016-11-15 International Business Machines Corporation Fractional reserve high availability using cloud command interception
US9760429B2 (en) 2013-12-13 2017-09-12 International Business Machines Corporation Fractional reserve high availability using cloud command interception
US9246840B2 (en) 2013-12-13 2016-01-26 International Business Machines Corporation Dynamically move heterogeneous cloud resources based on workload analysis
US10203978B2 (en) 2013-12-20 2019-02-12 Vmware Inc. Provisioning customized virtual machines without rebooting
US10977063B2 (en) 2013-12-20 2021-04-13 Vmware, Inc. Elastic compute fabric using virtual machine templates
US20150242159A1 (en) * 2014-02-21 2015-08-27 Red Hat Israel, Ltd. Copy-on-write by origin host in virtual machine live migration
US9851918B2 (en) * 2014-02-21 2017-12-26 Red Hat Israel, Ltd. Copy-on-write by origin host in virtual machine live migration
US9218176B1 (en) * 2014-06-13 2015-12-22 International Business Machines Corporation Software deployment in a distributed virtual machine environment
US9304752B2 (en) 2014-06-13 2016-04-05 International Business Machines Corporation Software deployment in a distributed virtual machine environment
US20150381711A1 (en) * 2014-06-26 2015-12-31 Vmware, Inc. Methods and apparatus to scale application deployments in cloud computing environments
US10097410B2 (en) * 2014-06-26 2018-10-09 Vmware, Inc. Methods and apparatus to scale application deployments in cloud computing environments
US11343140B2 (en) 2014-06-26 2022-05-24 Vmware, Inc. Methods and apparatus to scale application deployments in cloud computing environments
US11743116B2 (en) 2014-06-26 2023-08-29 Vmware, Inc. Methods and apparatus to scale application deployments in cloud computing environments
US10855534B2 (en) 2014-06-26 2020-12-01 Vmware, Inc. Methods and apparatus to scale application deployments in cloud computing environments
US10409578B2 (en) * 2014-07-29 2019-09-10 Commvault Systems, Inc. Customized deployment in information management systems
US9641388B2 (en) * 2014-07-29 2017-05-02 Commvault Systems, Inc. Customized deployment in information management systems
US9893942B2 (en) 2014-07-29 2018-02-13 Commvault Systems, Inc. Customized deployment in information management systems
US11150883B2 (en) * 2014-07-29 2021-10-19 Commvault Systems, Inc. Customized deployment in information management systems
US20160036667A1 (en) * 2014-07-29 2016-02-04 Commvault Systems, Inc. Customized deployment in information management systems
US9467492B2 (en) * 2014-08-19 2016-10-11 Palo Alto Research Center Incorporated System and method for reconstructable all-in-one content stream
CN105373574A (en) * 2014-08-19 2016-03-02 帕洛阿尔托研究中心公司 System and method for reconstructable all-in-one content system
US10152345B2 (en) 2014-08-23 2018-12-11 Vmware, Inc. Machine identity persistence for users of non-persistent virtual desktops
US20170192814A1 (en) * 2014-08-23 2017-07-06 Vmware, Inc. Rapid Suspend/Resume for Virtual Machines via Resource Sharing
US10120711B2 (en) * 2014-08-23 2018-11-06 Vmware, Inc. Rapid suspend/resume for virtual machines via resource sharing
US11442903B2 (en) * 2014-09-25 2022-09-13 Netapp Inc. Synchronizing configuration of partner objects across distributed storage systems using transformations
US10621146B2 (en) 2014-09-25 2020-04-14 Netapp Inc. Synchronizing configuration of partner objects across distributed storage systems using transformations
US11921679B2 (en) 2014-09-25 2024-03-05 Netapp, Inc. Synchronizing configuration of partner objects across distributed storage systems using transformations
US9836476B2 (en) * 2014-09-25 2017-12-05 Netapp, Inc. Synchronizing configuration of partner objects across distributed storage systems using transformations
US20160092463A1 (en) * 2014-09-25 2016-03-31 Netapp, Inc. Synchronizing configuration of partner objects across distributed storage systems using transformations
US10067800B2 (en) * 2014-11-06 2018-09-04 Vmware, Inc. Peripheral device sharing across virtual machines running on different host computing systems
US20160179409A1 (en) * 2014-12-17 2016-06-23 Red Hat, Inc. Building file system images using cached logical volume snapshots
US11586358B2 (en) * 2014-12-17 2023-02-21 Red Hat, Inc. Building file system images using cached logical volume snapshots
US10698829B2 (en) * 2015-07-27 2020-06-30 Datrium, Inc. Direct host-to-host transfer for local cache in virtualized systems wherein hosting history stores previous hosts that serve as currently-designated host for said data object prior to migration of said data object, and said hosting history is checked during said migration
US20170031825A1 (en) * 2015-07-27 2017-02-02 Datrium, Inc. Direct Host-To-Host Transfer for Local Caches in Virtualized Systems
CN112260970A (en) * 2015-10-13 2021-01-22 甲骨文国际公司 System and method for efficient network isolation and load balancing in a multi-tenant cluster environment
US11677667B2 (en) 2015-10-13 2023-06-13 Oracle International Corporation System and method for efficient network isolation and load balancing in a multi-tenant cluster environment
US10089135B2 (en) * 2016-08-09 2018-10-02 International Business Machines Corporation Expediting the provisioning of virtual machines based on cached repeated portions of a template
US10725814B2 (en) 2016-08-09 2020-07-28 International Business Machines Corporation Expediting the provisioning of virtual machines based on cached repeated portions of a template
US10909221B2 (en) * 2017-03-17 2021-02-02 Huawei Technologies Co., Ltd. Container license management method, and apparatus
US20180268115A1 (en) * 2017-03-17 2018-09-20 Huawei Technologies Co., Ltd. Container License Management Method, and Apparatus
US20180287868A1 (en) * 2017-03-31 2018-10-04 Fujitsu Limited Control method and control device
WO2018236567A1 (en) * 2017-06-21 2018-12-27 Alibaba Group Holding Limited Systems, methods, and apparatuses for docker image downloading
US11645118B2 (en) 2018-05-03 2023-05-09 Caci International, Inc. Configurable tool for facilitating a plurality of cloud services
US11354162B2 (en) * 2018-05-03 2022-06-07 LGS Innovations LLC Systems and methods for cloud computing data processing
WO2020005530A1 (en) * 2018-06-25 2020-01-02 Amazon Technologies, Inc. Network-accessible computing service for micro virtual machines
US11218364B2 (en) 2018-06-25 2022-01-04 Amazon Technologies, Inc. Network-accessible computing service for micro virtual machines
US10931768B2 (en) * 2018-08-28 2021-02-23 Cujo LLC Determining active application usage through a network traffic hub
US20200076909A1 (en) * 2018-08-28 2020-03-05 Cujo LLC Determining active application usage through a network traffic hub
US10924567B2 (en) 2018-08-28 2021-02-16 Cujo LLC Determining active application usage through a network traffic hub
CN111045778A (en) * 2018-10-11 2020-04-21 华为技术有限公司 Virtual machine creating method and device, server and storage medium
US11500670B2 (en) 2018-12-11 2022-11-15 Amazon Technologies, Inc. Computing service with configurable virtualization control levels and accelerated launches
US20230221980A1 (en) * 2019-02-27 2023-07-13 Cohesity, Inc. Deploying a cloud instance of a user virtual machine
US11861392B2 (en) * 2019-02-27 2024-01-02 Cohesity, Inc. Deploying a cloud instance of a user virtual machine
US11144511B1 (en) 2020-05-26 2021-10-12 Snowflake Inc. Share replication between remote deployments
US11645244B2 (en) 2020-05-26 2023-05-09 Snowflake Inc. Share replication between remote deployments
WO2021242465A1 (en) * 2020-05-26 2021-12-02 Snowflake Inc. Share replication between remote deployments
US11294868B2 (en) 2020-05-26 2022-04-05 Snowflake Inc. Share replication between remote deployments
US11461285B2 (en) 2020-05-26 2022-10-04 Snowflake Inc. Share replication between remote deployments
US20220188403A1 (en) * 2020-12-14 2022-06-16 Visiotech DWC-LLC Multilevel virtual machines for secure testing of protected networks

Also Published As

Publication number Publication date
US20150106520A1 (en) 2015-04-16
US9929931B2 (en) 2018-03-27
US8793684B2 (en) 2014-07-29

Similar Documents

Publication Publication Date Title
US8793684B2 (en) Optimized deployment and replication of virtual machines
US20210266237A1 (en) Methods, systems, and apparatus to scale in and/or scale out resources managed by a cloud automation system
US9501309B2 (en) Monitoring hypervisor and provisioned instances of hosted virtual machines using monitoring templates
US11163728B2 (en) Sharing container images utilizing a shared storage system
US9781191B2 (en) Processing of application peak load
US8307187B2 (en) VDI Storage overcommit and rebalancing
JP5822678B2 (en) Method, system, and computer program for providing a reliable migration plan in a virtualized environment with stability limitations
US8756599B2 (en) Task prioritization management in a virtualized environment
US11520919B2 (en) Sharing of data among containers running on virtualized operating systems
US10776385B2 (en) Methods and apparatus for transparent database switching using master-replica high availability setup in relational databases
US10324754B2 (en) Managing virtual machine patterns
US20140101649A1 (en) Virtual machine based controller and upgrade mechanism
US9983863B2 (en) Method to optimize provisioning time with dynamically generated virtual disk contents
US10721125B2 (en) Systems and methods for update propagation between nodes in a distributed system
GB2507978A (en) Updating virtual machine templates using feed data relating to the application
US11113075B2 (en) Launching a middleware-based application
US10802865B2 (en) Fast instantiation of virtual machines in distributed computing systems
Sehgal Introduction to openstack
US20220413888A1 (en) Virtualization engine for virtualization operations in a virtualization system
Ravi et al. Cloud Based Remote Infrastructure Management

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BREITGAND, DAVID;LOY, IRIT;NAGIN, KENNETH;AND OTHERS;SIGNING DATES FROM 20110120 TO 20110315;REEL/FRAME:025960/0433

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551)

Year of fee payment: 4

MAFP Maintenance 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