public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: rjohnston@sgi.com
To: xfs@oss.sgi.com
Subject: [PATCH 3/3] --- sys-utils/mount.8 | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Date: Tue, 29 Jan 2013 09:39:17 -0600	[thread overview]
Message-ID: <20130129153915.237058478@sgi.com> (raw)
In-Reply-To: 20130129153914.801475275@sgi.com

[-- Attachment #1: util-linux-add-xfs-agskip-mount-option.patch --]
[-- Type: text/plain, Size: 1014 bytes --]

Index: b/sys-utils/mount.8
===================================================================
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2587,6 +2587,18 @@ None.
 
 .SH "Mount options for xfs"
 .TP
+.BI agskip= value
+Specifies the allocation group, (AG) for a new file, relative to the
+start of the last created file. agskip has the opposite effect of the
+rotorstep system tunable parameter.  Each new file to be placed in the
+location lastAG + agskipValue, where lastAG is the allocation group
+of the last created file.
+
+For example, agskip=3 means each new file will be allocated three AGs
+away from the starting AG of the most recently created file.
+
+The agskip mount option disables the rotorstep system tunable parameter.
+.TP
 .BI allocsize= size
 Sets the buffered I/O end-of-file preallocation size when
 doing delayed allocation writeout (default size is 64KiB).

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  parent reply	other threads:[~2013-01-29 15:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-29 15:39 [PATCH 0/3] Add agskip=value mount option rjohnston
2013-01-29 15:39 ` [PATCH 1/3] xfs: add " rjohnston
2013-01-29 20:45   ` Eric Sandeen
2013-01-29 20:57   ` Eric Sandeen
2013-01-30  1:04   ` Dave Chinner
2013-01-30 23:32     ` Ben Myers
2013-01-31  6:13       ` Dave Chinner
2013-01-31 20:24         ` Rich Johnston
2013-02-04 13:18           ` Dave Chinner
2013-01-29 15:39 ` [PATCH 2/3] xfstests: add test for agskip " rjohnston
2013-01-29 15:39 ` rjohnston [this message]
2013-01-29 17:59 ` [PATCH 0/3] Add agskip=value " Eric Sandeen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130129153915.237058478@sgi.com \
    --to=rjohnston@sgi.com \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox