Skip to content

avihaie/ovirt-imageio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ovirt-imageio

ovirt-imageio enables uploading and downloading of disks and snapshots using HTTPS.

The project is composed of two services:

  • Daemon - expose images over HTTPS, allowing clients to read and write images. This part is developed in this project.

  • Proxy - allowing clients without access to the host network to perform I/O disk operations. This part is developed in this project.

How this project is related to other oVirt projects?

  • vdsm - control and monitor imageio daemon, prepare and finalize upload and download operations.

  • engine - manage upload and download operations, communicating with vdsm and imageio proxy.

Documentation

http://ovirt.github.io/ovirt-imageio/

Installation

Contributing

Patches are welcome!

Getting Help

Please send mail to one of the following lists for help.

Licensing

The project is provided under the terms of the GPLv2 License. The ovirt-imageio-proxy-setup plugin is provided under the terms of the Apache License, Version 2.0.

Please see the COPYING files in the proxy and proxy/setup directories for complete license terms.

Packages

No packages published

Languages

  • Python 97.8%
  • Makefile 1.9%
  • Shell 0.3%