]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
mkfs: add missing noalign suboption information
authorCarlos Maiolino <cmaiolino@redhat.com>
Wed, 10 Jul 2013 15:14:40 +0000 (12:14 -0300)
committerBen Myers <bpm@sgi.com>
Fri, 19 Jul 2013 20:25:48 +0000 (15:25 -0500)
Adds to the mkfs man page, information about noalign mkfs option which is
missing until now.

Changelog:

V2:
   -rephase noalign data-section option
   -add noalign realtime device option

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
man/man8/mkfs.xfs.8

index 04c19b4ce2de9b751f8b9c6b32d00a9b05b719c3..61122f0b037826c4f73e76d5172e7701f65e36c7 100644 (file)
@@ -244,6 +244,11 @@ will automatically query the logical volume for appropriate
 and
 .B swidth
 values.
+.TP
+.BI noalign
+This option disables automatic geometry detection and creates the filesystem
+without stripe geometry alignment even if the underlying storage device provides
+this information.
 .RE
 .TP
 .B \-f
@@ -695,6 +700,10 @@ This is used to specify the size of the real-time section.
 This suboption is only needed if the real-time section of the
 filesystem should occupy less space than the size of the partition
 or logical volume containing the section.
+.TP
+.BI noalign
+This option disables stripe size detection, enforcing a realtime device with no
+stripe geometry.
 .RE
 .TP
 .BI \-s " sector_size"