From owner-svn-src-head@FreeBSD.ORG Sun Feb 22 15:03:29 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D792E1065697; Sun, 22 Feb 2009 15:03:29 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C52608FC16; Sun, 22 Feb 2009 15:03:29 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1MF3T2t099323; Sun, 22 Feb 2009 15:03:29 GMT (envelope-from pjd@svn.freebsd.org) Received: (from pjd@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1MF3TLq099322; Sun, 22 Feb 2009 15:03:29 GMT (envelope-from pjd@svn.freebsd.org) Message-Id: <200902221503.n1MF3TLq099322@svn.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 22 Feb 2009 15:03:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188919 - head/sbin/geom/class/journal X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2009 15:03:30 -0000 Author: pjd Date: Sun Feb 22 15:03:29 2009 New Revision: 188919 URL: http://svn.freebsd.org/changeset/base/188919 Log: - Punctuation fixes. - New sentence - new line. Reported by: Ben Kaduk - No more than 80 chars per line. Modified: head/sbin/geom/class/journal/gjournal.8 Modified: head/sbin/geom/class/journal/gjournal.8 ============================================================================== --- head/sbin/geom/class/journal/gjournal.8 Sun Feb 22 14:08:20 2009 (r188918) +++ head/sbin/geom/class/journal/gjournal.8 Sun Feb 22 15:03:29 2009 (r188919) @@ -244,18 +244,20 @@ change the value. .It Li debug Setting a non-zero value enables debugging at various levels. Debug level 1 will record actions at a journal level, relating to journal -switches, metadata updates etc. +switches, metadata updates, etc. Debug level 2 will record actions at a higher level, relating to the numbers of -entries in journals, access requests etc. +entries in journals, access requests, etc. Debug level 3 will record verbose detail, including insertion of I/Os to the journal. .It Li switch_time The maximum number of seconds a journal is allowed to remain open before switching to a new journal. .It Li force_switch -Force a journal switch when the journal uses more than N% of the free journal space. +Force a journal switch when the journal uses more than N% of the free journal +space. .It Li parallel_flushes -The number of flush I/O requests to be sent in parallel when flushing the journal to the data provider. +The number of flush I/O requests to be sent in parallel when flushing the +journal to the data provider. .It Li accept_immediately The maximum number of I/O requests accepted at the same time. .It Li parallel_copies @@ -263,7 +265,9 @@ The number of copy I/O requests to send .It Li record_entries The maximum number of record entries to allow in a single journal. .It Li optimize -Controls whether entries in a journal will be optimized, by combining overlapping I/Os into a single I/O, and reordering the entries in a journal. This can be disabled by setting the sysctl to 0. +Controls whether entries in a journal will be optimized by combining overlapping +I/Os into a single I/O and reordering the entries in a journal. +This can be disabled by setting the sysctl to 0. .El .Ss cache The string and integer information available for the cache level @@ -286,13 +290,17 @@ The number of bytes currently allocated .It Li limit The maximum number of bytes to be allocated to the cache. .It Li divisor -Sets the cache size to be used as a proportion of kmem_size. A value of 2 (the default) will cause the cache size to be set to 1/2 of the kmem_size. +Sets the cache size to be used as a proportion of kmem_size. +A value of 2 (the default) will cause the cache size to be set to 1/2 of the +kmem_size. .It Li switch Force a journal switch when this percentage of cache has been used. .It Li misses -The number of cache misses, when data has been read, but was not found in the cache. +The number of cache misses, when data has been read, but was not found in the +cache. .It Li alloc_failures -The number of times memory failed to be allocated to the cache because the cache limit was hit. +The number of times memory failed to be allocated to the cache because the cache +limit was hit. .El .Ss stats The string and integer information available for the statistics level @@ -317,7 +325,8 @@ The number of I/Os which were combined b .It Li switches The number of journal switches. .It Li wait_for_copy -The number of times the journal switch process had to wait for the previous journal copy to complete. +The number of times the journal switch process had to wait for the previous +journal copy to complete. .It Li journal_full The number of times the journal was almost full, forcing a journal switch. .It Li low_mem