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 ea681a3 + 8c92cac commit 98fc9f5Copy full SHA for 98fc9f5
1 file changed
mysqltuner.pl
@@ -1793,7 +1793,7 @@ sub get_fs_info {
1793
$v;
1794
} @iinfo;
1795
foreach my $info (@iinfo) {
1796
- next if $info =~ m{(\d+)\t/(run|dev|sys|proc)($|/)};
+ next if $info =~ m{(\d+)\t/(run|dev|sys|proc|snap)($|/)};
1797
if ( $info =~ /(\d+)\t(.*)/ ) {
1798
if ( $1 > 85 ) {
1799
badprint "mount point $2 is using $1 % of max allowed inodes";
0 commit comments