This project is a fork of the vdsm.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/vdsm.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionAdam Litke's vdsm tree
homepage URLhttp://ovirt.org
owneragl@us.ibm.com
last changeTue, 31 Jan 2012 11:01:14 +0000 (31 06:01 -0500)
content tags
add:
README
         VDSM: Virtual Desktop Server Manager
         ====================================

The VDSM service exposes an XML-RPC API for managing virtualization
hosts running the KVM hypervisor technology. VDSM manages and monitors
the host's storage, memory and networks as well as virtual machine
creation, other host administration tasks, statistics gathering, and
log collection.

VDSM service originated as a service to be used by a RHEV Manager to
control RHEV Hypervisors and Red Hat Enterprise Linux hosts. It is
now independent of RHEV, usable by any management application and
is intended to be portable to any Linux host providing the KVM
virtualization technology.

Installation
============

The VDSM service can be used by following the standard autotools
installation process, documented in the INSTALL file. As a quick
start you can do

   ./configure --prefix=/usr --sysconfdir=/etc \
        --localstatedir=/var --libdir=/usr/lib
   make
   sudo make install

The 'vdsm.spec' file demonstrates how to distribute VDSM as an RPM
package.


Getting Help
============

There are two mailing lists for discussions:

  - For technical discussions about the project and its code base.


    https://fedorahosted.org/mailman/listinfo/vdsm-devel

  - For questions by users, who do not want to be swamped by
    technicalities.

    https://fedorahosted.org/mailman/listinfo/vdsm-users

The developers also hang out on IRC at #vdsm hosted on  freenode.net

The latest upstream code can be obtained from GIT:

   http://git.fedorahosted.org/git/?p=vdsm.git

Licensing
=========

VDSM is provided under the terms of the GNU General Public License,
version 2 or later. Please see the COPYING file for complete GPLv2+
license terms.

In addition, as a special exception, Red Hat, Inc. and its affiliates
give you permission to distribute this program, or a work based on it,
linked or combined with the OpenSSL project's OpenSSL library (or a
modified version of that library) to the extent that the library, or
modified version, is covered by the terms of the OpenSSL or SSLeay
licenses.  Corresponding source code for the object code form of such
a combination shall include source code for the parts of OpenSSL
contained in the combination.

If you modify this program, you may extend this exception to your
version, but you are not obligated to do so.  If you do not wish to do
so, delete this exception statement from your version.

-- End of readme
shortlog
2012-01-31 Adam LitkeAdd an object model to clientIFmaster
2012-01-31 Adam LitkeFactor out xmlrpc server
2012-01-30 Saggi MizrahiBZ#769502 Do not use lvm to get lv size if lv is active
2012-01-30 Adam LitkeAPI: Separate clientIF and the xmlrpc server
2012-01-30 Eduardo WarszawskiBZ#773666 - Avoid more rw changes in HSM flows.
2012-01-30 Federico SimoncelliUse SANLock for the SPM resource
2012-01-30 Federico SimoncelliChange safelease APIs to match SANLock flow
2012-01-30 Federico SimoncelliAdd the live snapshot command to vdsClient
2012-01-30 Federico SimoncelliImplement VMs live snapshots
2012-01-29 Dan Kenigsbergdestroy may be called when the Vm is already Downv4.9.4
2012-01-29 Dan Kenigsbergadd a virtio console to each VM
2012-01-29 Shahar HaviviAdd before_vm_destroy hook
2012-01-29 Igor LvovskyAdd hotplugDisk/hotunplugDisk feature to vdsClient.
2012-01-29 Igor LvovskyAdd hotPlug/hotUnplug disk feature
2012-01-27 Federico SimoncelliFix metadata file permissions for fileSD
2012-01-25 Matthias HeinzThis patch adds some basic debian support
...
tags
12 years ago v4.9.4 v4.9.4
12 years ago v4.9.3.2 v4.9.3.2
12 years ago v4.9.3.1 v4.9.3.1
12 years ago v4.9.3 v4.9.3
12 years ago v4.9.2 Version bump for the joyous occasio...
12 years ago v4.9.1 v4.9.1
12 years ago v4.9.0 v4.9.0
heads
12 years ago rest-sdk
12 years ago rest
12 years ago master