[Bug 255473] Infinite writes on UFS with SU+J filesystem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 May 2021 22:46:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255473 --- Comment #38 from Kirk McKusick <mckusick@FreeBSD.org> --- (In reply to Jack from comment #37) The filesystem is still enabled for journaled soft updates, but with my patch the kernel does not mount it with journaled soft updates (unless you re-enable them using `sysctl debug.softdep.enable_suj=1'). You can see that journaled soft updates are not enabled on the filesystem by typing the `mount' command (with no arguments) after it is mounted and you will see that it is running with just soft updates. -- You are receiving this mail because: You are the assignee for the bug.