conf/zfs.conf: remove % (capacity checks)
authorTomas Zeman <tzeman@volny.cz>
Tue, 04 Oct 2011 15:15:44 +0200
changeset 15 18b6d38a95c9
parent 14 f4d75fcc72a3
child 16 8dd31c2c72a5
conf/zfs.conf: remove % (capacity checks)
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/%//'