[Bug 204997] experienced multiple processes in suspfs with complete blackout of the filesystem

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 4 02:58:48 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204997

Kirk McKusick <mckusick at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mckusick at FreeBSD.org

--- Comment #1 from Kirk McKusick <mckusick at FreeBSD.org> ---
Which filesystem was the one that hung?

Assuming you know, if the problem happens again try disabling journaled
soft-updates on that filesystem to see if that feature is what is causing your
problem. Specifically run this command on the unmounted filesystem:

tunefs -j disable /<fs>

where <fs> is the filesystem to be disabled (such as /data, /l, etc).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list