Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 16:53:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 199189] SWAP on ZFS can crash server
Message-ID:  <bug-199189-3630-k9NCICh4qC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199189-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199189-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199189

John Nielsen <john@jnielsen.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john@jnielsen.net

--- Comment #5 from John Nielsen <john@jnielsen.net> ---
Using the recommended (AFAIK) settings for a ZFS swap volume (below) combined
with nowak's v_free sysctl recommendation allows me to run your test script
successfully (meaning the system doesn't hang and the script is killed).

zfs create -V <size> -o org.freebsd:swap=on -o checksum=off -o compression=off
-o dedup=off -o sync=disabled -o primarycache=none <pool>/<volname>

That said, I'm not sure what (if any) action this ticket should spur. Is there
specific documentation you (OP) would like to see updated?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199189-3630-k9NCICh4qC>