Väike tiiser:
FreeBSD ja ZFS
ZFS ilmus FreeBSD-sse tänu Pawel Jakub Dawidek-i usinale portimisele versiooni 7.0. Hetkel on FreeBSD stabiilses versioonis 8.1 kasutusel ZFS versioon 15. Praegune demonstratsioon aga on tehtud FreeBSD 9-CURRENT ZFS versioon 28 testikoodil (14.detsember 2010 seisuga ei ole see kood veel ametlikult FreeBSD 9 koosseisus). Põhjalik testimine alles algas ja seega võib esineda mõningaid vigu.
# uname -a
FreeBSD freebsd9.raidon.eu 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec 14 14:37:01 EET 2010     
root@freebsd9.raidon.eu:/usr/obj/usr/src/sys/GENERIC  amd64
ZFS ei saa monteerida uuema versiooninumbriga failisüsteeme, kui ta ise on, ainult vanemaid või sama versiooniga. Kui failisüsteemi versiooni uuendada, siis vanad süsteemid seda enam kasutada ei saa. Funktsionaalsused vastavalt versioonidele:
# zpool upgrade -v
This system is currently running ZFS pool version 28.
The following versions are supported:
VER  DESCRIPTION
---  --------------------------------------------------------
1   Initial ZFS version
2   Ditto blocks (replicated metadata)
3   Hot spares and double parity RAID-Z
4   zpool history
5   Compression using the gzip algorithm
6   bootfs pool property
7   Separate intent log devices
8   Delegated administration
9   refquota and refreservation properties
10  Cache devices
11  Improved scrub performance
12  Snapshot properties
13  snapused property
14  passthrough-x aclinherit
15  user/group space accounting
16  stmf property support
17  Triple-parity RAID-Z
18  Snapshot user holds
19  Log device removal
20  Compression using zle (zero-length encoding)
21  Deduplication
22  Received properties
23  Slim ZIL
24  System attributes
25  Improved scrub stats
26  Improved snapshot deletion performance
27  Improved snapshot creation performance
28  Multiple vdev replacements
For more information on a particular version, including supported releases,
see the ZFS Administration Guide.
FreeBSD-l tulekul (juba olemas OpenSolarisel):
29 RAID-Z/mirror hybrid allocator
30 encryption
31 improved 'zfs list' performance
Demonstratsioonil näete:
1. RAIDZ, RAIDZ2, RAIDZ3 loomist ja haldamist
2. Deduplication
3. Failisüsteemi kompressiooni
4. Failisüsteemi krüpteerimist
5. Quotad ja reservatsioonid
6. Snapshot- failisüsteemi tõmmiseid
7. jne.