git: 9b6154ac2a - main - 13.1 relnotes: add note regarding fsck_ffs background fsck
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 May 2022 17:02:33 UTC
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=9b6154ac2adccbbfd5937b4b62bf5c0036ebb15b commit 9b6154ac2adccbbfd5937b4b62bf5c0036ebb15b Author: Graham Perrin <grahmperrin@gmail.com> AuthorDate: 2022-05-15 17:01:42 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2022-05-15 17:01:42 +0000 13.1 relnotes: add note regarding fsck_ffs background fsck Differential Review: https://reviews.freebsd.org/D35212 Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/releases/13.1R/relnotes.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/en/releases/13.1R/relnotes.adoc b/website/content/en/releases/13.1R/relnotes.adoc index 3cb2d04704..9123026a35 100644 --- a/website/content/en/releases/13.1R/relnotes.adoc +++ b/website/content/en/releases/13.1R/relnotes.adoc @@ -359,6 +359,10 @@ recommended by the console log message generated when setting `vfs.nfsd.srvmaxio` is first attempted. gitref:9fb6e613373c[repository=src] +[[stroage-ufs]] +=== UFS Changes + +Following gitref:5cc52631b3b8[repository=src], man:fsck_ffs[8] did not work for background fsck in preen mode where UFS was tuned for soft updates without soft update journaling. Fixed: gitref:fb2feceac34c[repository=src] [[boot]] == Boot Loader Changes