From owner-svn-doc-projects@FreeBSD.ORG Thu Aug 15 01:15:10 2013 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ABAA0F32; Thu, 15 Aug 2013 01:15:10 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98FE927DB; Thu, 15 Aug 2013 01:15:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F1FAaa060163; Thu, 15 Aug 2013 01:15:10 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F1FAFG060161; Thu, 15 Aug 2013 01:15:10 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201308150115.r7F1FAFG060161@svn.freebsd.org> From: Warren Block Date: Thu, 15 Aug 2013 01:15:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r42545 - projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 01:15:10 -0000 Author: wblock Date: Thu Aug 15 01:15:10 2013 New Revision: 42545 URL: http://svnweb.freebsd.org/changeset/doc/42545 Log: Factor out the valign="top" from the big table rows into a single entry in tbody. Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml ============================================================================== --- projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Thu Aug 15 01:08:23 2013 (r42544) +++ projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Thu Aug 15 01:15:10 2013 (r42545) @@ -851,10 +851,9 @@ vfs.zfs.vdev.cache.size="5M" - + - zpool + zpool A storage pool is the most basic building block of ZFS. A pool is made up of one or more vdevs, the @@ -877,8 +876,7 @@ vfs.zfs.vdev.cache.size="5M" - vdev Types + vdev Types A zpool is made up of one or more vdevs, which themselves can be a single disk or a group of disks, in @@ -1022,8 +1020,7 @@ vfs.zfs.vdev.cache.size="5M" - Adaptive Replacement + Adaptive Replacement Cache (ARC) ZFS uses an Adaptive Replacement Cache @@ -1055,8 +1052,7 @@ vfs.zfs.vdev.cache.size="5M" - L2ARC + L2ARC The L2ARC is the second level of the ZFS caching system. The @@ -1094,8 +1090,7 @@ vfs.zfs.vdev.cache.size="5M" - Copy-On-Write + Copy-On-Write Unlike a traditional file system, when data is overwritten on ZFS the new data is written to a @@ -1111,8 +1106,7 @@ vfs.zfs.vdev.cache.size="5M" - Dataset + Dataset Dataset is the generic term for a ZFS file system, volume, snapshot or clone. Each dataset will have a @@ -1133,8 +1127,7 @@ vfs.zfs.vdev.cache.size="5M" - Volume + Volume In additional to regular file system datasets, ZFS can also create volumes, which are block devices. @@ -1147,8 +1140,7 @@ vfs.zfs.vdev.cache.size="5M" - Snapshot + Snapshot The copy-on-write @@ -1190,8 +1182,7 @@ vfs.zfs.vdev.cache.size="5M" - Clone + Clone Snapshots can also be cloned; a clone is a writable version of a snapshot, allowing the file system to be @@ -1212,8 +1203,7 @@ vfs.zfs.vdev.cache.size="5M" - Checksum + Checksum Every block that is allocated is also checksummed (which algorithm is used is a per dataset property, see: @@ -1247,8 +1237,7 @@ vfs.zfs.vdev.cache.size="5M" - Compression + Compression Each dataset in ZFS has a compression property, which defaults to off. This property can be set to one @@ -1266,8 +1255,7 @@ vfs.zfs.vdev.cache.size="5M" - Deduplication + Deduplication ZFS has the ability to detect duplicate blocks of data as they are written (thanks to the checksumming @@ -1306,8 +1294,7 @@ vfs.zfs.vdev.cache.size="5M" - Scrub + Scrub In place of a consistency check like fsck, ZFS has the scrub command, which reads all @@ -1325,8 +1312,7 @@ vfs.zfs.vdev.cache.size="5M" - Dataset Quota + Dataset Quota ZFS provides very fast and accurate dataset, user and group space accounting in addition to quotes and @@ -1357,8 +1343,7 @@ vfs.zfs.vdev.cache.size="5M" - Reference + Reference Quota A reference quota limits the amount of space a @@ -1370,8 +1355,7 @@ vfs.zfs.vdev.cache.size="5M" - User + User Quota User quotas are useful to limit the amount of space @@ -1379,8 +1363,7 @@ vfs.zfs.vdev.cache.size="5M" - Group + Group Quota The group quota limits the amount of space that a @@ -1388,8 +1371,7 @@ vfs.zfs.vdev.cache.size="5M" - Dataset + Dataset Reservation The reservation property makes @@ -1417,8 +1399,7 @@ vfs.zfs.vdev.cache.size="5M" - Reference + Reference Reservation The refreservation property @@ -1444,8 +1425,7 @@ vfs.zfs.vdev.cache.size="5M" - Resilver + Resilver When a disk fails and must be replaced, the new disk must be filled with the data that was lost. This