Hi forums!
My setup is a FreeBSD 9.1-RELEASE with a ZFS mirror pool on fast disks and a UFS partition on a slow disk (2/5", 5400 RPM). I want to enable kernel dumps. I can't repartition the fast drives to make a dump partition there, because that would require moving too much data. I really should have thought of this before creating the pool
But if I create the dump partition on the slow drive, it will also act as swap and slow down my system 
Handbook says that I should call
My setup is a FreeBSD 9.1-RELEASE with a ZFS mirror pool on fast disks and a UFS partition on a slow disk (2/5", 5400 RPM). I want to enable kernel dumps. I can't repartition the fast drives to make a dump partition there, because that would require moving too much data. I really should have thought of this before creating the pool


Handbook says that I should call
swapon
before calling dumpon
. But maybe it's possible to somehow prevent swapping on this device?