Jump to: navigation, search

Difference between revisions of "XenAPIRawDiskImages"

 
Line 2: Line 2:
 
* '''Launchpad Entry''': [[NovaSpec]]:xenapi-raw-disk-images
 
* '''Launchpad Entry''': [[NovaSpec]]:xenapi-raw-disk-images
 
* '''Created''': 2 November 2010
 
* '''Created''': 2 November 2010
* '''Last Updated''': 2 November 2010
+
* '''Last Updated''': 18 November 2010
 
* '''Contributors''': Ewan Mellor
 
* '''Contributors''': Ewan Mellor
  
Line 8: Line 8:
  
 
The implementation for [[NovaSpec]]:raw-disk-images only covered libvirt.  The same feature needs to be implemented for the XenAPI backend.
 
The implementation for [[NovaSpec]]:raw-disk-images only covered libvirt.  The same feature needs to be implemented for the XenAPI backend.
 +
 +
The API has all been decided as part of the [[NovaSpec]]:raw-disk-images work, so we just need to implement the same functionality in the XenAPI compute backend.  If the kernel and ramdisk are not set (strictly, set to a "magic" value to indicate their absence) then we will boot the VM in HVM mode, and stream only the disk image to the host.
  
 
----
 
----
 
[[Category:Spec]]
 
[[Category:Spec]]

Revision as of 19:10, 18 November 2010

  • Launchpad Entry: NovaSpec:xenapi-raw-disk-images
  • Created: 2 November 2010
  • Last Updated: 18 November 2010
  • Contributors: Ewan Mellor

Summary

The implementation for NovaSpec:raw-disk-images only covered libvirt. The same feature needs to be implemented for the XenAPI backend.

The API has all been decided as part of the NovaSpec:raw-disk-images work, so we just need to implement the same functionality in the XenAPI compute backend. If the kernel and ramdisk are not set (strictly, set to a "magic" value to indicate their absence) then we will boot the VM in HVM mode, and stream only the disk image to the host.