diff options
Diffstat (limited to 'pvinfo')
-rwxr-xr-x | pvinfo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |