* [PATCH] Update maximum journal size in tune2fs man page
@ 2015-05-23 20:49 Phillip Susi
2015-06-18 0:56 ` Phillip Susi
0 siblings, 1 reply; 4+ messages in thread
From: Phillip Susi @ 2015-05-23 20:49 UTC (permalink / raw)
To: linux-ext4
The man page for tune2fs still listed the upper limit for
the journal as 102,400 blocks.
---
misc/tune2fs.8.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in
index 4373fc4..fcdf668 100644
--- a/misc/tune2fs.8.in
+++ b/misc/tune2fs.8.in
@@ -337,7 +337,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
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Update maximum journal size in tune2fs man page
2015-05-23 20:49 [PATCH] Update maximum journal size in tune2fs man page Phillip Susi
@ 2015-06-18 0:56 ` Phillip Susi
2015-06-20 19:43 ` Theodore Ts'o
0 siblings, 1 reply; 4+ messages in thread
From: Phillip Susi @ 2015-06-18 0:56 UTC (permalink / raw)
To: linux-ext4; +Cc: Ted Ts'o
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 05/23/2015 04:49 PM, Phillip Susi wrote:
> The man page for tune2fs still listed the upper limit for the
> journal as 102,400 blocks.
Bump.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCgAGBQJVghdSAAoJENRVrw2cjl5RXgYH/3lPougD9x5YmljI9RmMoTN2
CNXH+Tf4kmCmzL3pkfSliB3MHV1RFUJiW40a+gmNfE98CGca024P1AxhABXNfJle
o3vKiZ1Vvk1yHhVV4e5uQ80OOJQ409mm0ualVowbJToa2llfamEZYCLcWB/0sevA
Mn/v+qiaDu73V9Zc3tV7JRIOUk+DCgPFyafS07SEpsuvJ5RXzYaFnKvOG/3QHlVT
RlblrviF+L9T61J9RnHFeZhegdA/gYttmR0NiC85xWEZmuGrAWTsl5hRU197/EmG
9/cZzOWkO4fpD9NWrld6cZGrL/ALBHyOjcsbmp1VW0w5MtD9t2HRPiebb2oid3M=
=JRpt
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Update maximum journal size in tune2fs man page
2015-06-18 0:56 ` Phillip Susi
@ 2015-06-20 19:43 ` Theodore Ts'o
0 siblings, 0 replies; 4+ messages in thread
From: Theodore Ts'o @ 2015-06-20 19:43 UTC (permalink / raw)
To: Phillip Susi; +Cc: linux-ext4
On Wed, Jun 17, 2015 at 08:56:50PM -0400, Phillip Susi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> On 05/23/2015 04:49 PM, Phillip Susi wrote:
> > The man page for tune2fs still listed the upper limit for the
> > journal as 102,400 blocks.
>
> Bump.
BTW, your patch was missing a Signed-off-by. The change was small enough
that I let it go this time.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Update maximum journal size in tune2fs man page
@ 2014-12-21 20:02 Phillip Susi
0 siblings, 0 replies; 4+ messages in thread
From: Phillip Susi @ 2014-12-21 20:02 UTC (permalink / raw)
To: linux-ext4
The man page for tune2fs still listed the upper limit for
the journal as 102,400 blocks.
---
misc/tune2fs.8.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.1.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-20 19:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23 20:49 [PATCH] Update maximum journal size in tune2fs man page Phillip Susi
2015-06-18 0:56 ` Phillip Susi
2015-06-20 19:43 ` Theodore Ts'o
-- strict thread matches above, loose matches on Subject: below --
2014-12-21 20:02 Phillip Susi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).