Hi; We (pkg-perl) are just putting the finishing touches on upstream 0.14, which we believe fixes your bug. In particular, I ran the following script
#!/usr/bin/perl -w
use strict;
use Linux::LVM;
use Data::Dumper;
# get the existing volume groups
foreach my $vg (get_volume_group_list()) {
my %vg_info= get_volume_group_information($vg);
print Dumper \%vg_info;
my %pv_info = get_physical_volume_information($vg);
print Dumper \%pv_info;
my %lv_info = get_logical_volume_information($vg);
print Dumper \%lv_info;
}
and got the attached, reasonable looking output. I somewhat paranoidly
changed the volume group name and all of the UUIDs, but they looked ok.
So we plan on closing this bug with the upload of debian version 0.14-1.
Hope thats OK,
David
foo.out
Description: Binary data

