[FreeNAS] ZFS und Komprimierung

Wenn es nicht direkt über das Webinterface gehen sollte, kannst du es über die Console lösen.
Code:
# zfs set compression=on $pool/$zfs
 
Ich weiß das zwar nicht, aber du kannst die Methode auch direkt angeben:

zfs set compression=gzip $pool/$zfs
 
Es gibt ein paar Stimmen die behaupten, dass bei Ihnen unter FreeBSD ZFS mit gzip nicht stabil lief, im Gegensatz zu lzjb.

Code:
       compression=on | off | lzjb | gzip | gzip-N

           Controls the compression  algorithm  used  for  this  dataset.  The
           "lzjb"  compression  algorithm  is  optimized for performance while
           providing decent data compression. Setting compression to "on" uses
           the  "lzjb" compression algorithm. The "gzip" compression algorithm
           uses the same compression as the gzip(1) command. You  can  specify
           the  "gzip" level by using the value "gzip-N" where N is an integer
           from 1 (fastest) to 9 (best compression ratio).  Currently,  "gzip"
           is  equivalent to "gzip-6" (which is also the default for gzip(1)).

           This property can also be referred to by its shortened column  name
           "compress".
 
Danke, das reicht mir an Infos.

Ich muß dazu sagen, daß ich FreeNAS bisher nicht einsetzen kann und noch in der fortgeschrittenen Planungsphase bin. Die Hardware für meinen Workstation-Tower von SuperMicro (auf dem dann VMware ESX Server laufen wird, und dort u.a. FreeNAS als VM für meinen internen Daten-Pool) werde ich auch erst im Sommer bestellen können. Aber bis dahin bin auch auch mit der Planung durch ... ;)
 
Zurück
Oben