From ab7c457fef98df534412daa2ee2cfe84876850e1 Mon Sep 17 00:00:00 2001 From: Aman Shukla Date: Thu, 24 Feb 2022 23:15:04 +0530 Subject: [PATCH] Added change to not display loop devices --- src/libexec/zmstat-df | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libexec/zmstat-df b/src/libexec/zmstat-df index b8a15892f..663e94ae9 100644 --- a/src/libexec/zmstat-df +++ b/src/libexec/zmstat-df @@ -35,7 +35,7 @@ chomp $hostname; my $platform = qx(/opt/zimbra/libexec/get_plat_tag.sh); chomp $platform; -my $DF = '/bin/df -k'; +my $DF = '/bin/df -k -x squashfs'; my $HEADING = 'timestamp, path, disk, disk_use, disk_space, disk_pct_used'; my @DF_EXCLUDES = split(/:/, getLocalConfig("zmstat_df_excludes") || "");