This commit is contained in:
Jamie Cameron
2017-09-26 15:53:04 -07:00
parent a79e360346
commit 7017663e5e

View File

@@ -348,6 +348,10 @@ foreach my $m (@mounted) {
# Skip virtual memory
next;
}
if ($m->[2] eq "squashfs") {
# Skip /snap mounts
next;
}
# Get the size - for ZFS mounts, this comes from the underlying
# total pool size and free
my ($t, $f);