[Bug 238565] panic: vinvalbuf: dirty bufs during unmount if clustered writes return errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 May 2021 13:37:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238565 --- Comment #6 from Alan Somers <asomers@FreeBSD.org> --- I don't think panicing is appropriate, kib. This situation arrises due to a simple EIO by the disk. Yes that means likely data loss, but it doesn't mean that the OS is damaged, and a reboot won't fix it. We don't panic on EIO with non-clustered writes. Why should we panic with clustered writes? -- You are receiving this mail because: You are the assignee for the bug.