From: Phillip Susi Date: Sat, 23 May 2015 20:49:45 +0000 (-0400) Subject: tune2fs.8: update maximum journal size X-Git-Tag: v1.43.1~11^2~26 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8815116d1d0d502f81abecf32bc077f745b835a0;p=tools%2Fe2fsprogs.git tune2fs.8: update maximum journal size The man page for tune2fs still listed the upper limit for the journal as 102,400 blocks. Signed-off-by: Theodore Ts'o --- diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index c50d475..2431880 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -333,7 +333,7 @@ Create a journal stored in the filesystem of size .I journal-size megabytes. The size of the journal must be at least 1024 filesystem blocks (i.e., 1MB if using 1k blocks, 4MB if using 4k blocks, etc.) -and may be no more than 102,400 filesystem blocks. +and may be no more than 10,240,000 filesystem blocks. There must be enough free space in the filesystem to create a journal of that size. .TP