gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Using ZFS for swap is not supported #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put the vm/swap on a zfs-formatted volume.
2. Do something that does a lot of paging, like Time Machine, for example, or a 
lot of file/based io that exhausts cache
3. Watch the system die.

What is the expected output? What do you see instead?

I get a kernel panic from vm, with ZFS in the call chain, saying that it didn't 
expect to see an encrypted page here, or somesuch. It's happened a few times. 
Moving swap off of ZFS and onto an HFS+ volume resolved the problem. 

What version of the product are you using? On what operating system?
74. 10.7.2

Please provide any additional information below.
I can provide panic logs if requested. This is probably an edge case, but just 
in case it's relevant to you, I thought I'd provide this report.

Original issue reported on code.google.com by theba...@thebaron.org on 14 Jan 2012 at 9:02

GoogleCodeExporter commented 8 years ago
Don't put the VM on a zfs-formatted volume. It's not supported.

Original comment by alex.ble...@gmail.com on 7 Mar 2012 at 11:26