Oracle ZFS
Developer(s) | Sun Microsystems |
---|---|
Full name | ZFS |
Introduced | November 2005 with OpenSolaris |
Structures | |
Directory contents | Extensible hash table |
Limits | |
Max volume size | 16 EB |
Max file size | 16 EB (264 bytes) |
Max no. of files | 248 |
Max filename length | 255 bytes |
Features | |
Forks | Yes (called Extended Attributes) |
Attributes | POSIX |
File system permissions | POSIX, NFSv4 ACLs |
Transparent compression | Yes |
Transparent encryption | Yes[1] |
Data deduplication | Yes |
Other | |
Supported operating systems | Solaris, OpenSolaris, FreeBSD, Mac OS X Server 10.5, Linux via ZFS-FUSE or partial native support via 3rd party kernel module[2] |
In computing, ZFS is a combined file system and logical volume manager designed by Sun Microsystems. The features of ZFS include data integrity (protection against bit rot, etc), support for high storage capacities, integration of the concepts of filesystem and volume management, snapshots and copy-on-write clones, continuous integrity checking and automatic repair, RAID-Z and native NFSv4 ACLs. ZFS is implemented as open-source software, licensed under the Common Development and Distribution License (CDDL). The ZFS name is a trademark of Oracle.[3]
History
ZFS was designed and implemented by a team at Sun led by Jeff Bonwick. It was announced on September 14, 2004.[4] Source code for ZFS was integrated into the main trunk of Solaris development on October 31, 2005[5] and released as part of build 27 of OpenSolaris on November 16, 2005. Sun announced that ZFS was included in the 6/06 update to Solaris 10 in June 2006, one year after the opening of the OpenSolaris community.[6]
The name originally stood for "Zettabyte File System". The original name selectors happened to like the name, and a ZFS file system has the ability to store 258 zettabytes, where each ZB is 270 bytes.[7]
Version numbers
As new features are introduced the version number of the ZPool and Z file system are incremented to designate the format and features available.[8][9] Notable ZFS storage pool versions include:
- 10 - Supported by Solaris 10 U7
- 14 - Supported by OpenSolaris 2009.06, FreeBSD 8.1
- 15 - Supported by Solaris 10 10/09 (U8), FreeBSD 8.2
- 17 - Triple Parity RAID-Z
- 19 - Supported by Solaris 10 09/10
- 21 - Deduplication
- 22 - Solaris 10 9/10 (U9)
- 30 - Encryption support
Features
Data Integrity
One major feature that distinguishes ZFS from other file systems is that ZFS is designed from the ground up with a focus on data integrity. That is, protect the user's data on disk, against silent corruption caused by e.g., bit rot, cosmic radiation, current spikes, bugs in disk firmware, ghost writes, etc. Silent Corruption can also occur in RAM http://en.wikipedia.org/wiki/ECC_RAM#Errors_and_error_correction, which is why ECC RAM memory sticks are recommended in Servers to protect the user's data in RAM.
Recent research shows that none of the currently widespread file systems— such as XFS, JFS, ReiserFS, or NTFS— nor hardware RAID provide sufficient protection against such problems.[10][11][12][13][14]
A modern hard disk devotes 25% or more of its surface to error detection codes. Many errors occur during normal usage, but are corrected by the disk's internal software, and thus are not visible to the host software. A tiny fraction of errors are not corrected. For example, a modern Enterprise SAS disk specification estimates this fraction to be one uncorrected error in every 1016 bits.[15] A smaller fraction of errors are not even detected by the disk firmware or the host operating system. This is known as Silent Corruption. In a recent study, CERN found this issue to be problematic.[16]
These problems have not been a serious concern while storage devices remained relatively small and slow. Hence, a user very rarely faced silent corruption, so it was not deemed to be a problem that required a solution. With the advent of larger drives and very fast RAID setups, a user is capable of transferring 1016 bits in a sufficiently short time. In particular, ZFS creator Jeff Bonwick stated that Greenplum's fast database solution faces silent corruption every 15 minutes, [17] which is one of the reasons that Greenplum now base their fast database solution on ZFS. These large and fast raid setups require new file systems that focus on data integrity. This is one of the design goals of ZFS, as explained by Jeff Bonwick.[17] Initial research indicated that ZFS clearly protects data better than earlier solutions.[18]
ZFS can not protect the user's data when using a Hardware RAID controller. ZFS prefers direct, exclusive access to the disks, with nothing in between that interferes. If the user insists on using Hardware RAID, the controller must be configured as JBOD mode (i.e. turn off RAID-functionality) for ZFS to be able to guarantee Data Integrity. Note that Hardware RAID configured as JBOD may still detach disks that do not respond in time; and as such may require TLER/CCTL/ERC-enabled disks to prevent drive dropouts. These limitations do not apply when using a non-RAID controller, which is the preferred method of supplying disks to ZFS. A non-RAID controller is generally called a HBA and allows the Operating System to control timeout and error control, rather than the RAID controller which generally has very strict timeout control.
Storage pools
Unlike traditional file systems, which reside on single devices and thus require a volume manager to use more than one device, ZFS filesystems are built on top of virtual storage pools called zpools. A zpool is constructed of virtual devices (vdevs), which are themselves constructed of block devices: files, hard drive partitions, or entire drives, with the last being the recommended usage.[19] Thus, a vdev can be viewed as a group of hard drives. This means a zpool consists of one or more groups of drives. Block devices within a vdev may be configured in different ways, depending on needs and space available: non-redundantly (similar to RAID 0), as a mirror (RAID 1) of two or more devices, as a RAID-Z group of three or more devices (Similar to RAID-5), or as a RAID-Z2 group of four or more devices.[20] In July 2009, triple-parity RAID-Z3 was added to OpenSolaris.[21][22]
In addition, pools can have hot spares to compensate for failing disks. ZFS also supports both read and write caching, for which special devices can be used. Solid State Devices can be used for the L2ARC, or Level 2 ARC, speeding up read operations, while NVRAM buffered SLC memory can be boosted with supercapacitors to implement a fast, non-volatile write cache, improving synchronous writes. Finally, when mirroring, block devices can be grouped according to physical chassis, so that the filesystem can continue in the case of the failure of an entire chassis.
Storage pool composition is not limited to similar devices but can consist of ad-hoc, heterogeneous collections of devices, which ZFS seamlessly pools together, subsequently doling out space to diverse filesystems as needed. Arbitrary storage device types can be added to existing pools to expand their size at any time. [23]
The storage capacity of all vdevs is available to all of the file system instances in the zpool. A quota can be set to limit the amount of space a file system instance can occupy, and a reservation can be set to guarantee that space will be available to a file system instance.
Capacity
ZFS is a 128-bit file system, so it can address 1.84 × 1019 times more data than 64-bit systems such as NTFS[citation needed]. The limitations of ZFS are designed to be so large that they would never be encountered. Some theoretical limits in ZFS are:
- 248 — Number of entries in any individual directory[24]
- 16 EB — Maximum size of a single file
- 16 EB — Maximum size of any attribute
- 256 ZB (278 bytes) — Maximum size of any zpool
- 256 — Number of attributes of a file (actually constrained to 248 for the number of files in a ZFS file system)
- 264 — Number of devices in any zpool
- 264 — Number of zpools in a system
- 264 — Number of file systems in a zpool
Copy-on-write transactional model
ZFS uses a copy-on-write transactional object model. All block pointers within the filesystem contain a 32-bit checksum or 256-bit hash (currently a choice between Fletcher-2, Fletcher-4, or SHA-256)[25] of the target block which is verified when the block is read. Blocks containing active data are never overwritten in place; instead, a new block is allocated, modified data is written to it, then any metadata blocks referencing it are similarly read, reallocated, and written. To reduce the overhead of this process, multiple updates are grouped into transaction groups, and an intent log is used when synchronous write semantics are required. The blocks are arranged in a tree, as are their checksums (see Merkle signature scheme).
Snapshots and clones
An advantage of copy-on-write is that when ZFS writes new data, the blocks containing the old data can be retained, allowing a snapshot version of the file system to be maintained. ZFS snapshots are created very quickly, since all the data composing the snapshot is already stored; they are also space efficient, since any unchanged data is shared among the file system and its snapshots.
Writeable snapshots ("clones") can also be created, resulting in two independent file systems that share a set of blocks. As changes are made to any of the clone file systems, new data blocks are created to reflect those changes, but any unchanged blocks continue to be shared, no matter how many clones exist. This is an implementation of the Copy-on-write principle.
Dynamic striping
Dynamic striping across all devices to maximize throughput means that as additional devices are added to the zpool, the stripe width automatically expands to include them; thus all disks in a pool are used, which balances the write load across them.
Variable block sizes
ZFS uses variable-sized blocks of up to 128 kilobytes. The currently available code allows the administrator to tune the maximum block size used as certain workloads do not perform well with large blocks. Automatic tuning to match workload characteristics is contemplated.[citation needed]
If data compression (LZJB) is enabled, variable block sizes are used. If a block can be compressed to fit into a smaller block size, the smaller size is used on the disk to use less storage and improve IO throughput (though at the cost of increased CPU use for the compression and decompression operations).
Lightweight filesystem creation
In ZFS, filesystem manipulation within a storage pool is easier than volume manipulation within a traditional filesystem; the time and effort required to create or resize a ZFS filesystem is closer to that of making a new directory than it is to volume manipulation in some other systems.
Cache management
ZFS also uses the ARC, a new method for cache management, instead of the traditional Solaris virtual memory page cache.
Adaptive endianness
Pools and their associated ZFS file systems can be moved between different platform architectures, including systems implementing different byte orders. The ZFS block pointer format stores filesystem metadata in an endian-adaptive way; individual metadata blocks are written with the native byte order of the system writing the block. When reading, if the stored endianness doesn't match the endianness of the system, the metadata is byte-swapped in memory.
This does not affect the stored data itself; as is usual in POSIX systems, files appear to applications as simple arrays of bytes, so applications creating and reading data remain responsible for doing so in a way independent of the underlying system's endianness.
Deduplication
Deduplication capability was added to the ZFS source repository at the end of October 2009.[26] The OpenSolaris ZFS development packages have been available since December 3 2009 (build 128).
Effective use of deduplication requires additional hardware. ZFS designers recommend 2GiB for every 1TiB of storage. Example: at least 32 GiB of memory is recommended for 20TiB of storage http://blogs.sun.com/roch/entry/dedup_performance_considerations1. If RAM is lacking, consider adding an SSD as a cache, which will automatically handle the large de-dupe tables. This can speed up de-dupe performance 8x or more. Insufficient physical memory or lack of ZFS cache results in virtual memory thrashing, which lowers performance significantly.
Encryption
The encryption capability in ZFS[27] is embedded into the I/O pipeline. During writes a block maybe compressed, encrypted, checksummed and then deduplicated in that order. The policy for encryption is set at the dataset level when datasets (file systems or ZVOLs) are created. The wrapping keys provided by the user/administrator can be changed at any time without taking the file system off line. The default behaviour is for the wrapping key to be inherited by any child data sets. The data encryption keys are randomly generated at dataset creation time. Only descendant datasets (snapshots and clones) share data encryption keys. A command to switch to a new data encryption key for the clone or at any time is provided - this does not re-encrypted already existing data.
Additional capabilities
- Explicit I/O priority with deadline scheduling.
- Claimed globally optimal I/O sorting and aggregation.
- Multiple independent prefetch streams with automatic length and stride detection.
- Parallel, constant-time directory operations.
- End-to-end checksumming, using a kind of "Data Integrity Field", allowing data corruption detection (and recovery if you have redundancy in the pool).
- Transparent filesystem compression. Supports LZJB and gzip.[28]
- Intelligent scrubbing and resilvering (resyncing).[29]
- Load and space usage sharing between disks in the pool.[30]
- Ditto blocks: Configurable data replication per filesystem, with zero, one or two extra copies requested per write for user data, and with that same base number of copies plus one or two for metadata (according to metadata importance).[31] If the pool has several devices, ZFS tries to replicate over different devices. Ditto blocks are primarily an additional protection against corrupted sectors, not against total disk failure.[32]
- ZFS design (copy-on-write + superblocks) is safe when using disks with write cache enabled, if they honor the write barriers. This feature provides safety and a performance boost compared with some other filesystems.
- When entire disks are added to a ZFS pool, ZFS automatically enables their write cache. This is not done when ZFS only manages discrete slices of the disk, since it doesn't know if other slices are managed by non-write-cache safe filesystems, like UFS.
- Per-user and per-group quotas support.[33]
- Filesystem encryption since Solaris 11 Express[1]
- Pools can be imported readonly
- At import time a recovery by rolling back whole transactions is possible.
- Planned features:
- The so-called Block Pointer rewrite functionality is due to be added in the same time frame, paving the way for resizing pools, defragmentation, (re-)applying compression on filesystems and so on.[34]
Limitations
- Capacity expansion is normally achieved by adding groups of disks as a top-level vdev: simple device, RAID-Z, RAID-Z2, RAID-Z3, or mirrored. Newly written data will dynamically start to use all available vdevs. It is also possible to expand the array by iteratively swapping each drive in the array with a bigger drive and waiting for ZFS to heal itself — the heal time will depend on the amount of stored information, not the disk size. The new free space will not be available until all the disks have been swapped.
- It is currently not possible to reduce the number of top-level vdevs in a pool nor otherwise reduce pool capacity.[35] This functionality was said to be in development already in 2007[36]. It is not available as of Solaris 10 9/10 (AKA update 9).
- It is not possible to add a disk as a column to a RAID-Z, RAID-Z2, or RAID-Z3 vdev. This feature depends on the block pointer rewrite functionality due to be added soon. You can however create a new RAID-Z vdev and add it to the zpool.
- Vdevs cannot be nested, so a mirror or RAID-Z top-level vdev can only contain files or disks. Mirrors of mirrors (or other combinations) are not allowed.
- Reconfiguring the number of devices in a top-level vdev requires copying data offline, destroying the pool, and recreating the pool with the new top-level vdev configuration, except for adding extra redundancy to an existing mirror, which can be done at any time or if all top level vdevs are mirrors with sufficient redundancy the zpool split[37] command can be used to remove a vdev from each top level vdev in the pool, creating a 2nd pool with identical data.
- ZFS is not a native cluster, distributed, or parallel file system and cannot provide concurrent access from multiple hosts as ZFS is a local file system. Sun's Lustre distributed filesystem will adapt ZFS as back-end storage for both data and metadata in version 3.0, which is scheduled to be released in 2010.[38]
- ZFS expects a disk cache flush command to commit cached data to media. Some virtualization software are configured by default to ignore cache flush commands, and some consumer-grade hardware 'lies' about actually executing the command as well. For example, VirtualBox can be, but is not by default configured to properly respect cache flushes (configuration would be using the procedure described in section 11.1.3 Responding to guest IDE flush requests of the Sun VirtualBox User Manual[39]); consumer grade USB disk enclosures are said to be particularly vulnerable to this problem. In the event of an outage or fault this can quite possibly lead to damage to the pool; recovery can be attempted by importing the pool as of few transactions ago (i.e. an older uberblock), losing minutes/seconds of data. Recovery enhancement is expect to be integrated in Q1 2010 (already in the latest development versions of OpenSolaris). A scrub is used to verify the integrity; however, some files may still need to be restored from backups, in the unlikely event they have already been deleted, blocks freed and then overwritten.
- ZFS has no defragmentation utility. Usage of COW with often changed files leads to high fragmentation[citation needed].
- "Copies" are not the same thing as redundant virtual devices for purposes of data recovery. "Copies" can recover from media failures or other sector-level corruption, including unrecoverable read errors. To protect against whole device failure, device-level redundancy (mirrors, raidz, raidz2, or raidz3) is needed.[40]
Platforms
ZFS is part of Sun's own Solaris operating system and is thus available on both SPARC and x86-based systems. Since the code for ZFS is open source, a port to other operating systems and platforms can be produced without Sun's involvement.
OpenSolaris
OpenSolaris 2008.05 and 2009.06 use ZFS as their default filesystem. There are over a dozen 3rd party distributions, of which nearly a dozen are mentioned here. (OpenIndiana and Illumos are two new distributions not included on the OpenSolaris distribution reference page.)
FreeBSD
FreeBSD version 8 includes a much-updated implementation of ZFS.[41]. zpool version 13 is supported in 8.0-RELEASE.[41] zpool version 14 support was added to the 8-STABLE branch on 11 January 2010,[42] and is included in 8.1-RELEASE.
Pawel Jakub Dawidek ported ZFS to FreeBSD, and it has been part of FreeBSD since version 7.0.[43] 7-stable is on zpool version 6 while the 9-current development branch uses ZFS Pool version 15. Moreover, zfsboot has been implemented in both branches.[44][45] It's fully functional; the only missing features are kernel CIFS server and iSCSI.
FreeNAS
FreeNAS, an embedded open source network-attached storage (NAS) distribution based on FreeBSD, has the same ZFS support as FreeBSD.
GNU/kFreeBSD
GNU/kFreeBSD is a special case, because by virtue of being based on the kernel of FreeBSD, it provides the kernel side of ZFS support (see above). However, it depends on the distribution of GNU/kFreeBSD whether the necessary userland tools are available. The only distribution of this system to the date (Debian GNU/kFreeBSD) provides ZFS utilities in the zfsutils package. An unofficial installer with ZFS support is also available.
NetBSD
ZFS port was started as a part of the 2007 Google Summer of Code and in August 2009 the code has made it into NetBSD's source tree.[46]
Mac OS X
The first indication of Apple Inc.'s interest in ZFS was an April 2006 post on the opensolaris.org zfs-discuss mailing list where an Apple employee mentioned being interested in porting ZFS to their Mac OS X operating system.[47]
In the release version of Mac OS X 10.5, ZFS was available in read-only mode from the command line, which lacks the possibility to create zpools or write to them.[48] Before the 10.5 release, Apple released the "ZFS Beta Seed v1.1", which allowed read-write access and the creation of zpools,[49] however the installer for the "ZFS Beta Seed v1.1" has been reported to only work on version 10.5.0, and has not been updated for version 10.5.1 and above.[50]
In August 2007, Apple opened a ZFS project on their Mac OS Forge site. On that site, Apple provided the source code and binaries of their port of ZFS which includes read-write access, but there was no installer available[51] until a third-party developer created one.[52]
In October 2009, Apple announced a shutdown of the ZFS project on Mac OS Forge. No explanation was given, just the following statement: "The ZFS project has been discontinued. The mailing list and repository will also be removed shortly." Versions of the previously released source and binaries, as well as the wiki, have been preserved and development has been adopted by a group of enthusiasts.[53][54]
Complete ZFS support was once advertised as a feature of Snow Leopard Server (Mac OS X Server 10.6). However, all references to this feature have been silently removed; it is no longer listed on the Snow Leopard Server features page.[55] Apple has not commented regarding the omission.
Linux
Porting ZFS to Linux is complicated by the fact that the GNU General Public License, which governs the Linux kernel, is incompatible with the Sun CDDL under which ZFS is distributed. According to some developers[who?] a single derived work of both projects cannot be legally distributed, as it is not possible to simultaneously meet both licenses' requirements. To include ZFS in the Linux kernel it would have to be cleanly reimplemented, and patents may hamper this.[56]
Another solution to this problem was to port ZFS to Linux's FUSE system so the filesystem runs in userspace instead, where it is not considered a derived work of the kernel. A project to do this was sponsored by Google's Summer of Code program in 2006. [57] The original ZFS on FUSE project is available here. Sun Microsystems has stated that a Linux port is being investigated.[58] Development for ZFS on FUSE/Linux now takes place at zfs-fuse.net.
A native port of ZFS for Linux is being worked on. This ZFS on Linux port was produced at the Lawrence Livermore National Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44) between the U.S. Department of Energy (DOE) and Lawrence Livermore National Security, LLC (LLNS) for the operation of LLNL. It has been approved for release under LLNL-CODE-403049. It does not yet implement ZPL layer, thus it's not possible to use it as a filesystem. Though it does implement user space virtual block device (vdev) creation through its ZVOL interface. ZVOL virtual block devices may be formatted with a filesystem, affording the filesystem some of the benefits of the ZFS feature set. [59]
Another native port is also being worked on by KQ Infotech [3].[60] This port used the LLNL ZVOL implementation as a starting point and are working on the POSIX layer. A GA release supporting zpool v28 was released in January 2011 [61].
Comparisons
List of Operating Systems, Distros and add-ons that support ZFS, the zpool version it supports, and the Solaris build they are based on (if any):
OS | Zpool version | Build | Comments |
---|---|---|---|
Oracle Solaris Express 11 2010.11 | 31 | b151a | licensed for testing only |
OpenSolaris 2009.06 | 14 | b111b | |
OpenSolaris (last dev) | 22 | b134 | |
OpenIndiana | 28 | b147 | |
Nexenta Core 3.0.1 | 22 | b134 | GNU userland |
NexentaStor Community | 22 | b134 | up to 18TB, web admin |
NexentaStor Enterprise | 22 | b134 + | not free, web admin |
FreeBSD 8.1 | 15 | no CIFS or iSCSI | |
Linux fuse 0.6.9 | 23 | low efficiency | |
Native linux port (LLNL) | 28 | no POSIX layer | |
Native linux port (KQ infotech) | 28 | for kernel <= 2.6.32, includes POSIX layer | |
Belenix 0.8b1 | 14 | b111 | |
Schillix 0.7.2 | 28 | b147 | |
StormOS "hail" | based on Nexenta | ||
Jaris | Japanese | ||
Milax 0.5 | 20 | b128a | small size |
Korona 4.5.0 | 22 | b134 | KDE |
EON NAS | 22 | b130 | embedded NAS |
Mac OS X 10.6 (kernel extension / module) | 8 | Somewhat stable with installable packages for those who wish to use it and test, 1 reported crash. Project Page |
(updated Jan. 10 2011)
See also
- List of file systems
- Comparison of file systems
- Sun Open Storage
- Veritas File System and Veritas Volume Manager — similar to ZFS
- Write Anywhere File Layout — a similar file system by NetApp
- Btrfs — for Linux
- Ext4
- Reiser4
- HAMMER
- LFS — BSD Log Structured Filesystem
- NILFS — a Linux filesystem with checksumming (but not scrubbing), also supporting snapshots
- LZJB — data compression algorithm used in ZFS
- Versioning file systems — List of versioning file systems
References
- ^ a b "What's new in Solaris 11 Express 2010.11" (PDF). Oracle. Retrieved 2010-11-17.
- ^ "1.1 What about the licensing issue?". Retrieved 2010-18-11.
{{cite web}}
: Check date values in:|accessdate=
(help) - ^ "Sun Trademarks - ZFS". Sun Microsystems.
- ^ "ZFS: the last word in file systems". Sun Microsystems. September 14, 2004. Archived from the original on April 28, 2006. Retrieved 2006-04-30.
- ^ Jeff Bonwick (October 31, 2005). "ZFS: The Last Word in Filesystems". Jeff Bonwick's Blog. Retrieved 2006-04-30.
- ^ "Sun Celebrates Successful One-Year Anniversary of OpenSolaris". Sun Microsystems. June 20, 2006.
- ^ "ZFS FAQ at OpenSolaris.org". Sun Microsystems. Retrieved 2009-03-03.
- ^ "Solaris ZFS Administration Guide, Appendix A ZFS Version Descriptions". Sun Microsystems. 2009. Retrieved 2010-08-17.
- ^ "Version". Sun Microsystems. Retrieved 2010-08-17.
- ^ "Iron File Systems" (PDF).
- ^ "Parity Lost and Parity Regained".
- ^ "An Analysis of Data Corruption in the Storage Stack" (PDF).
- ^ "Impact of Disk Corruption on Open-Source DBMS" (PDF).
- ^ [1]
- ^ "Are Fibre Channel and SCSI Drives More Reliable?".
- ^ [2]
- ^ a b "A Conversation with Jeff Bonwick and Bill Moore". Association for Computing Machinery. 2007-11-15. Retrieved 2010-12-06.
- ^ Yupu Zhang, Abhishek Rajimwale, Andrea C. Arpaci-Dusseau, Remzi H. Arpaci-Dusseau. "End-to-end Data Integrity for File Systems: A ZFS Case Study" (PDF). Madison: Computer Sciences Department, University of Wisconsin. p. 14. Retrieved 2010-12-06.
{{cite web}}
: CS1 maint: multiple names: authors list (link) - ^ "Solaris ZFS Administration Guide". Sun Microsystems. Retrieved 2007-10-02.
- ^ "ZFS Best Practices Guide". Solaris Performance Wiki. Retrieved 2007-10-02.
- ^ Leventhal, Adam. "Bug ID: 6854612 triple-parity RAID-Z". Sun Microsystems. Retrieved 2009-07-17.
- ^ Leventhal, Adam (2009-07-16). "6854612 triple-parity RAID-Z". zfs-discuss (Mailing list). Retrieved 2009-07-17.
{{cite mailing list}}
: Unknown parameter|mailinglist=
ignored (|mailing-list=
suggested) (help) - ^ "Solaris ZFS Enables Hybrid Storage Pools—Shatters Economic and Performance Barriers"
- ^ "Solaris ZFS Administration Guide". Sun Microsystems. Retrieved 2007-10-05.
- ^ "ZFS On-Disk Specification" (PDF). Sun Microsystems, Inc. 2006. See section 2.4.
- ^ ""ZFS Deduplication"".
- ^ ""Encrypting ZFS File Systems"".
- ^ "Solaris ZFS Administration Guide". Chapter 6 Managing ZFS File Systems. Retrieved 2009-03-17.
- ^ "Smokin' Mirrors". Jeff Bonwick's Weblog. 2006-05-02. Retrieved 2007-02-23.
- ^ "ZFS Block Allocation". Jeff Bonwick's Weblog. 2006-11-04. Retrieved 2007-02-23.
- ^ "Ditto Blocks - The Amazing Tape Repellent". Flippin' off bits Weblog. 2006-05-12. Retrieved 2007-03-01.
- ^ "Adding new disks and ditto block behaviour". Retrieved 2009-10-19.
- ^ "OpenSolaris.org". Sun Microsystems. Retrieved 2009-05-22.
- ^ Jeff Bonwick Keynote at Kernel Conference Australia 2009
- ^ "Bug ID 4852783: reduce pool capacity". OpenSolaris Project. Retrieved 2009-03-28.
- ^ Goebbels, Mario (2007-04-19). "Permanently removing vdevs from a pool". zfs-discuss (Mailing list).
{{cite mailing list}}
: Unknown parameter|mailinglist=
ignored (|mailing-list=
suggested) (help) - ^ http://docs.sun.com/app/docs/doc/816-5166/zpool-1m?l=en&n=1&a=view
- ^ ""Lustre Roadmap"".
- ^ ""Sun VirtualBox User Manual version 3.0.4" (PDF).
- ^ ""The official error message for a vdev going missing, even if it's replaced"".
- ^ a b "FreeBSD 8.0-RELEASE Release Notes". FreeBSD. Retrieved 2009-11-27.
- ^ "FreeBSD 8.0-STABLE Subversion logs". FreeBSD. Retrieved 2010-02-05.
- ^ Dawidek, Pawel (April 6, 2007). "ZFS committed to the FreeBSD base". Retrieved 2007-04-06.
- ^ "Revision 192498". May 20, 2009. Retrieved 2009-05-22.
- ^ "ZFS v13 in 7-STABLE". May 21, 2009. Retrieved 2009-05-22.
- ^ "NetBSD Google Summer of Code projects: ZFS".
- ^ "Porting ZFS to OSX". zfs-discuss. April 27, 2006. Retrieved 2006-04-30.
- ^ "Apple: Leopard offers limited ZFS read-only". MacNN. June 12, 2007. Retrieved 2007-06-23.
- ^ "Apple delivers ZFS Read/Write Developer Preview 1.1 for Leopard". Ars Technica. October 7, 2007. Retrieved 2007-10-07.
- ^ Ché Kristo (November 18, 2007). "ZFS Beta Seed v1.1 will not install on Leopard.1 (10.5.1) « ideas are free". Retrieved 2007-12-30.
- ^ http://zfs.macosforge.org
- ^ http://alblue.blogspot.com/2008/11/zfs-119-on-mac-os-x.html
- ^ http://code.google.com/p/maczfs/
- ^ http://groups.google.com/group/zfs-macos/?pli=1
- ^ "Snow Leopard". June 9, 2009. Retrieved 2008-06-10.
- ^ Jeremy Andrews (April 19, 2007). "Linux: ZFS, Licenses and Patents". Retrieved 2007-04-21.
- ^ Ricardo Correia (March 16, 2009). "ZFS on FUSE/Linux". Retrieved 2009-03-16.
- ^ "Fast Track to Solaris 10 Adoption: ZFS Technology". Solaris 10 Technical Knowledge Base. Sun Microsystems. Retrieved 2006-04-24.
- ^ "ZVOL Example". Retrieved 2010-11-18.
- ^ Darshin (August 24, 2010). "ZFS Port to Linux (all versions)". Retrieved 2010-08-31.
- ^ Phoronix (November 22, 2010). "Running The Native ZFS Linux Kernel Module, Plus Benchmarks". Retrieved 2010-12-07.
Bibliography
- Watanabe, Scott (November 23, 2009). "Solaris ZFS Essentials" ([dead link]) (Document) (1st ed.). Prentice Hall. p. 256. ISBN 0137000103.
{{cite document}}
: Unknown parameter|edition=
ignored (help); Unknown parameter|format=
ignored (help); Unknown parameter|isbn=
ignored (help); Unknown parameter|url=
ignored (help)
External links
- ZFS Development Community and detailed ZFS Documentation
- ZFS Best Practices Guide
- ZFS The Last word in File Systems
- ZFS Boot Project
- ZFS Encryption Project
- Sun's ZFS Learning Center Presentations on ZFS by Bill Moore
- Comparison of SVM mirroring and ZFS mirroring
- EON ZFS Storage (NAS) distribution
- ZFS on Linux Homepage
- End-to-end Data Integrity for File Systems: A ZFS Case Study