mirror of
https://github.com/webmin/webmin.git
synced 2026-06-20 19:30:30 +01:00
Treat simfs and vsfs the same
This commit is contained in:
@@ -308,7 +308,8 @@ foreach $m (@mounted) {
|
||||
next;
|
||||
}
|
||||
my ($t, $f) = &mount::disk_space($m->[2], $m->[0]);
|
||||
if (($m->[2] eq "simfs" || $m->[2] eq "vzfs") &&
|
||||
if (($m->[2] eq "simfs" || $m->[2] eq "vzfs" ||
|
||||
$m->[0] eq "/dev/vzfs") &&
|
||||
$donevzfs{$t,$f}++) {
|
||||
# Don't double-count VPS filesystems
|
||||
next;
|
||||
|
||||
Reference in New Issue
Block a user