diff options
author | Richard Jones <rjones@redhat.com> | 2010-03-18 13:48:03 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-03-18 15:21:08 +0000 |
commit | 50d2af4f8541a81d047753d7d300804ff649230c (patch) | |
tree | 8bc80cd1004314574e9354c2215fd8485f3e3676 /src/MAX_PROC_NR | |
parent | 27e73269d384814eb5f76468f609f7844cb75b0b (diff) | |
download | libguestfs-50d2af4f8541a81d047753d7d300804ff649230c.tar.gz libguestfs-50d2af4f8541a81d047753d7d300804ff649230c.tar.xz libguestfs-50d2af4f8541a81d047753d7d300804ff649230c.zip |
New APIs: Query the relationship between LVM objects.
These calls allow you to query the relationship between
LVM objects, for example, which PVs contain a VG, or which
LVs are contained in a VG.
See the example / test program 'regressions/test-lvm-mapping.pl'
for an example of how to do this from Perl.
Diffstat (limited to 'src/MAX_PROC_NR')
-rw-r--r-- | src/MAX_PROC_NR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index 7b473380..f4146713 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -221 +226 |