From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m1N2ovXY002961 for ; Fri, 22 Feb 2008 21:50:57 -0500 Received: from smtp1.pacifier.net (smtp1.pacifier.net [64.255.237.171]) by mx3.redhat.com (8.13.8/8.13.8) with ESMTP id m1N2oN6W026264 for ; Fri, 22 Feb 2008 21:50:23 -0500 Received: from laptop1.local (ip136.133.dsl-acs2.pdx.iinet.com [209.20.133.136]) by smtp1.pacifier.net (Postfix) with ESMTP id B18406F101 for ; Fri, 22 Feb 2008 18:50:22 -0800 (PST) From: ben scott Subject: Re: [linux-lvm] I have started writing a KDE program for LVM Date: Fri, 22 Feb 2008 18:50:17 -0800 References: <269300.77497.qm@web57704.mail.re3.yahoo.com> <200802162126.09898.benscott@nwlink.com> <1203613838.3540.1.camel@localhost.localdomain> In-Reply-To: <1203613838.3540.1.camel@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802221850.18136.benscott@nwlink.com> Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" To: LVM general discussion and development On Thursday 21 February 2008 9:10:38 am Dave Wysochanski wrote: > On Sat, 2008-02-16 at 21:26 -0800, ben scott wrote: > > > > Also, has there been any progress towards an lvm library? > > Slow progress so far but it is being worked on. > > Do you have specific requirements and/or use cases you can share? Are > they straightforward things such as pvcreate, vgcreate, lvcreate, and > displaying of PVs, VGs, and LVs, or are there more complicated things? > > Anything you can share would be appreciated. Ultimately I would like to have a GUI interface that can do anything the CLI can do. However just having a library for reading the information like vgs, pvs and lvs would be really nice. Thank you.