Subject: | Patch to read Mirrored volumes |
--- /usr/local/share/perl5/Linux/LVM.pm 2011-12-20 12:14:54.864266475 -0600
+++ bin/lib/Linux/LVM.pm 2009-12-21 15:53:50.000000000 -0600
@@ -357,9 +357,6 @@ sub get_vg_information() {
$vghash{$vgn}->{pvols}->{$pvn}->{uuid} = $1;
next VGINF; }
- elsif( m/Mirrored volumes\s+(.+)/ ) {
- $vghash{$vgn}->{lvols}->{$lvn}->{'mirrored_volumes'} = $1;
- next VGINF; }
}
return %vghash;
} # End of the get_vg_information routine.