From: Clinton Ebadi Date: Wed, 16 Jan 2013 07:00:11 +0000 (-0500) Subject: Use fritz volumes instead of deleuze volumes for disk space stats X-Git-Url: https://git.hcoop.net/hcoop/portal.git/commitdiff_plain/1486ed1b6f35f6a1d0da2c1cc201cbf317a00931?hp=daaa0de7fc21561fd324cbc93fc99d69646b537f Use fritz volumes instead of deleuze volumes for disk space stats This will break when we have mail and user volumes on different volservers --- diff --git a/stats.sml b/stats.sml index 51f23f8..1e61f2d 100644 --- a/stats.sml +++ b/stats.sml @@ -112,7 +112,7 @@ struct fun getDiskUsage () = let - val proc = Unix.execute ("/bin/sh", ["-c", "/usr/bin/vos listvol deleuze"]) + val proc = Unix.execute ("/bin/sh", ["-c", "/usr/bin/vos listvol fritz"]) val inf = Unix.textInstreamOf proc fun loop acc =