summaryrefslogtreecommitdiff
path: root/pvinfo
diff options
context:
space:
mode:
Diffstat (limited to 'pvinfo')
-rwxr-xr-xpvinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/pvinfo b/pvinfo
index b2380ac..33df34a 100755
--- a/pvinfo
+++ b/pvinfo
@@ -99,7 +99,7 @@ VG: while (<LVD>) {
if ( m/^ --- Logical volume ---/ ) {
next VG;
}
- if ( m/^ Logical extent (\d+) to (\d+):$/ ) {
+ if ( m/^ Logical extents? (\d+) to (\d+):$/ ) {
$from = $1;
$to = $2;
next;