summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs/tunefs.8
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-10-31 21:52:28 +0000
committerpjd <pjd@FreeBSD.org>2006-10-31 21:52:28 +0000
commitad87251c1a1185717a0f74277ecd4a6def65e583 (patch)
treeb48f4736ca193851013f4dcfe8f64cc8cedffd00 /sbin/tunefs/tunefs.8
parent036e929548382eba04c176d581bb24928a5d4155 (diff)
downloadFreeBSD-src-ad87251c1a1185717a0f74277ecd4a6def65e583.zip
FreeBSD-src-ad87251c1a1185717a0f74277ecd4a6def65e583.tar.gz
Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal
support. I left -j flag for UFS journal implementation which we may gain at some point. Sponsored by: home.pl
Diffstat (limited to 'sbin/tunefs/tunefs.8')
-rw-r--r--sbin/tunefs/tunefs.83
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index ac8641c..e82b42b 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -40,6 +40,7 @@
.Op Fl a Cm enable | disable
.Op Fl e Ar maxbpg
.Op Fl f Ar avgfilesize
+.Op Fl J Cm enable | disable
.Op Fl L Ar volname
.Op Fl l Cm enable | disable
.Op Fl m Ar minfree
@@ -87,6 +88,8 @@ For file systems with exclusively large files,
this parameter should be set higher.
.It Fl f Ar avgfilesize
Specify the expected average file size.
+.It Fl J Cm enable | disable
+Turn on/off GJournal flag.
.It Fl L Ar volname
Add/modify an optional file system volume label.
.It Fl l Cm enable | disable
OpenPOWER on IntegriCloud