[Ocfs2-tools-devel] [PATCH] Fix mkfs.ocfs2 man page for number of slots

Goldwyn Rodrigues rgoldwyn at suse.de
Fri Jun 20 08:38:19 PDT 2014


mkfs.ocfs2/initial_slots_for_volume() decides the number of slots
if omitted.

diff --git a/mkfs.ocfs2/mkfs.ocfs2.8.in b/mkfs.ocfs2/mkfs.ocfs2.8.in
index 6588ad2..09eaf38 100644
--- a/mkfs.ocfs2/mkfs.ocfs2.8.in
+++ b/mkfs.ocfs2/mkfs.ocfs2.8.in
@@ -80,7 +80,8 @@ bundled with Linux kernels 2.6.20 or later. Defaults to \fIcluster\fR.
 \fB\-N, \-\-node\-slots\fR \fInumber\-of\-node\-slots\fR
 Valid number ranges from 1 to 255. This number specifies the maximum
 number of nodes that can concurrently mount the partition. If omitted,
-the number defaults to 8. The number of slots can be later tuned up or
+the number of slots is decided based on the size of the filesystem.
+The number of slots can be later tuned up or
 down using \fItunefs.ocfs2\fR.
 
 .TP



More information about the Ocfs2-tools-devel mailing list