mirror of
https://github.com/webmin/webmin.git
synced 2026-09-15 01:50:39 +01:00
Skip PVs shown as 'unknown device'
This commit is contained in:
@@ -79,6 +79,7 @@ else {
|
||||
}
|
||||
close(DISPLAY);
|
||||
@rv = grep { $_->{'vg'} eq $_[0] } @rv;
|
||||
@rv = grep { $_->{'name'} ne 'unknown device' } @rv;
|
||||
}
|
||||
return @rv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user