]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commit
A few bits and pieces to support the vhd daemon
authorJon Ludlam <Jonathan.Ludlam@eu.citrix.com>
Mon, 21 Dec 2009 18:10:58 +0000 (18:10 +0000)
committerJon Ludlam <Jonathan.Ludlam@eu.citrix.com>
Mon, 21 Dec 2009 18:10:58 +0000 (18:10 +0000)
commit821e91baa6605b5c52ef2d33234c985fd5e89643
tree4f46d985d2bc2343949c165e3ba8a4ab7615dcb5
parent266b9d0cb157a184342d37d414ce7f0a9b7164f8
A few bits and pieces to support the vhd daemon

 * Introduce a dereferencing type to camldm so that PVs can be referenced by ID rather than by device name. This is useful for passing a device-mapper table between hosts where the physical device for a particular PV is different.
 * Implement device-mapper reload/suspend/resume so that a table can be changed without tearing down the device
 * A few more helper functions for stdext

Signed-off-by: Jon Ludlam <Jonathan.Ludlam@eu.citrix.com>
camldm/camldm.ml
camldm/camldm.mli
camldm/camldm_stubs.c
stdext/listext.ml
stdext/listext.mli
stdext/unixext.ml
stdext/unixext.mli
stdext/unixext_stubs.c