Update notes for submitted changes
* Changes for supporting fast cloning on Xenserver. Implements blueprint fast-cloning-for-xenserver 1. use_cow_images flag is reused for xenserver to check if copy on write images should be used. 2. image-id is used to tag an image which has already been streamed from glance. 3. If cow is true, when an instance of an image is created for the first time on a given xenserver, the image is streamed from glance and copy on write disk is created for the instance. 4. For subsequent instance creation requests (of the same image), a copy on write disk is created from the base image that is already present on the host. 5. If cow is false, when an instance of an image is created for the first time on a host, the image is streamed from glance and its copy is made to create a virtual disk for the instance. 6. For subsequent instance creation requests, a copy of disk is made for creating the disk for the instance. 7. Snapshot creation code was updated to handle cow=true. Now there can be upto 3 disks in the chain. The base disk needs to be uploaded too. 8. Also added a cache_images flag. Depending on whether the flag is turned on on not, images will be cached on the host.
This commit is contained in:

committed by
Gerrit Code Review

parent
6d188fd1a7
commit
be51ba29b4
10
6c/3bc216c1f35c42604b685eebd8fa25828d0e0e
Normal file
10
6c/3bc216c1f35c42604b685eebd8fa25828d0e0e
Normal file
@@ -0,0 +1,10 @@
|
||||
Verified+1: Jenkins
|
||||
Approved+1: Paul Voccio <paul@substation9.com>
|
||||
Code-Review+2: Paul Voccio <paul@substation9.com>
|
||||
Approved+1: Chris Behrens <cbehrens+gerrit@codestud.com>
|
||||
Code-Review+2: Chris Behrens <cbehrens+gerrit@codestud.com>
|
||||
Submitted-by: Jenkins
|
||||
Submitted-at: Tue, 14 Feb 2012 03:38:14 +0000
|
||||
Reviewed-on: https://review.openstack.org/3343
|
||||
Project: openstack/nova
|
||||
Branch: refs/heads/master
|
Reference in New Issue
Block a user