git: 4ce2a2db41f9 - main - Update newfs(8) and tunefs(8) manual pages.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 06:40:56 UTC
The branch main has been updated by mckusick:
URL: https://cgit.FreeBSD.org/src/commit/?id=4ce2a2db41f9a18cdcec088b330899a8d830c2be
commit 4ce2a2db41f9a18cdcec088b330899a8d830c2be
Author: Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2023-08-06 06:40:26 +0000
Commit: Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2023-08-06 06:40:26 +0000
Update newfs(8) and tunefs(8) manual pages.
Delete note that UFS/FFS filesystems running with journaled soft updates
cannot run background fsck as 344b5bf made it possible to do so.
MFC-with: 344b5bf
Sponsored-by: The FreeBSD Foundation
---
sbin/newfs/newfs.8 | 3 ---
sbin/tunefs/tunefs.8 | 3 ---
2 files changed, 6 deletions(-)
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 9421971a74f5..21d5a64d3b26 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -204,9 +204,6 @@ will be about half of normal during the time that the background
is running.
Running a full fsck on a UFS filesystem is the equivalent of
running a scrub on a ZFS filesystem.
-.Pp
-Presently it is not possible
-to run background fsck on filesystems enabled for journaling.
.It Fl k Ar held-for-metadata-blocks
Set the amount of space to be held for metadata blocks in each cylinder group.
When set, the file system preference routines will try to save
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index 0264c3e5f772..95adac48b8b2 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -130,9 +130,6 @@ will be about half of normal during the time that the background
is running.
Running a full fsck on a UFS filesystem is the equivalent of
running a scrub on a ZFS filesystem.
-.Pp
-Presently it is not possible
-to run background fsck on filesystems enabled for journaling.
.It Fl J Cm enable | disable
Turn on/off gjournal flag.
.It Fl k Ar held-for-metadata-blocks