forked from pool/ocfs2-tools
c8700c5230
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=8
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From 0fe34f26335f1d2f10550b2e12f65f6f24f39a6f Mon Sep 17 00:00:00 2001
|
|
From: Coly Li <coly.li@suse.de>
|
|
Date: Sun, 11 Apr 2010 16:10:11 +0800
|
|
Subject: [PATCH 14/30] dx_dirs: add an initial man page entry for indexed-dirs
|
|
|
|
This patch add an initial man page entry for indexed-dirs feature
|
|
string.
|
|
|
|
Signed-off-by: Coly Li <coly.li@suse.de>
|
|
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
|
---
|
|
mkfs.ocfs2/mkfs.ocfs2.8.in | 4 ++++
|
|
1 files changed, 4 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/mkfs.ocfs2/mkfs.ocfs2.8.in b/mkfs.ocfs2/mkfs.ocfs2.8.in
|
|
index c7a7888..a148133 100644
|
|
--- a/mkfs.ocfs2/mkfs.ocfs2.8.in
|
|
+++ b/mkfs.ocfs2/mkfs.ocfs2.8.in
|
|
@@ -175,6 +175,10 @@ and number of inodes (files, directories, symbolic links) each group owns. It is
|
|
to limit the maximum amount of space or inodes user can have. See a documentation of
|
|
quota-tools package for more details.
|
|
.RE
|
|
+.TP
|
|
+\fBindexed-dirs\fR
|
|
+Enable directory indexing support. With this feature enabled, the file system creates indexed tree for non-inline directory entries. For large scale directories, directory entry lookup perfromance from the indexed tree is faster then from the legacy directory blocks.
|
|
+.RE
|
|
|
|
.TP
|
|
\fB\-\-fs\-feature\-level=\fR\fR\fIfeature\-level\fR
|
|
--
|
|
1.7.0.2
|
|
|