|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 1 of 3] 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@xxxxxxxxxxxxx>
camldm/camldm.ml | 80 +++++++++++++++++++++++++++++++++------
camldm/camldm.mli | 18 +++++++-
camldm/camldm_stubs.c | 54 +++++++++++++++++++++++++++
stdext/listext.ml | 1 +
stdext/listext.mli | 2 +
stdext/unixext.ml | 13 ++++++
stdext/unixext.mli | 4 ++
stdext/unixext_stubs.c | 12 ++++++
8 files changed, 168 insertions(+), 16 deletions(-)
xen-api-libs.hg-1.patch
Description: Text Data
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|