[Bug 106107] UFS: fsck_ffs: left-over fsck_snapshot after unfinished background fsck if filesystem clean
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Feb 2023 00:27:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=106107 --- Comment #11 from Kirk McKusick <mckusick@FreeBSD.org> --- (In reply to Mark Millard from comment #10) There is a brief window when the file exists. The snapshot request is made. The resulting file is opened by fsck. The file is then unlinked. If fsck exits or the kernel dies after the snapshot is created and before the unlink is done then the file will remain. It is possible that you somehow hit that window. -- You are receiving this mail because: You are the assignee for the bug.