# HG changeset patch # User Tomas Zeman # Date 1317734144 -7200 # Node ID 18b6d38a95c90bf1ba97a2b6ccc3a1f60ab0ebe7 # Parent f4d75fcc72a3b8bef1c068691845c1d05070aaa7 conf/zfs.conf: remove % (capacity checks) diff -r f4d75fcc72a3 -r 18b6d38a95c9 conf/zfs.conf --- a/conf/zfs.conf Wed Aug 10 10:24:57 2011 +0200 +++ b/conf/zfs.conf Tue Oct 04 15:15:44 2011 +0200 @@ -3,4 +3,4 @@ # zpool(1M) status, parameters: zpool-name,property # parameters eg.: rpool,health # see zpool list -o for available properties -UserParameter=zpool[*],zpool list -H -o $2 $1 +UserParameter=zpool[*],zpool list -H -o $2 $1|sed -e 's/%//'