[Libguestfs] [PATCH] New API: is-lv: check if a block device is a logical volume (RHBZ#619793)

Richard W.M. Jones rjones at redhat.com
Fri Jul 30 15:58:10 UTC 2010


On Fri, Jul 30, 2010 at 04:48:27PM +0100, Matthew Booth wrote:
> >+  ("is_lv", (RBool "lvflag", [Device "device"]), 264, [Optional "lvm2"],
> >+   [InitBasicFSonLVM, IfAvailable "lvm2", TestOutputTrue (
> >+      [["is_lv"; "/dev/VG/LV"]]);
> 
> This obviously needs to be a real test...
> 
> >+    InitBasicFSonLVM, IfAvailable "lvm2", TestOutputFalse (
> >+      [["is_lv"; "/dev/sda1"]])],
> >+   "test if device is a logical volume",
> >+   "\
> >+This command tests whether C<device>  is a logical volume, and
> >+returns true iff this is the case.");
> >+
> >  ]
> 
> ACK once the test is added.

Not sure I understand.  Those are both real tests (and I checked --
they do both pass).

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw




More information about the Libguestfs mailing list