We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22789d1 + 59ce37b commit 47ebbbcCopy full SHA for 47ebbbc
1 file changed
mysqltuner.pl
@@ -1490,7 +1490,7 @@ sub get_fs_info {
1490
$v;
1491
} @sinfo;
1492
foreach my $info (@sinfo) {
1493
- next if $info =~ m{(\d+)\t/(run|dev|sys|proc)($|/)};
+ next if $info =~ m{(\d+)\t/(run|dev|sys|proc|snap)($|/)};
1494
if ( $info =~ /(\d+)\t(.*)/ ) {
1495
if ( $1 > 85 ) {
1496
badprint "mount point $2 is using $1 % total space";
0 commit comments