WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 3 of 3] MLVM library

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 3 of 3] MLVM library
From: Jonathan Ludlam <Jonathan.Ludlam@xxxxxxxxxxxxx>
Date: Mon, 21 Dec 2009 15:11:31 +0000
Delivery-date: Mon, 21 Dec 2009 07:06:41 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1261408288@snoosnoo2>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <patchbomb.1261408288@snoosnoo2>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.3.1
This is a reimplementation of LVM in ocaml. It has had light testing, and 
therefore might corrupt data - use with caution! It only implements simple LVM 
functionality - creating/destroying/activating linear LVs (code exists for 
striped LVs but is untested). It also features a redo log so that LVM operation 
can be committed to disk in constant time.

Signed-off-by: Jon Ludlam <Jonathan.Ludlam@xxxxxxxxxxxxx>


 Makefile.in              |    5 +
 mlvm/META.in             |    4 +
 mlvm/Makefile            |   85 +++++++
 mlvm/absty.ml            |   57 +++++
 mlvm/allocator.ml        |  101 +++++++++
 mlvm/constants.ml        |   29 ++
 mlvm/crc.ml              |   26 ++
 mlvm/debug.ml            |    3 +
 mlvm/lv.ml               |  166 +++++++++++++++
 mlvm/lvm_uuid.ml         |   43 +++
 mlvm/lvmconfig.ml        |   60 +++++
 mlvm/lvmconfiglex.mll    |   29 ++
 mlvm/lvmconfigparser.mly |   46 ++++
 mlvm/lvmmarshal.ml       |  107 +++++++++
 mlvm/pv.ml               |  552 
++++++++++++++++++++++++++++++++++++++++++++++++++
 mlvm/redo.ml             |  111 ++++++++++
 mlvm/utils.ml            |    7 +
 mlvm/vg.ml               |  467 ++++++++++++++++++++++++++++++++++++++++++
 18 files changed, 1898 insertions(+), 0 deletions(-)


Attachment: xen-api-libs.hg-3.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api