]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Explain in mke2fs and tune2fs man pages that shared journals are not supported
authorTheodore Ts'o <tytso@mit.edu>
Mon, 27 Mar 2006 16:53:00 +0000 (11:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Mar 2006 16:53:00 +0000 (11:53 -0500)
Addresses Debian Bug: #316040

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/ChangeLog
misc/mke2fs.8.in
misc/tune2fs.8.in

index 328b1c3a797246c6d8982c7a4937085b0ee9aabe..c9956af999fbed0303f5d5cce7ee39539f1be306 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-27  root  <tytso@mit.edu>
+
+       * mke2fs.8.in, tune2fs.8.in: Add note to man page explaning that
+               shared journals are not currently supported.  (Addresses
+               Debian Bug: #316040)
+
 2006-03-27  Theodore Ts'o  <tytso@mit.edu>
 
        * Makefile.in: Make sure $(DESTDIR)/usr/share/man/man5 exists when
index 47b131a5942ea562450aab7d5467b21e830b6a80..7f196997b360ab3d517994242bf7caad389aceb8 100644 (file)
@@ -255,6 +255,11 @@ and may be no more than 102,400 filesystem blocks.
 @JDEV@.I external-journal
 @JDEV@must have been created with the
 @JDEV@same block size as the new filesystem.
+@JDEV@In addition, while there is support for attaching
+@JDEV@multiple filesystems to a single external journal,
+@JDEV@the Linux kernel and 
+@JDEV@.BR e2fsck (8)
+@JDEV@do not currently support shared external journals yet.
 @JDEV@.IP
 @JDEV@Instead of specifying a device name directly,
 @JDEV@.I external-journal
index 47b247e06b02a166d4740ebea001bb60273d4144..ef530095a5ad2b024135af204a8a30474954e8e8 100644 (file)
@@ -242,6 +242,11 @@ that size.
 @JDEV@.I external-journal
 @JDEV@must be formatted with the same block
 @JDEV@size as filesystems which will be using it.
+@JDEV@In addition, while there is support for attaching
+@JDEV@multiple filesystems to a single external journal,
+@JDEV@the Linux kernel and 
+@JDEV@.BR e2fsck (8)
+@JDEV@do not currently support shared external journals yet.
 @JDEV@.IP
 @JDEV@Instead of specifying a device name directly,
 @JDEV@.I external-journal