From 9fd750dfc4e20bf1fb2692ae0b6f6f18dfd126a4 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Wed, 15 Apr 2015 23:53:38 +0200 Subject: [PATCH] zfs-filesystem-graph: remove --upper-limit Providing a --upper-limit parameter is only useful if the size of the filesystem never changes. On ZFS, this assumption is only true for the zpool; for all other filesystems, the available space is shared, and the totalled values will vary. When this is the case, the --upper-limit parameter will obscure peaks in the graph. --- plugins/zfs/zfs-filesystem-graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zfs/zfs-filesystem-graph b/plugins/zfs/zfs-filesystem-graph index 1f51fd8e..f5d1e8d2 100755 --- a/plugins/zfs/zfs-filesystem-graph +++ b/plugins/zfs/zfs-filesystem-graph @@ -39,7 +39,7 @@ if [ "$1" = "config" ]; then echo <